summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* We only do always-inlining at -O1; make opt reflect that.Eli Friedman2011-06-06
* initialize and finalize function passes, pointed out by Cameron.Chris Lattner2011-05-22
* switch opt to using PassManagerBuilder.hChris Lattner2011-05-22
* remove graphprinter support for domfrontier.Chris Lattner2011-04-05
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-05
* whitespaceAndrew Trick2011-04-05
* Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-04
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* Have opt set up a specific TargetLibraryInfo for modulesChris Lattner2011-02-18
* Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne2011-02-18
* While printing "interesting" breakpoint locations for debug info quality test...Devang Patel2011-01-31
* RegionPassPrinter should contain the name of the pass printedTobias Grosser2011-01-20
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-09
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-07
* Move check of command line options after command line parsing.Tobias Grosser2010-12-02
* Merge System into Support.Michael J. Spencer2010-11-29
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-02
* Add RegionPass support.Tobias Grosser2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Execute all Pass Printers even if -quiet is set.Tobias Grosser2010-09-08
* Include original pass name in the PassPrinter's name.Tobias Grosser2010-09-08
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-20
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-20
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-20
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Allow the -analyze option to follow the -o option, which defaults toDan Gohman2010-08-18
* Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman2010-08-18
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-09
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-09
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-27
* Don't create an output stream when output is disabled.Dan Gohman2010-05-27
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-27
* Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman2010-05-14
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-15
* Trim #includes.Dan Gohman2010-03-24
* Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin2010-03-22