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 24c5aebb55 Fix DSE to not nuke dead stores unless they redundant store is the same
VT as the killing one.  Fix fixes PR491

llvm-svn: 24034
2005-10-27 07:10:34 +00:00
..
DAGCombiner.cpp Fix DSE to not nuke dead stores unless they redundant store is the same 2005-10-27 07:10:34 +00:00
LegalizeDAG.cpp Allow custom lowered FP_TO_SINT ops in the check for whether a larger 2005-10-25 23:47:25 +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 add TargetExternalSymbol 2005-10-23 03:40:17 +00:00
SelectionDAGISel.cpp Add the ability to lower return instructions to TargetLowering. This 2005-10-18 23:23:37 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00