llvm-6502/lib/CodeGen/SelectionDAG
Nadav Rotem 1608769abe Add support for vectors of pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145801 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-05 06:29:09 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DAGCombiner.cpp Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +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
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 Rename MVT::untyped to MVT::Untyped to match similar nomenclature. 2011-11-16 01:02:57 +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 Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
SelectionDAGPrinter.cpp Twinify GraphWriter a little bit. 2011-11-15 16:26:38 +00:00
TargetLowering.cpp Add check so we don't try to perform an impossible transformation. Fixes issue from PR11319. 2011-11-09 22:25:12 +00:00
TargetSelectionDAGInfo.cpp