1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Transforms
Chris Lattner a259f9201c * Substantially simplify how free instructions are handled (potentially fixing
a bug in DSE).
* Delete dead operand uses iteratively instead of recursively, using a
  SetVector.
* Defer deletion of dead operand uses until the end of processing, which means
  we don't have to bother with updating the AliasSetTracker.  This speeds up
  DSE substantially.

llvm-svn: 15204
2004-07-25 11:09:56 +00:00
..
Hello
Instrumentation These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
IPO Ignore instructions that are in trivially dead functions. This allows us 2004-07-20 03:58:07 +00:00
Scalar * Substantially simplify how free instructions are handled (potentially fixing 2004-07-25 11:09:56 +00:00
Utils These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
ExprTypeConvert.cpp These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
LevelRaise.cpp bug 122: 2004-07-18 00:19:45 +00:00
Makefile
TransformInternals.cpp Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:19 +00:00
TransformInternals.h