llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman 71524d716a Remove incorrect CSE code from r81813.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81819 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 00:38:09 +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
DAGCombiner.cpp Substantially speed up combiner-aa in the following ways: 2009-09-15 00:18:30 +00:00
FastISel.cpp Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. 2009-09-11 00:36:43 +00:00
LegalizeDAG.cpp Reapply 79977. 2009-08-28 23:24:31 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Teach the legalizer to propagate the original alignment of loads and store when 2009-09-15 00:14:28 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Remove some not-really-used variables, as warned 2009-09-06 12:41:19 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp change selectiondag to add the sign extended versions of immediate operands 2009-09-08 23:05:44 +00:00
SelectionDAG.cpp Remove incorrect CSE code from r81813. 2009-09-15 00:38:09 +00:00
SelectionDAGBuild.cpp Add an "original alignment" field to load and store nodes. This enables the 2009-09-15 00:13:12 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp Fix some refactos for iostream changes (in -Asserts mode). 2009-08-23 08:50:52 +00:00
TargetLowering.cpp kill off the last use of TRI::AsmName. 2009-09-13 22:42:03 +00:00