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 1dccca6452 Mirror how Fast ISel determines if a region.end intrinsic is the end of an
inlined function or the end of a function. Before, this was never executing the
"inlined" version of the Record method.

This will become important once the inlined Dwarf writer patch lands.

llvm-svn: 71268
2009-05-08 21:14:49 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Do not use register as base ptr of pre- and post- inc/dec load / store nodes. 2009-05-06 18:25:01 +00:00
FastISel.cpp Revert 71165. It did more than just revert 71158 and it introduced 2009-05-07 19:46:24 +00:00
LegalizeDAG.cpp Properly expand libcalls for urem / srem. Also make code more straightforward. 2009-05-08 18:51:08 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
ScheduleDAGList.cpp Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
ScheduleDAGRRList.cpp Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. 2009-05-05 00:30:09 +00:00
SelectionDAG.cpp Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so that it 2009-05-04 22:10:05 +00:00
SelectionDAGBuild.cpp Mirror how Fast ISel determines if a region.end intrinsic is the end of an 2009-05-08 21:14:49 +00:00
SelectionDAGBuild.h Instead of passing in an unsigned value for the optimization level, use an enum, 2009-04-29 23:29:43 +00:00
SelectionDAGISel.cpp Factor out cycle-finder code and make it generic. 2009-05-08 18:51:58 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Typo 2009-05-08 18:50:54 +00:00