aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-0/+7
|\
| * allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* | Merge with upstream LLVM @152063Stephen Hines2012-03-051-0/+1
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-053-2/+3
|\ \ | |/
| * Add a basic-block autovectorization pass.Hal Finkel2012-02-013-2/+3
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-162-1/+2
|\ \ | |/
| * 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
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-252-4/+4
|\ \ | |/
| * Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-4/+4
* | Merge with LLVM upstream r144606 (Nov 15th 2011)Logan Chien2011-11-151-0/+23
|\ \ | |/
| * LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* | Apply changes to migrate to upstream Oct 20th 2011.Logan Chien2011-10-211-5/+6
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-202-6/+4
|\ \ | |/
| * 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
* | Add build rules for llc, opt, and llvm-link on target device.Logan Chien2011-10-191-8/+48
* | Add llvm opt executable build rules.Logan Chien2011-10-112-21/+36
* | Merge upstream to r133240 at Fri. 17th Jun 2011.Nowar Gu2011-06-201-36/+36
|\ \ | |/
| * 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
* | Merge upstream r129128Jush Lu2011-04-092-26/+43
|\ \ | |/
| * 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
* | Merge upstream r127116Jush Lu2011-03-092-19/+82
|\ \ | |/
| * 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