llvm-6502/tools/opt
Tobias Grosser 6551360535 Add RegionPass support.
A RegionPass is executed like a LoopPass but on the regions detected by the
RegionInfo pass instead of the loops detected by the LoopInfo pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116905 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-20 01:54:44 +00:00
..
AnalysisWrappers.cpp Minor cleanups to follow the common convention for pass 2010-08-20 00:56:16 +00:00
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
GraphPrinters.cpp Move tool_output_file into its own file. 2010-10-07 20:32:40 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
opt.cpp Add RegionPass support. 2010-10-20 01:54:44 +00:00
PrintSCC.cpp Make the SCC printing passes use errs() instead of outs(), as the 2010-08-20 01:03:44 +00:00