llvm-6502/lib/CodeGen/SelectionDAG
2011-12-07 22:24:28 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DAGCombiner.cpp Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this doesn't affect any in-tree target. 2011-12-07 03:55:52 +00:00
FastISel.cpp If fast-isel fails, remove dead instructions generated during the failed 2011-11-29 19:40:47 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp Add bundle aware API for querying instruction properties and switch the code 2011-12-07 07:15:52 +00:00
InstrEmitter.h
LegalizeDAG.cpp Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. 2011-11-28 19:23:13 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp CONCAT_VECTORS can have more than two operands. PR11389. 2011-11-16 02:52:39 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp Remove some unnecessary includes of PseudoSourceValue.h. 2011-11-15 07:50:46 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Remove some unnecessary includes of PseudoSourceValue.h. 2011-11-15 07:50:46 +00:00
LLVMBuild.txt
Makefile
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://problem/10460321>. No testcase because this is very sensitive to scheduling. 2011-12-07 22:24:28 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
SelectionDAGBuilder.cpp Add support for vectors of pointers. 2011-12-05 06:29:09 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Add bundle aware API for querying instruction properties and switch the code 2011-12-07 07:15:52 +00:00
SelectionDAGPrinter.cpp Twinify GraphWriter a little bit. 2011-11-15 16:26:38 +00:00
TargetLowering.cpp
TargetSelectionDAGInfo.cpp