..
CMakeLists.txt
Create a new InstrEmitter class for translating SelectionDAG nodes
2009-10-10 01:32:21 +00:00
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
DAGCombiner.cpp
Remove an unneeded #include.
2009-11-09 22:28:30 +00:00
FastISel.cpp
Implement support to debug inlined functions.
2009-11-10 23:06:00 +00:00
InstrEmitter.cpp
Don't mark registers dead here when processing nodes with MVT::Flag
2009-10-30 23:57:47 +00:00
InstrEmitter.h
Create a new InstrEmitter class for translating SelectionDAG nodes
2009-10-10 01:32:21 +00:00
LegalizeDAG.cpp
Emit correct code when making a ConstantPool entry for a vector
2009-11-10 23:16:41 +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
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
2009-10-25 06:33:48 +00:00
LegalizeTypes.h
Allow widening of extract subvector
2009-10-16 22:05:48 +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
remove dead makefile flags.
2009-06-24 05:29:56 +00:00
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
Fix memoizing of CvtRndSatSDNode
2009-11-07 04:46:25 +00:00
SelectionDAGBuild.cpp
Implement support to debug inlined functions.
2009-11-10 23:06:00 +00:00
SelectionDAGBuild.h
Fix PR5421 by APInt'izing switch lowering.
2009-11-07 07:50:34 +00:00
SelectionDAGISel.cpp
Implement support to debug inlined functions.
2009-11-10 23:06:00 +00:00
SelectionDAGPrinter.cpp
Fix some refactos for iostream changes (in -Asserts mode).
2009-08-23 08:50:52 +00:00
TargetLowering.cpp
Add 8 bit libcalls and make use of them for msp430
2009-11-07 17:14:39 +00:00