1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 3fd6d9358e When ExpandOp'ing a [SZ]EXTLOAD, make sure to remember that the chain
is also legal.  Add support for ExpandOp'ing raw EXTLOADs too.

llvm-svn: 23716
2005-10-13 21:44:47 +00:00
..
DAGCombiner.cpp Fix the remaining DAGCombiner issues pointed out by sabre. This should fix 2005-10-13 18:34:58 +00:00
LegalizeDAG.cpp When ExpandOp'ing a [SZ]EXTLOAD, make sure to remember that the chain 2005-10-13 21:44:47 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Inhibit instructions from being pushed before function calls. This will 2005-10-13 16:44:00 +00:00
SelectionDAG.cpp Move some Legalize functionality over to the DAGCombiner where it belongs. 2005-10-13 03:11:28 +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