1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/lib/Transforms
Owen Anderson bd3940abc7 Replace the old ADCE implementation with a new one that more simply solves
the one case that ADCE catches that normal DCE doesn't: non-induction variable
loop computations.

This implementation handles this problem without using postdominators.

llvm-svn: 51668
2008-05-29 08:45:13 +00:00
..
Hello Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Instrumentation Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to 2008-05-23 21:05:58 +00:00
IPO convert more operand loops to iterator formulation 2008-05-29 01:59:18 +00:00
Scalar Replace the old ADCE implementation with a new one that more simply solves 2008-05-29 08:45:13 +00:00
Utils Factor code to copy global value attributes like 2008-05-26 19:58:59 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00