This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-01-01 01:14:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4fa2c32220
llvm
/
lib
/
CodeGen
/
SelectionDAG
History
Matt Arsenault
828c9e73ba
Use getPointerSizeInBits() rather than 8 * getPointerSize()
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@192386
91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-10 19:09:05 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
2013-10-04 22:18:12 +00:00
FastISel.cpp
Debug info: Get rid of the VLA indirection hack in FastISel.
2013-09-18 22:08:59 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
LegalizeDAG.cpp
SelectionDAG: Clarify comments from r191600
2013-10-01 02:09:00 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-17 00:26:56 +00:00
LegalizeTypesGeneric.cpp
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too."
2013-09-21 15:09:46 +00:00
LegalizeVectorOps.cpp
Remove pointless assertion after r190376
2013-09-12 01:07:49 +00:00
LegalizeVectorTypes.cpp
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-17 00:26:56 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
Fix spelling intruction -> instruction.
2013-09-28 11:46:15 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
SelectionDAG.cpp
Remove several unused variables.
2013-10-01 13:32:03 +00:00
SelectionDAGBuilder.cpp
SelectionDAGBuilder.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp
Fix some assert messages to say the correct opcode name. Looks like one assert got copy and pasted to many places.
2013-10-06 22:38:19 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Use getPointerSizeInBits() rather than 8 * getPointerSize()
2013-10-10 19:09:05 +00:00
TargetSelectionDAGInfo.cpp