llvm-6502/lib/CodeGen/SelectionDAG
Andrew Trick 9d507aec07 Fix a merge bug in preRAsched for handling physreg aliases.
I've been sitting on this long enough trying to find a test case. I
think the fix should go in now, but I'll keep working on the test case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132701 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-07 00:38:12 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Revert 121907 (it causes llc crash) and apply original patch from PR9817. 2011-05-23 22:04:42 +00:00
FastISel.cpp PR10077: fix fast-isel of extractvalue of aggregate constants. 2011-06-06 05:46:34 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp Use TRI::has{Sub,Super}ClassEq() where possible. 2011-06-02 05:43:46 +00:00
InstrEmitter.h
LegalizeDAG.cpp Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' 2011-05-27 21:03:13 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Add methods to support the integer-promotion of vector types. Methods to 2011-06-06 20:55:56 +00:00
LegalizeTypes.cpp Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use 2011-06-01 19:47:10 +00:00
LegalizeTypes.h Add methods to support the integer-promotion of vector types. Methods to 2011-06-06 20:55:56 +00:00
LegalizeTypesGeneric.cpp Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use 2011-06-01 19:47:10 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Add methods to support the integer-promotion of vector types. Methods to 2011-06-06 20:55:56 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Fix a merge bug in preRAsched for handling physreg aliases. 2011-06-07 00:38:12 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Remove dead code. 2011-05-24 18:27:52 +00:00
SelectionDAGBuilder.cpp TypeLegalizer: Add support for passing of vector-promoted types in registers (copyFromParts/copyToParts). 2011-06-04 20:58:08 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Remove unused statistical counter. 2011-05-25 21:55:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Avoid FGETSIGN of 80-bit types. Fixes PR10085. 2011-06-06 16:44:31 +00:00
TargetSelectionDAGInfo.cpp