aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* Add a basic-block autovectorization pass.Hal Finkel2012-02-013-2/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* When doing "opt -O2" verify the bitcode like is done forDuncan Sands2011-12-071-0/+2
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-4/+4
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-2/+2
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-2/+0
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* We only do always-inlining at -O1; make opt reflect that.Eli Friedman2011-06-061-1/+1
* initialize and finalize function passes, pointed out by Cameron.Chris Lattner2011-05-221-1/+4
* switch opt to using PassManagerBuilder.hChris Lattner2011-05-221-34/+31
* remove graphprinter support for domfrontier.Chris Lattner2011-04-051-3/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-0/+3
* whitespaceAndrew Trick2011-04-051-8/+8
* Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-041-15/+31
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-181-2/+6
* Have opt set up a specific TargetLibraryInfo for modulesChris Lattner2011-02-181-2/+8
* Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne2011-02-181-1/+1
* While printing "interesting" breakpoint locations for debug info quality test...Devang Patel2011-01-311-27/+12
* RegionPassPrinter should contain the name of the pass printedTobias Grosser2011-01-201-2/+2
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-7/+4
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-091-0/+13
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-071-1/+59
* Move check of command line options after command line parsing.Tobias Grosser2010-12-021-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-021-2/+2
* Add RegionPass support.Tobias Grosser2010-10-201-0/+38
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+12
* Move tool_output_file into its own file.Dan Gohman2010-10-072-2/+2
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-9/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+9
* Execute all Pass Printers even if -quiet is set.Tobias Grosser2010-09-081-19/+16
* Include original pass name in the PassPrinter's name.Tobias Grosser2010-09-081-10/+36
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-012-12/+17
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-5/+11
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-12/+8
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-201-10/+10
* Minor cleanups to follow the common convention for passDan Gohman2010-08-201-7/+7
* Minor cleanups to follow the common convention for passDan Gohman2010-08-202-14/+16
* Allow the -analyze option to follow the -o option, which defaults toDan Gohman2010-08-181-30/+35
* Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman2010-08-181-31/+23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-064-21/+24
* Revert r110396 to fix buildbots.Owen Anderson2010-08-064-24/+21
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-054-21/+24
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-091-1/+1
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-091-1/+1