llvm-6502/lib/CodeGen/SelectionDAG
2014-09-23 16:24:20 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Use SDValue bool operator to reduce code. No functional change. 2014-09-23 16:24:20 +00:00
FastISel.cpp [FastISel] Move optimizeCmpPredicate to FastISel base class. NFC. 2014-09-15 20:47:13 +00:00
FunctionLoweringInfo.cpp Optimize sext/zext insertion algorithm in back-end. 2014-09-19 05:30:35 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Replace dead links to "Hacker's Delight" with general references. NFC. 2014-09-15 19:47:44 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Optimize sext/zext insertion algorithm in back-end. 2014-09-19 05:30:35 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Allow targets to custom legalize vector insertion and extraction. 2014-09-12 22:16:11 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp Change MCSchedModel to be a struct of statically initialized data. 2014-09-02 17:43:54 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp Fix crash with an insertvalue that produces an empty object. 2014-09-20 00:10:47 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp [FastISel] Rename public visible FastISel functions. NFC. 2014-09-03 20:56:52 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Replace repeated null checks with an assert. NFC. 2014-09-15 21:52:51 +00:00
TargetSelectionDAGInfo.cpp