.. |
CallingConvLower.cpp
|
|
|
CMakeLists.txt
|
|
|
DAGCombiner.cpp
|
Propagation in TargetLowering. Includes passing a DL
|
2009-02-03 00:47:48 +00:00 |
FastISel.cpp
|
Create DebugLoc information in FastISel. Several temporary methods were
|
2009-02-03 00:55:04 +00:00 |
LegalizeDAG.cpp
|
Fill in more omissions in DebugLog propagation.
|
2009-02-04 00:13:36 +00:00 |
LegalizeFloatTypes.cpp
|
Remove trailing spaces.
|
2009-02-02 19:46:41 +00:00 |
LegalizeIntegerTypes.cpp
|
Fill in more omissions in DebugLog propagation.
|
2009-02-04 00:13:36 +00:00 |
LegalizeTypes.cpp
|
Fix PR3411. When replacing values, nodes are analyzed
|
2009-02-03 10:23:33 +00:00 |
LegalizeTypes.h
|
Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.
|
2009-02-02 17:19:39 +00:00 |
LegalizeTypesGeneric.cpp
|
Fill in more omissions in DebugLog propagation.
|
2009-02-04 00:13:36 +00:00 |
LegalizeVectorTypes.cpp
|
Fill in more omissions in DebugLog propagation.
|
2009-02-04 00:13:36 +00:00 |
Makefile
|
|
|
ScheduleDAGFast.cpp
|
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
|
2009-01-15 19:20:50 +00:00 |
ScheduleDAGList.cpp
|
Initial hazard recognizer support in post-pass scheduling. This includes
|
2009-01-16 01:33:36 +00:00 |
ScheduleDAGRRList.cpp
|
Make a few things const, fix some comments, and simplify
|
2009-01-29 19:49:27 +00:00 |
ScheduleDAGSDNodes.cpp
|
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by a single CopyToReg, it reuses the virtual register assigned to the CopyToReg. This won't work for SDNode that is a clone or is itself cloned. Disable this optimization for those nodes or it can end up with non-SSA machine instructions.
|
2009-01-16 20:57:18 +00:00 |
ScheduleDAGSDNodesEmit.cpp
|
Propagate debug loc info during SDNode -> machine instr creation.
|
2009-02-03 01:02:39 +00:00 |
SelectionDAG.cpp
|
Remove a few non-DebugLoc versions of node creation
|
2009-02-04 01:17:06 +00:00 |
SelectionDAGBuild.cpp
|
Remove a few non-DebugLoc versions of node creation
|
2009-02-04 01:17:06 +00:00 |
SelectionDAGBuild.h
|
Pass in something sensible for the debug location information when creating the
|
2009-02-03 02:20:52 +00:00 |
SelectionDAGISel.cpp
|
Fill in more omissions in DebugLog propagation.
|
2009-02-04 00:13:36 +00:00 |
SelectionDAGPrinter.cpp
|
Use DebugInfo interface to lower dbg_* intrinsics.
|
2009-01-13 00:35:13 +00:00 |
TargetLowering.cpp
|
Propagation in TargetLowering. Includes passing a DL
|
2009-02-03 00:47:48 +00:00 |