.. |
CallingConvLower.cpp
|
|
|
CMakeLists.txt
|
|
|
DAGCombiner.cpp
|
Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.
|
2009-01-31 03:12:48 +00:00 |
FastISel.cpp
|
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead.
|
2009-01-22 09:10:11 +00:00 |
LegalizeDAG.cpp
|
Make LowerCallTo and LowerArguments take a DebugLoc
|
2009-01-30 23:10:59 +00:00 |
LegalizeFloatTypes.cpp
|
Propagate debug info in LegalizeFloatTypes.
|
2009-01-31 00:43:08 +00:00 |
LegalizeIntegerTypes.cpp
|
Propagate debug info. This file complete
|
2009-01-31 00:20:43 +00:00 |
LegalizeTypes.cpp
|
Propagate debug info through MakeLibCall and a
|
2009-01-31 00:11:23 +00:00 |
LegalizeTypes.h
|
Propagate debug info in LegalizeFloatTypes.
|
2009-01-31 00:43:08 +00:00 |
LegalizeTypesGeneric.cpp
|
|
|
LegalizeVectorTypes.cpp
|
Use ValueType::bitsLT to simplify some code.
|
2009-01-28 03:10:52 +00:00 |
Makefile
|
Removed trailing whitespace from Makefiles.
|
2009-01-09 16:44:42 +00:00 |
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
|
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead.
|
2009-01-22 09:10:11 +00:00 |
SelectionDAG.cpp
|
Make LowerCallTo and LowerArguments take a DebugLoc
|
2009-01-30 23:10:59 +00:00 |
SelectionDAGBuild.cpp
|
Move CurDebugLoc into SelectionDAGLowering.
|
2009-01-31 02:22:37 +00:00 |
SelectionDAGBuild.h
|
Move CurDebugLoc into SelectionDAGLowering.
|
2009-01-31 02:22:37 +00:00 |
SelectionDAGISel.cpp
|
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
|
2009-01-28 13:14:17 +00:00 |
SelectionDAGPrinter.cpp
|
Use DebugInfo interface to lower dbg_* intrinsics.
|
2009-01-13 00:35:13 +00:00 |
TargetLowering.cpp
|
Get rid of the non-DebugLoc-ified getNOT() method.
|
2009-01-30 23:03:19 +00:00 |