mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
aad0cad3e9
Step 1: Copy gccas functionality to opt. This endows opt with a new -std-compile-opts option to get the set of optimization passes that gccas used. It also adds -disable-inlining and -disable-opt which both apply only if -std-compile-opts is given. The -strip-debug option was also removed. It just makes sure that "-strip" gets done early and is mostly there for compatibility with gccas. Finally, a new -verify-each option will cause the verify pass to be run after each pass. llvm-svn: 33786 |
||
---|---|---|
.. | ||
AnalysisWrappers.cpp | ||
GraphPrinters.cpp | ||
Makefile | ||
opt.cpp | ||
PrintSCC.cpp |