1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Cameron Zwarich c35c06d0d4 Make a std::vector a SmallVector<*, 32> like the other vectors in the same
function. This seems to be about a 1.5% speedup of -scalarrepl on test-suite
with SPEC2000 and SPEC2006.

llvm-svn: 123731
2011-01-18 04:41:32 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine remove a dead check, this was needed before we had an explicit veto on uses of phis. 2011-01-16 05:37:55 +00:00
Instrumentation Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which 2010-10-19 17:21:58 +00:00
IPO Reduce indentation and remove commented out code. 2011-01-18 04:36:06 +00:00
Scalar Remove code for updating dominance frontiers and some outdated references to 2011-01-18 04:11:31 +00:00
Utils Make a std::vector a SmallVector<*, 32> like the other vectors in the same 2011-01-18 04:41:32 +00:00
Makefile