.. |
CMakeLists.txt
|
|
|
DAGCombiner.cpp
|
DAGCombiner: Merge store/loads when we have extload/truncstores
|
2013-04-02 15:58:51 +00:00 |
FastISel.cpp
|
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
|
2013-03-28 23:04:47 +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
|
Use MachineInstrBuilder in InstrEmitter.
|
2012-12-20 18:08:09 +00:00 |
LegalizeDAG.cpp
|
Remove default from fully covered switch.
|
2013-03-08 17:03:19 +00:00 |
LegalizeFloatTypes.cpp
|
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
|
2013-04-03 13:05:44 +00:00 |
LegalizeIntegerTypes.cpp
|
Formatting
|
2013-04-04 18:03:41 +00:00 |
LegalizeTypes.cpp
|
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
|
2013-03-20 14:51:01 +00:00 |
LegalizeTypes.h
|
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
|
2013-04-03 13:05:44 +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
|
SelectionDAG compile time improvement.
|
2013-02-22 23:33:30 +00:00 |
LegalizeVectorTypes.cpp
|
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
|
2013-03-07 05:47:54 +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
|
Revert "pre-RA-sched: fix TargetOpcode usage"
|
2013-03-20 15:43:00 +00:00 |
ScheduleDAGSDNodes.cpp
|
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
|
2012-12-13 18:45:35 +00:00 |
ScheduleDAGSDNodes.h
|
Fix #includes, so we include only what we really need.
|
2013-02-20 00:26:25 +00:00 |
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
|
Make variable name more explicit and eliminate redundant lookup in SDNodeOrdering
|
2013-03-20 23:10:59 +00:00 |
SelectionDAG.cpp
|
When computing the demanded bits of Load SDNodes, make sure that we are looking at the loaded-value operand and not the ptr result (in case of pre-inc loads).
|
2013-03-20 22:53:44 +00:00 |
SelectionDAGBuilder.cpp
|
Remove the type legality check from the SelectionDAGBuilder when it lowers @llvm.fmuladd to ISD::FMA nodes.
|
2013-03-23 08:26:53 +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
|
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
|
2013-03-20 14:51:01 +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
|
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
|
2013-02-12 21:21:59 +00:00 |
TargetSelectionDAGInfo.cpp
|
|
|