llvm-6502/lib/CodeGen/SelectionDAG
Mike Stump 70e5e6834c Fix for 64-bit builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86600 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-09 22:28:21 +00:00
..
CallingConvLower.cpp Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers 2009-11-07 02:11:54 +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 8 bit libcalls and make use of them for msp430 2009-11-07 17:14:39 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
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 Fix memoizing of CvtRndSatSDNode 2009-11-07 04:46:25 +00:00
SelectionDAGBuild.cpp Fix for 64-bit builds. 2009-11-09 22:28:21 +00:00
SelectionDAGBuild.h Fix PR5421 by APInt'izing switch lowering. 2009-11-07 07:50:34 +00:00
SelectionDAGISel.cpp Hide a couple of options. 2009-11-09 06:49:37 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add 8 bit libcalls and make use of them for msp430 2009-11-07 17:14:39 +00:00