| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid a dangling pointer dereference, PassManager::add can delete the Pass. | Benjamin Kramer | 2010-02-18 | 1 | -1/+2 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -2/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -5/+12 |
* | simplify code. | Chris Lattner | 2010-01-22 | 1 | -9/+4 |
* | Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds | Eli Friedman | 2010-01-18 | 1 | -1/+11 |
* | Don't create a (empty) output file, and don't warn about bitcode output | Dan Gohman | 2010-01-17 | 1 | -13/+18 |
* | Enable debug buffering. | David Greene | 2010-01-05 | 1 | -0/+4 |
* | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner | 2009-12-09 | 1 | -2/+5 |
* | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -2/+1 |
* | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -0/+3 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 1 | -5/+1 |
* | nothing opt uses can throw, remove the try block and -fexceptions when | Chris Lattner | 2009-10-22 | 3 | -163/+150 |
* | Add some command line options for twiddling the default data layout | Chris Lattner | 2009-10-22 | 1 | -2/+20 |
* | There seems to be no reason for opt's -S option to be hidden. | Duncan Sands | 2009-10-14 | 1 | -2/+1 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -4/+4 |
* | opt: Add -S option to print output as LLVM assembly. | Daniel Dunbar | 2009-09-05 | 1 | -5/+14 |
* | Use IRReader.h in opt, to support reading of LLVM Assembly files directly. | Dan Gohman | 2009-09-03 | 3 | -13/+6 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 2 | -6/+3 |
* | These flushes were only needed when the code was transitioning between | Dan Gohman | 2009-08-24 | 1 | -10/+0 |
* | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 2009-08-23 | 1 | -2/+1 |
* | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner | 2009-08-23 | 2 | -7/+8 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 4 | -29/+32 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -2/+3 |
* | Make unit-at-a-time on by default to match the behavior of llvm-gcc. | Eric Christopher | 2009-08-21 | 1 | -1/+2 |
* | Kill trailing whitespace. | Eric Christopher | 2009-08-21 | 1 | -25/+25 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Fix a crash in SROA. The FunctionPass::doInitialization method was never | Bob Wilson | 2009-07-17 | 1 | -0/+1 |
* | opt: Add -std-link-opts argument, matches llvm-ld's optimizations. | Daniel Dunbar | 2009-07-17 | 1 | -6/+39 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 2 | -32/+42 |
* | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -18/+11 |
* | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -2/+3 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+3 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | Switch opt to using StandardPasses.h | Daniel Dunbar | 2009-06-03 | 1 | -126/+21 |
* | Fixed file header comment. | Misha Brukman | 2009-04-01 | 1 | -3/+3 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 4 | -11/+11 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 1 | -2/+2 |
* | Enable LoopIndexSplit pass. | Devang Patel | 2008-12-04 | 1 | -2/+2 |
* | Disable -loop-index-split for now. | Devang Patel | 2008-11-26 | 1 | -2/+2 |
* | Adjust indent. | Zhongxing Xu | 2008-11-26 | 1 | -2/+2 |
* | fix memory leak in pass manager when adding an analysis pass that already exi... | Nuno Lopes | 2008-11-04 | 1 | -6/+11 |