..
CMakeLists.txt
DAGCombiner.cpp
Check type for legality before forming a select from loads.
2013-02-12 03:14:50 +00:00
FastISel.cpp
Currently, codegen may spent some time in SDISel passes even if an entire
2013-02-11 01:27:15 +00:00
FunctionLoweringInfo.cpp
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
2013-02-08 20:35:15 +00:00
InstrEmitter.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Teach SDISel to combine fsin / fcos into a fsincos node if the following
2013-01-29 02:32:37 +00:00
LegalizeFloatTypes.cpp
Make APFloat constructor require explicit semantics.
2013-01-22 09:46:31 +00:00
LegalizeIntegerTypes.cpp
Legalizer: Reword comment again, per Duncan's suggestion.
2013-01-27 21:02:52 +00:00
LegalizeTypes.cpp
Refactor to expose RTLIB calls to targets.
2013-01-09 13:18:15 +00:00
LegalizeTypes.h
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
2013-01-25 15:18:54 +00:00
LegalizeTypesGeneric.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
LegalizeVectorOps.cpp
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
2013-01-25 15:18:54 +00:00
LegalizeVectorTypes.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
ScheduleDAGRRList.cpp
Add a special handling case for untyped CopyFromReg node in GetCostForDef() of ScheduleDAGRRList
2013-01-29 21:18:43 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
2013-02-04 15:19:18 +00:00
SelectionDAGBuilder.cpp
Remove unnecessary code.
2013-02-11 01:18:26 +00:00
SelectionDAGBuilder.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
SelectionDAGDumper.cpp
Teach SDISel to combine fsin / fcos into a fsincos node if the following
2013-01-29 02:32:37 +00:00
SelectionDAGISel.cpp
Currently, codegen may spent some time in SDISel passes even if an entire
2013-02-11 01:27:15 +00:00
SelectionDAGPrinter.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
TargetLowering.cpp
Use AttributeSet accessor methods instead of Attribute accessor methods.
2013-01-18 21:53:16 +00:00
TargetSelectionDAGInfo.cpp