.. |
CallingConvLower.cpp
|
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
|
2009-09-02 08:44:58 +00:00 |
CMakeLists.txt
|
Lexically order files in CMakeLists.txt files.
|
2009-07-15 21:08:16 +00:00 |
DAGCombiner.cpp
|
Substantially speed up combiner-aa in the following ways:
|
2009-09-15 00:18:30 +00:00 |
FastISel.cpp
|
Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.
|
2009-09-11 00:36:43 +00:00 |
LegalizeDAG.cpp
|
Reapply 79977.
|
2009-08-28 23:24:31 +00:00 |
LegalizeFloatTypes.cpp
|
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.
|
2009-08-12 00:36:31 +00:00 |
LegalizeIntegerTypes.cpp
|
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.
|
2009-08-12 00:36:31 +00:00 |
LegalizeTypes.cpp
|
eliminate uses of cerr()
|
2009-08-23 07:05:07 +00:00 |
LegalizeTypes.h
|
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.
|
2009-08-12 00:36:31 +00:00 |
LegalizeTypesGeneric.cpp
|
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.
|
2009-08-12 00:36:31 +00:00 |
LegalizeVectorOps.cpp
|
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
|
2009-08-11 20:47:22 +00:00 |
LegalizeVectorTypes.cpp
|
Better solution for tracking both the original alignment of the access, and the current alignment based
|
2009-09-15 19:05:41 +00:00 |
Makefile
|
remove dead makefile flags.
|
2009-06-24 05:29:56 +00:00 |
ScheduleDAGFast.cpp
|
eliminate uses of cerr()
|
2009-08-23 07:05:07 +00:00 |
ScheduleDAGList.cpp
|
eliminate uses of cerr()
|
2009-08-23 07:05:07 +00:00 |
ScheduleDAGRRList.cpp
|
eliminate uses of cerr()
|
2009-08-23 07:05:07 +00:00 |
ScheduleDAGSDNodes.cpp
|
Remove some not-really-used variables, as warned
|
2009-09-06 12:41:19 +00:00 |
ScheduleDAGSDNodes.h
|
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes.
|
2009-09-18 21:02:19 +00:00 |
ScheduleDAGSDNodesEmit.cpp
|
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes.
|
2009-09-18 21:02:19 +00:00 |
SelectionDAG.cpp
|
Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot have different
|
2009-09-15 22:30:11 +00:00 |
SelectionDAGBuild.cpp
|
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes.
|
2009-09-18 21:02:19 +00:00 |
SelectionDAGBuild.h
|
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes.
|
2009-09-18 21:02:19 +00:00 |
SelectionDAGISel.cpp
|
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks.
|
2009-09-19 09:51:03 +00:00 |
SelectionDAGPrinter.cpp
|
Fix some refactos for iostream changes (in -Asserts mode).
|
2009-08-23 08:50:52 +00:00 |
TargetLowering.cpp
|
kill off the last use of TRI::AsmName.
|
2009-09-13 22:42:03 +00:00 |