.. |
CallingConvLower.cpp
|
Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers
|
2009-11-07 02:11:54 +00:00 |
CMakeLists.txt
|
Update CMake file.
|
2009-11-23 17:26:04 +00:00 |
DAGCombiner.cpp
|
Remove the optimizations that convert BRCOND and BR_CC into
|
2009-11-17 00:47:23 +00:00 |
FastISel.cpp
|
Move some more code out of SelectionDAGBuild.cpp and into
|
2009-11-23 17:42:46 +00:00 |
FunctionLoweringInfo.cpp
|
Move some more code out of SelectionDAGBuild.cpp and into
|
2009-11-23 17:42:46 +00:00 |
FunctionLoweringInfo.h
|
Move some more code out of SelectionDAGBuild.cpp and into
|
2009-11-23 17:42:46 +00:00 |
InstrEmitter.cpp
|
Target-independent support for TargetFlags on BlockAddress operands,
|
2009-11-20 23:18:13 +00:00 |
InstrEmitter.h
|
Fix a typo in a comment.
|
2009-11-16 20:35:59 +00:00 |
LegalizeDAG.cpp
|
We are not using DBG_STOPPOINT anymore.
|
2009-11-21 02:46:55 +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
|
Use getStoreSize() instead of getStoreSizeInBits()/8.
|
2009-09-23 21:07:02 +00:00 |
LegalizeTypes.cpp
|
Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),
|
2009-11-20 10:45:10 +00:00 |
LegalizeTypes.h
|
Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),
|
2009-11-20 10:45:10 +00:00 |
LegalizeTypesGeneric.cpp
|
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
|
2009-10-18 18:16:27 +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
|
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
|
2009-10-18 18:16:27 +00:00 |
Makefile
|
|
|
ScheduleDAGFast.cpp
|
Remove includes of Support/Compiler.h that are no longer needed after the
|
2009-10-25 06:57:41 +00:00 |
ScheduleDAGList.cpp
|
Remove includes of Support/Compiler.h that are no longer needed after the
|
2009-10-25 06:57:41 +00:00 |
ScheduleDAGRRList.cpp
|
Remove includes of Support/Compiler.h that are no longer needed after the
|
2009-10-25 06:57:41 +00:00 |
ScheduleDAGSDNodes.cpp
|
Create a new InstrEmitter class for translating SelectionDAG nodes
|
2009-10-10 01:32:21 +00:00 |
ScheduleDAGSDNodes.h
|
Initial target-independent CodeGen support for BlockAddresses.
|
2009-10-30 01:27:03 +00:00 |
SelectionDAG.cpp
|
We are not using DBG_STOPPOINT anymore.
|
2009-11-21 02:46:55 +00:00 |
SelectionDAGBuild.cpp
|
Move RegsForValue to an anonymous namespace, since it is only used
|
2009-11-23 17:46:23 +00:00 |
SelectionDAGBuild.h
|
Move some more code out of SelectionDAGBuild.cpp and into
|
2009-11-23 17:42:46 +00:00 |
SelectionDAGISel.cpp
|
Move the FunctionLoweringInfo class and some related utility functions out
|
2009-11-23 17:16:22 +00:00 |
SelectionDAGPrinter.cpp
|
Fix some refactos for iostream changes (in -Asserts mode).
|
2009-08-23 08:50:52 +00:00 |
TargetLowering.cpp
|
Add compare_lower and equals_lower methods to StringRef. Switch all users of
|
2009-11-12 20:36:59 +00:00 |