| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with LLVM upstream r155090. | Shih-wei Liao | 2012-04-24 | 1 | -0/+7 |
|\ |
|
| * | allow opt to take a -mtriple option | Joe Groff | 2012-04-17 | 1 | -0/+7 |
* | | Merge with upstream LLVM @152063 | Stephen Hines | 2012-03-05 | 1 | -0/+1 |
* | | Merge branch 'upstream' into merge-20120305 | Stephen Hines | 2012-03-05 | 3 | -2/+3 |
|\ \
| |/ |
|
| * | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 3 | -2/+3 |
* | | Merge with LLVM upstream r146714 (Dec 16th 2011) | Logan Chien | 2011-12-16 | 2 | -1/+2 |
|\ \
| |/ |
|
| * | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| * | When doing "opt -O2" verify the bitcode like is done for | Duncan Sands | 2011-12-07 | 1 | -0/+2 |
* | | Merge with LLVM upstream r145126 (Nov 25th 2011) | Logan Chien | 2011-11-25 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 2 | -4/+4 |
* | | Merge with LLVM upstream r144606 (Nov 15th 2011) | Logan Chien | 2011-11-15 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
* | | Apply changes to migrate to upstream Oct 20th 2011. | Logan Chien | 2011-10-21 | 1 | -5/+6 |
* | | Merge with LLVM upstream 2011/10/20 (r142530) | Logan Chien | 2011-10-20 | 2 | -6/+4 |
|\ \
| |/ |
|
| * | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -2/+2 |
| * | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
| * | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling | 2011-08-03 | 1 | -2/+0 |
| * | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
* | | Add build rules for llc, opt, and llvm-link on target device. | Logan Chien | 2011-10-19 | 1 | -8/+48 |
* | | Add llvm opt executable build rules. | Logan Chien | 2011-10-11 | 2 | -21/+36 |
* | | Merge upstream to r133240 at Fri. 17th Jun 2011. | Nowar Gu | 2011-06-20 | 1 | -36/+36 |
|\ \
| |/ |
|
| * | We only do always-inlining at -O1; make opt reflect that. | Eli Friedman | 2011-06-06 | 1 | -1/+1 |
| * | initialize and finalize function passes, pointed out by Cameron. | Chris Lattner | 2011-05-22 | 1 | -1/+4 |
| * | switch opt to using PassManagerBuilder.h | Chris Lattner | 2011-05-22 | 1 | -34/+31 |
* | | Merge upstream r129128 | Jush Lu | 2011-04-09 | 2 | -26/+43 |
|\ \
| |/ |
|
| * | remove graphprinter support for domfrontier. | Chris Lattner | 2011-04-05 | 1 | -3/+1 |
| * | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick | 2011-04-05 | 1 | -0/+3 |
| * | whitespace | Andrew Trick | 2011-04-05 | 1 | -8/+8 |
| * | Update BreakpointPrinter to emit original function names only. | Devang Patel | 2011-04-04 | 1 | -15/+31 |
* | | Merge upstream r127116 | Jush Lu | 2011-03-09 | 2 | -19/+82 |
|\ \
| |/ |
|
| * | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner | 2011-02-18 | 1 | -2/+6 |
| * | Have opt set up a specific TargetLibraryInfo for modules | Chris Lattner | 2011-02-18 | 1 | -2/+8 |
| * | Make -disable-simplify-libcalls work with -std-compile-opts | Peter Collingbourne | 2011-02-18 | 1 | -1/+1 |
| * | While printing "interesting" breakpoint locations for debug info quality test... | Devang Patel | 2011-01-31 | 1 | -27/+12 |
| * | RegionPassPrinter should contain the name of the pass printed | Tobias Grosser | 2011-01-20 | 1 | -2/+2 |
| * | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -7/+4 |
| * | Print breakpoints for call instructions. This is used by optimized debug info... | Devang Patel | 2010-12-09 | 1 | -0/+13 |
| * | Add a simple breakpoint location printer. This will be used by upcoming "debu... | Devang Patel | 2010-12-07 | 1 | -1/+59 |
| * | Move check of command line options after command line parsing. | Tobias Grosser | 2010-12-02 | 1 | -5/+5 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc and | Jakob Stoklund Olesen | 2010-11-02 | 1 | -2/+2 |
| * | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+38 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+12 |
| * | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 2 | -2/+2 |
| * | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -9/+2 |
| * | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -2/+9 |
| * | Execute all Pass Printers even if -quiet is set. | Tobias Grosser | 2010-09-08 | 1 | -19/+16 |
| * | Include original pass name in the PassPrinter's name. | Tobias Grosser | 2010-09-08 | 1 | -10/+36 |
| * | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 2 | -12/+17 |
| * | Convert tools to use tool_output_file, and introduce error | Dan Gohman | 2010-08-20 | 1 | -5/+11 |