| Age | Commit message (Expand) | Author |
| 2011-02-18 | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner |
| 2011-02-18 | Have opt set up a specific TargetLibraryInfo for modules | Chris Lattner |
| 2011-02-18 | Make -disable-simplify-libcalls work with -std-compile-opts | Peter Collingbourne |
| 2011-01-31 | While printing "interesting" breakpoint locations for debug info quality test... | Devang Patel |
| 2011-01-20 | RegionPassPrinter should contain the name of the pass printed | Tobias Grosser |
| 2010-12-09 | Print breakpoints for call instructions. This is used by optimized debug info... | Devang Patel |
| 2010-12-07 | Add a simple breakpoint location printer. This will be used by upcoming "debu... | Devang Patel |
| 2010-12-02 | Move check of command line options after command line parsing. | Tobias Grosser |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-02 | Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc and | Jakob Stoklund Olesen |
| 2010-10-20 | Add RegionPass support. | Tobias Grosser |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
| 2010-09-08 | Execute all Pass Printers even if -quiet is set. | Tobias Grosser |
| 2010-09-08 | Include original pass name in the PassPrinter's name. | Tobias Grosser |
| 2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
| 2010-08-20 | Use the new tool_output_file in several tools. This fixes a variety | Dan Gohman |
| 2010-08-18 | Allow the -analyze option to follow the -o option, which defaults to | Dan Gohman |
| 2010-08-18 | Don't translate "-" to outs() manually; raw_ostream does that automatically. | Dan Gohman |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-05-27 | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman |
| 2010-05-27 | Don't create an output stream when output is disabled. | Dan Gohman |
| 2010-05-27 | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman |
| 2010-05-14 | Use regular PassManager instead of FunctionPassManager in opt, since it | Dan Gohman |
| 2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
| 2010-03-24 | Trim #includes. | Dan Gohman |
| 2010-03-22 | Avoid leaking the FunctionPassManager from opt. | Jeffrey Yasskin |
| 2010-02-18 | Avoid a dangling pointer dereference, PassManager::add can delete the Pass. | Benjamin Kramer |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-22 | elimiante the dynamic_cast's from opt. | Chris Lattner |
| 2010-01-22 | simplify code. | Chris Lattner |
| 2010-01-18 | Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds | Eli Friedman |
| 2010-01-17 | Don't create a (empty) output file, and don't warn about bitcode output | Dan Gohman |
| 2010-01-05 | Enable debug buffering. | David Greene |
| 2009-12-09 | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-10-22 | nothing opt uses can throw, remove the try block and -fexceptions when | Chris Lattner |
| 2009-10-22 | Add some command line options for twiddling the default data layout | Chris Lattner |
| 2009-10-14 | There seems to be no reason for opt's -S option to be hidden. | Duncan Sands |
| 2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman |
| 2009-09-05 | opt: Add -S option to print output as LLVM assembly. | Daniel Dunbar |
| 2009-09-03 | Use IRReader.h in opt, to support reading of LLVM Assembly files directly. | Dan Gohman |
| 2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
| 2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
| 2009-08-24 | These flushes were only needed when the code was transitioning between | Dan Gohman |
| 2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner |
| 2009-08-23 | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner |