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 e394cb13bd Clean up RemoveDeadNodes significantly, by eliminating the need for a temporary
set and eliminating the need to iterate whenever something is removed (which
can be really slow in some cases).  Thx to Jim for pointing out something silly
I was getting stuck on. :)

llvm-svn: 24241
2005-11-08 18:52:27 +00:00
..
DAGCombiner.cpp Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse 2005-11-02 18:42:59 +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 Let's try ignoring resource utilization on the backward pass. 2005-11-07 19:08:53 +00:00
SelectionDAG.cpp Clean up RemoveDeadNodes significantly, by eliminating the need for a temporary 2005-11-08 18:52:27 +00:00
SelectionDAGISel.cpp Add the necessary support to the ISel to allow targets to codegen the new 2005-11-06 09:00:38 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00