llvm-6502/lib/CodeGen/SelectionDAG
Devang Patel a2148402ce Do not use global typedef for MDKindID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83016 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 21:14:55 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Fix combiner-aa issue with bases which are different, but can alias. 2009-09-25 06:05:26 +00:00
FastISel.cpp
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Use getStoreSize() instead of getStoreSizeInBits()/8. 2009-09-23 21:07:02 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp Use VerifySchedule instead of doing the work manually. 2009-09-28 16:09:41 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
ScheduleDAGSDNodes.h Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
ScheduleDAGSDNodesEmit.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
SelectionDAG.cpp Improve MachineMemOperand handling. 2009-09-25 20:36:54 +00:00
SelectionDAGBuild.cpp Make sure sin, cos, sqrt calls are marked readonly 2009-09-25 18:00:35 +00:00
SelectionDAGBuild.h Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. 2009-09-18 21:02:19 +00:00
SelectionDAGISel.cpp Do not use global typedef for MDKindID. 2009-09-28 21:14:55 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Convert comparisons like (x == infinity) to (x >= infinity) on targets 2009-09-26 15:24:17 +00:00