1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Nick Lewycky 4f38aaec24 Remove wasteful caching. This isn't needed for correctness because any function
that might have changed been affected by a merge elsewhere will have been
removed from the function set, and it isn't needed for performance because we
call grow() ahead of time to prevent reallocations.

llvm-svn: 124717
2011-02-02 05:31:01 +00:00
..
Hello
InstCombine Conservatively, clear optional flags, such as nsw, when performing 2011-02-02 02:05:46 +00:00
Instrumentation Implementation of path profiling. 2011-01-29 01:09:53 +00:00
IPO Remove wasteful caching. This isn't needed for correctness because any function 2011-02-02 05:31:01 +00:00
Scalar Fix reassociate to clear optional flags, such as nsw. 2011-02-02 02:02:34 +00:00
Utils Re-apply r124518 with fix. Watch out for invalidated iterator. 2011-01-29 04:46:23 +00:00
Makefile