1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Bill Wendling 0dd89843fc Clear out the landing pad to call site map for each function.
This isn't put into the 'clear()' method because the information needs to stick
around (at least for a little bit) after the selection DAG is built.

llvm-svn: 142032
2011-10-15 01:00:26 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp Fix a thinko that Nick noticed. The previous code actually worked as 2011-10-12 15:56:56 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Add support for legalization of vector SHL/SRA/SRL instructions 2011-10-11 14:36:35 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Formatting. 2011-10-11 22:59:04 +00:00
SelectionDAGBuilder.cpp Clear out the landing pad to call site map for each function. 2011-10-15 01:00:26 +00:00
SelectionDAGBuilder.h Remove the old atomic instrinsics. autoupgrade functionality is included with this patch. 2011-10-06 23:20:49 +00:00
SelectionDAGISel.cpp Modify the mapping from landing pad to call sites to accept more than one call 2011-10-05 22:24:35 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4". 2011-10-14 15:53:48 +00:00
TargetSelectionDAGInfo.cpp