aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-10-24Opt does not need to initialize the Asm printer/parserNadav Rotem
2012-10-24Opt needs to initialize the different targets.Nadav Rotem
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-01Code cleanup: tools/opt/opt.cppLogan Chien
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-05-16Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth
2012-04-17allow opt to take a -mtriple optionJoe Groff
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-07When doing "opt -O2" verify the bitcode like is done forDuncan Sands
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola
2011-06-06We only do always-inlining at -O1; make opt reflect that.Eli Friedman
2011-05-22initialize and finalize function passes, pointed out by Cameron.Chris Lattner
2011-05-22switch opt to using PassManagerBuilder.hChris Lattner
2011-04-05remove graphprinter support for domfrontier.Chris Lattner
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2011-04-05whitespaceAndrew Trick
2011-04-04Update BreakpointPrinter to emit original function names only. Devang Patel
2011-02-18add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner
2011-02-18Have opt set up a specific TargetLibraryInfo for modulesChris Lattner
2011-02-18Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne
2011-01-31While printing "interesting" breakpoint locations for debug info quality test...Devang Patel
2011-01-20RegionPassPrinter should contain the name of the pass printedTobias Grosser
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-12-09Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel
2010-12-07Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel
2010-12-02Move check of command line options after command line parsing.Tobias Grosser
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-02Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen
2010-10-20Add RegionPass support.Tobias Grosser
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-08Execute all Pass Printers even if -quiet is set.Tobias Grosser
2010-09-08Include original pass name in the PassPrinter's name.Tobias Grosser
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman