llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 31441b7e95 Pool allocate SDDbgValue nodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99836 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-29 20:48:30 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp
FunctionLoweringInfo.cpp Forgot the part where we handle the ".llvm.eh.catch.all.value". 2010-03-27 01:24:30 +00:00
FunctionLoweringInfo.h
InstrEmitter.cpp LiveVariables should clear kill / dead markers first. This allows us to remove a hack in the scheduler. 2010-03-26 02:12:24 +00:00
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Scheduler assumes SDDbgValue nodes are in source order. That's true currently. But add an assertion to verify it. 2010-03-25 07:16:57 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h Make sure SDDbgValue.Invalid is initialized to false by all the constructors. 2010-03-25 05:50:26 +00:00
SDNodeOrdering.h
SelectionDAG.cpp Pool allocate SDDbgValue nodes. 2010-03-29 20:48:30 +00:00
SelectionDAGBuilder.cpp Pool allocate SDDbgValue nodes. 2010-03-29 20:48:30 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp add a statistic for the # times isel has to backtrack. 2010-03-28 19:46:56 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add few missed libcalls and correct names for others. 2010-03-26 21:32:14 +00:00