llvm-6502/lib/CodeGen/SelectionDAG
2013-10-05 05:38:16 +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 Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon. 2013-10-05 05:38:16 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp SelectionDAG: Try to expand all condition codes using getCCSwappedOperands() 2013-09-28 02:50:38 +00:00
TargetSelectionDAGInfo.cpp