1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Dan Gohman 02e34cd465 When discarding SrcValue information, discard all of it so that code
that uses this information knows to behave conservatively.

llvm-svn: 85654
2009-10-31 14:14:04 +00:00
..
CallingConvLower.cpp Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. 2009-09-02 08:44:58 +00:00
CMakeLists.txt Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
DAGCombiner.cpp When discarding SrcValue information, discard all of it so that code 2009-10-31 14:14:04 +00:00
FastISel.cpp I don't see any point in having both eh.selector.i32 and eh.selector.i64, 2009-10-14 16:11:37 +00:00
InstrEmitter.cpp Don't mark registers dead here when processing nodes with MVT::Flag 2009-10-30 23:57:47 +00:00
InstrEmitter.h Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
LegalizeDAG.cpp Add a second ValueType argument to isFPImmLegal. 2009-10-28 01:43:28 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Use getStoreSize() instead of getStoreSizeInBits()/8. 2009-09-23 21:07:02 +00:00
LegalizeTypes.cpp Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. 2009-10-25 06:33:48 +00:00
LegalizeTypes.h Allow widening of extract subvector 2009-10-16 22:05:48 +00:00
LegalizeTypesGeneric.cpp -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed 2009-10-18 18:16:27 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed 2009-10-18 18:16:27 +00:00
Makefile
ScheduleDAGFast.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGList.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGRRList.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
ScheduleDAGSDNodes.cpp Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
ScheduleDAGSDNodes.h Initial target-independent CodeGen support for BlockAddresses. 2009-10-30 01:27:03 +00:00
SelectionDAG.cpp Initial target-independent CodeGen support for BlockAddresses. 2009-10-30 01:27:03 +00:00
SelectionDAGBuild.cpp Fix warning with gcc-4.0 and signed/unsigned. 2009-10-31 09:24:35 +00:00
SelectionDAGBuild.h rename indbr -> indirectbr to appease the residents of #llvm. 2009-10-28 00:19:10 +00:00
SelectionDAGISel.cpp Move some code from being emitted as boilerplate duplicated in every 2009-10-29 22:30:23 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which returns true if the fp immediate can be natively codegened by target. 2009-10-27 19:56:55 +00:00