llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman 765784ad76 Fix a potential bug with two combine-to's back to back that chris pointed
out, where after the first CombineTo() call, the node the second CombineTo
wishes to replace may no longer exist.

Fix a very real bug with the truncated load optimization on little endian
targets, which do not need a byte offset added to the load.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23704 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-12 23:18:53 +00:00
..
DAGCombiner.cpp Fix a potential bug with two combine-to's back to back that chris pointed 2005-10-12 23:18:53 +00:00
LegalizeDAG.cpp silence a bogus GCC warning 2005-10-06 17:39:10 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Finally committing to the new scheduler. Still -sched=none by default. 2005-10-12 18:29:35 +00:00
SelectionDAG.cpp This function is now dead 2005-10-10 16:49:22 +00:00
SelectionDAGISel.cpp Enable Nate's excellent DAG combiner work by default. This allows the 2005-10-10 16:47:10 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00
TargetLowering.cpp initialize new flag 2005-09-27 22:13:56 +00:00