llvm-6502/lib/CodeGen/SelectionDAG
Victor Hernandez a276c603b8 Remove MallocInst from LLVM Instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84299 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-17 01:18:07 +00:00
..
CallingConvLower.cpp
CMakeLists.txt Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
DAGCombiner.cpp More heuristics for Combiner-AA. Still catches all important cases, but 2009-10-12 05:53:58 +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 Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
InstrEmitter.h Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
LegalizeDAG.cpp Use MDNode * directly as an RecordSourceLine() argument. 2009-09-30 22:51:28 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Use getStoreSize() instead of getStoreSizeInBits()/8. 2009-09-23 21:07:02 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Allow widening of extract subvector 2009-10-16 22:05:48 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Allow widening of extract subvector 2009-10-16 22:05:48 +00:00
Makefile
ScheduleDAGFast.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGList.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGRRList.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGSDNodes.cpp Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
ScheduleDAGSDNodes.h Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
SelectionDAG.cpp Report errors correctly for unselected target intrinsics. 2009-10-15 18:50:03 +00:00
SelectionDAGBuild.cpp Remove MallocInst from LLVM Instructions. 2009-10-17 01:18:07 +00:00
SelectionDAGBuild.h Remove MallocInst from LLVM Instructions. 2009-10-17 01:18:07 +00:00
SelectionDAGISel.cpp Indent code. 2009-10-16 05:42:28 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Convert comparisons like (x == infinity) to (x >= infinity) on targets 2009-09-26 15:24:17 +00:00