| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Use the new tool_output_file in several tools. This fixes a variety | Dan Gohman | 2010-08-20 | 1 | -12/+8 |
* | Make the SCC printing passes use errs() instead of outs(), as the | Dan Gohman | 2010-08-20 | 1 | -10/+10 |
* | Minor cleanups to follow the common convention for pass | Dan Gohman | 2010-08-20 | 1 | -7/+7 |
* | Minor cleanups to follow the common convention for pass | Dan Gohman | 2010-08-20 | 2 | -14/+16 |
* | Allow the -analyze option to follow the -o option, which defaults to | Dan Gohman | 2010-08-18 | 1 | -30/+35 |
* | Don't translate "-" to outs() manually; raw_ostream does that automatically. | Dan Gohman | 2010-08-18 | 1 | -31/+23 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 4 | -21/+24 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 4 | -24/+21 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 4 | -21/+24 |
* | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
* | Change another reference to the "indirect callgraph node" to | Duncan Sands | 2010-06-09 | 1 | -1/+1 |
* | Output "external node" rather than "Indirect CallGraph node" when printing | Duncan Sands | 2010-06-09 | 1 | -1/+1 |
* | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman | 2010-05-27 | 1 | -2/+6 |
* | Don't create an output stream when output is disabled. | Dan Gohman | 2010-05-27 | 1 | -19/+21 |
* | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman | 2010-05-27 | 1 | -3/+7 |
* | Use regular PassManager instead of FunctionPassManager in opt, since it | Dan Gohman | 2010-05-14 | 1 | -12/+8 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -5/+4 |
* | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 2010-04-15 | 2 | -5/+3 |
* | Trim #includes. | Dan Gohman | 2010-03-24 | 1 | -1/+0 |
* | Avoid leaking the FunctionPassManager from opt. | Jeffrey Yasskin | 2010-03-22 | 1 | -2/+2 |