llvm-6502/lib/CodeGen/SelectionDAG
Adrian Prantl 10c4265675 Revert r218778 while investigating buldbot breakage.
"Move the complex address expression out of DIVariable and into an extra"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218782 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-01 18:10:54 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Use the target-specified iteration count to opt out of any further refinement of an estimate. NFC. 2014-09-30 20:44:23 +00:00
FastISel.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
FunctionLoweringInfo.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
InstrEmitter.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
InstrEmitter.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LegalizeDAG.cpp Replace dead links to "Hacker's Delight" with general references. NFC. 2014-09-15 19:47:44 +00:00
LegalizeFloatTypes.cpp ARM: fix @llvm.convert.from.fp16 on softfloat targets. 2014-07-29 09:56:38 +00:00
LegalizeIntegerTypes.cpp Optimize sext/zext insertion algorithm in back-end. 2014-09-19 05:30:35 +00:00
LegalizeTypes.cpp Make it possible for ints/floats to return different values from getBooleanContents() 2014-07-10 10:18:12 +00:00
LegalizeTypes.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LegalizeTypesGeneric.cpp AA metadata refactoring (introduce AAMDNodes) 2014-07-24 12:16:19 +00:00
LegalizeVectorOps.cpp Teach the AArch64 backend about v4f16 and v8f16 2014-08-27 16:16:04 +00:00
LegalizeVectorTypes.cpp Allow targets to custom legalize vector insertion and extraction. 2014-09-12 22:16:11 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp Change MCSchedModel to be a struct of statically initialized data. 2014-09-02 17:43:54 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Remove the TargetMachine forwards for TargetSubtargetInfo based 2014-08-04 21:25:23 +00:00
ScheduleDAGSDNodes.cpp Make this SmallVector size a power of two as suggested by Chandler 2014-08-11 13:47:57 +00:00
ScheduleDAGSDNodes.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ScheduleDAGVLIW.cpp Remove the TargetMachine forwards for TargetSubtargetInfo based 2014-08-04 21:25:23 +00:00
SDNodeDbgValue.h Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
SelectionDAG.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
SelectionDAGBuilder.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
SelectionDAGBuilder.h Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
SelectionDAGDumper.cpp Have MachineFunction cache a pointer to the subtarget to make lookups 2014-08-05 02:39:49 +00:00
SelectionDAGISel.cpp Revert r218778 while investigating buldbot breakage. 2014-10-01 18:10:54 +00:00
SelectionDAGPrinter.cpp Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
TargetLowering.cpp Replace repeated null checks with an assert. NFC. 2014-09-15 21:52:51 +00:00
TargetSelectionDAGInfo.cpp