1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Jim Laskey f5e160063e 1. Change use of "Cache" to "Default".
2. Added argument to instruction scheduler creators so the creators can do
special things.
3. Repaired target hazard code.
4. Misc.

More to follow.

llvm-svn: 29450
2006-08-01 18:29:48 +00:00
..
DAGCombiner.cpp Initialize some variables the compiler warns about. 2006-07-25 20:44:41 +00:00
LegalizeDAG.cpp Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. 2006-07-26 23:55:56 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Use an enumeration to eliminate data relocations. 2006-07-21 20:57:35 +00:00
ScheduleDAGList.cpp 1. Change use of "Cache" to "Default". 2006-08-01 18:29:48 +00:00
ScheduleDAGRRList.cpp 1. Change use of "Cache" to "Default". 2006-08-01 18:29:48 +00:00
ScheduleDAGSimple.cpp 1. Change use of "Cache" to "Default". 2006-08-01 18:29:48 +00:00
SelectionDAG.cpp Added AssignTopologicalOrder() to assign each node an unique id based on their topological order. 2006-08-01 08:20:41 +00:00
SelectionDAGISel.cpp 1. Change use of "Cache" to "Default". 2006-08-01 18:29:48 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Add some advice 2006-07-27 04:24:14 +00:00