llvm-6502/lib/CodeGen/SelectionDAG
2011-02-22 03:24:52 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fix 9267; Add vector zext support. 2011-02-20 12:37:50 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
InstrEmitter.cpp Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. 2011-01-10 02:58:51 +00:00
InstrEmitter.h
LegalizeDAG.cpp Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
LegalizeFloatTypes.cpp Swap VT and DebugLoc operands of getExtLoad() for consistency with 2011-02-16 16:23:55 +00:00
LegalizeIntegerTypes.cpp Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at 2011-02-17 12:42:48 +00:00
LegalizeTypes.cpp Move ExpandAtomic into the integer expansion routines - it's only used there. 2011-01-11 00:36:08 +00:00
LegalizeTypes.h fix PR9210 by implementing some type legalization logic for 2011-02-14 06:30:45 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Swap VT and DebugLoc operands of getExtLoad() for consistency with 2011-02-16 16:23:55 +00:00
Makefile
ScheduleDAGFast.cpp flags -> glue for selectiondag 2010-12-23 17:24:32 +00:00
ScheduleDAGList.cpp Various bits of framework needed for precise machine-level selection 2010-12-24 05:03:26 +00:00
ScheduleDAGRRList.cpp Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.cpp Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.h Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
SDNodeDbgValue.h Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SDNodeOrdering.h
SelectionDAG.cpp Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SelectionDAGBuilder.cpp Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
SelectionDAGBuilder.h Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." 2011-02-21 23:21:26 +00:00
SelectionDAGISel.cpp Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
SelectionDAGPrinter.cpp flags -> glue for selectiondag 2010-12-23 17:24:32 +00:00
TargetLowering.cpp Enhance ComputeMaskedBits to know that aligned frameindexes 2011-02-13 22:25:43 +00:00
TargetSelectionDAGInfo.cpp