llvm-6502/lib/CodeGen/SelectionDAG
Chad Rosier 2f1d815479 Cleanup a few magic numbers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163263 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-05 22:40:13 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Constify this properly. Found by gcc48 -Wcast-qual. 2012-09-05 22:15:49 +00:00
FastISel.cpp Try to reduce the compile time impact of r161232. 2012-08-03 21:26:24 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp Add MachineInstr::tieOperands, remove setIsTied(). 2012-08-31 20:50:53 +00:00
InstrEmitter.h
LegalizeDAG.cpp Fix bug 13532. 2012-08-28 02:12:42 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Revert "Take account of boolean vector contents when promoting a build vector from i1 to some other type. rdar://problem/12210060" 2012-09-01 17:37:55 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Add support for FMA to WidenVectorResult. 2012-08-30 07:13:41 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Fix a typo. 2012-09-02 12:21:50 +00:00
LegalizeVectorTypes.cpp Add support for FMA to WidenVectorResult. 2012-08-30 07:13:41 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h Add SelectionDAG::getTargetIndex. 2012-08-07 22:37:05 +00:00
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Remove extra MayLoad/MayStore flags from atomic_load/store. 2012-08-28 03:11:32 +00:00
SelectionDAGBuilder.cpp Cleanup a few magic numbers. 2012-09-05 22:40:13 +00:00
SelectionDAGBuilder.h BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle 2012-08-24 18:14:27 +00:00
SelectionDAGDumper.cpp Stop casting away const qualifier needlessly. 2012-09-05 22:26:57 +00:00
SelectionDAGISel.cpp BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle 2012-08-24 18:14:27 +00:00
SelectionDAGPrinter.cpp Constify SDNodeIterator an stop its only non-const user being cast stripped 2012-09-05 22:03:34 +00:00
TargetLowering.cpp Stop casting away const qualifier needlessly. 2012-09-05 22:26:57 +00:00
TargetSelectionDAGInfo.cpp