llvm-6502/include/llvm/Transforms
Chandler Carruth afff33001a Switch to WeakVHs in the value mapper, and aggressively prune dead basic
blocks in the function cloner. This removes the last case of trivially
dead code that I've been seeing in the wild getting inlined, analyzed,
re-inlined, optimized, only to be deleted. Nukes a FIXME from the
cleanup tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153572 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-28 08:38:27 +00:00
..
IPO add EP_OptimizerLast extension point 2012-03-23 23:22:59 +00:00
Utils Switch to WeakVHs in the value mapper, and aggressively prune dead basic 2012-03-28 08:38:27 +00:00
Instrumentation.h ThreadSanitizer, a race detector. First LLVM commit. 2012-02-13 22:50:51 +00:00
IPO.h Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These 2012-02-25 02:56:01 +00:00
Scalar.h Add a new ObjC ARC optimization pass to eliminate unneeded 2012-01-17 20:52:24 +00:00
Vectorize.h Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00