.. |
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
|
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
|
2009-11-23 18:04:58 +00:00 |
DAGCombiner.cpp
|
Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's primary used by selectdag passes.
|
2009-12-09 01:36:00 +00:00 |
FastISel.cpp
|
Make TargetSelectInstruction protected and called from FastISel.cpp
|
2009-12-05 01:27:58 +00:00 |
FunctionLoweringInfo.cpp
|
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
|
2009-11-23 18:12:11 +00:00 |
FunctionLoweringInfo.h
|
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
|
2009-11-23 18:12:11 +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
|
Remove the unused DisableLegalizeTypes option and related code.
|
2009-12-05 17:51:33 +00:00 |
LegalizeFloatTypes.cpp
|
|
|
LegalizeIntegerTypes.cpp
|
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type
|
2009-12-07 02:28:26 +00:00 |
LegalizeTypes.cpp
|
Added support to allow clients to custom widen. For X86, custom widen vectors for
|
2009-11-30 02:42:02 +00:00 |
LegalizeTypes.h
|
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type
|
2009-12-07 02:28:26 +00:00 |
LegalizeTypesGeneric.cpp
|
|
|
LegalizeVectorOps.cpp
|
improve portability to avoid conflicting with std::next in c++'0x.
|
2009-12-03 00:50:42 +00:00 |
LegalizeVectorTypes.cpp
|
Added support to allow clients to custom widen. For X86, custom widen vectors for
|
2009-11-30 02:42:02 +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
|
|
|
ScheduleDAGSDNodes.h
|
Initial target-independent CodeGen support for BlockAddresses.
|
2009-10-30 01:27:03 +00:00 |
SelectionDAG.cpp
|
Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 isl lowering code.
|
2009-12-09 01:53:58 +00:00 |
SelectionDAGBuilder.cpp
|
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
|
2009-11-23 18:04:58 +00:00 |
SelectionDAGBuilder.h
|
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
|
2009-11-23 18:04:58 +00:00 |
SelectionDAGISel.cpp
|
Remove old DBG_LABEL code.
|
2009-12-05 17:56:26 +00:00 |
SelectionDAGPrinter.cpp
|
Add edge source labels to SelectionDAG graphs, now that the graph printing
|
2009-12-01 19:20:00 +00:00 |
TargetLowering.cpp
|
Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's primary used by selectdag passes.
|
2009-12-09 01:36:00 +00:00 |