Age | Commit message (Expand) | Author | Files | Lines |
2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 1 | -4/+4 |
2009-09-05 | opt: Add -S option to print output as LLVM assembly. | Daniel Dunbar | 1 | -5/+14 |
2009-09-03 | Use IRReader.h in opt, to support reading of LLVM Assembly files directly. | Dan Gohman | 3 | -13/+6 |
2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 1 | -1/+1 |
2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2 | -6/+3 |
2009-08-24 | These flushes were only needed when the code was transitioning between | Dan Gohman | 1 | -10/+0 |
2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner | 1 | -2/+1 |
2009-08-23 | use raw_fd_ostream instead of fstream with graphwriter, | Chris Lattner | 2 | -7/+8 |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 4 | -29/+32 |
2009-08-23 | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 1 | -2/+3 |
2009-08-21 | Make unit-at-a-time on by default to match the behavior of llvm-gcc. | Eric Christopher | 1 | -1/+2 |
2009-08-21 | Kill trailing whitespace. | Eric Christopher | 1 | -25/+25 |
2009-07-22 | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 1 | -1/+1 |
2009-07-17 | Fix a crash in SROA. The FunctionPass::doInitialization method was never | Bob Wilson | 1 | -0/+1 |
2009-07-17 | opt: Add -std-link-opts argument, matches llvm-ld's optimizations. | Daniel Dunbar | 1 | -6/+39 |
2009-07-16 | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2 | -32/+42 |
2009-07-15 | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 1 | -1/+1 |
2009-07-15 | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 1 | -18/+11 |
2009-07-15 | Use errs() instead of std::cerr. | Dan Gohman | 1 | -2/+3 |
2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 1 | -1/+1 |
2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 1 | -1/+3 |
2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 1 | -1/+2 |
2009-06-03 | Switch opt to using StandardPasses.h | Daniel Dunbar | 1 | -126/+21 |
2009-04-01 | Fixed file header comment. | Misha Brukman | 1 | -3/+3 |
2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 4 | -11/+11 |
2008-12-31 | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 1 | -2/+2 |
2008-12-04 | Enable LoopIndexSplit pass. | Devang Patel | 1 | -2/+2 |
2008-11-26 | Disable -loop-index-split for now. | Devang Patel | 1 | -2/+2 |
2008-11-26 | Adjust indent. | Zhongxing Xu | 1 | -2/+2 |
2008-11-04 | fix memory leak in pass manager when adding an analysis pass that already exi... | Nuno Lopes | 1 | -6/+11 |
2008-10-22 | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 1 | -1/+2 |
2008-10-21 | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 1 | -1/+1 |
2008-09-23 | Rationalize the names of passes that print information: | Duncan Sands | 3 | -9/+10 |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes | 1 | -0/+9 |
2008-09-19 | Turn on the AddReadAttrs pass. | Duncan Sands | 1 | -1/+4 |
2008-09-19 | Teach -callgraph to always print the callgraph (as the | Duncan Sands | 1 | -6/+5 |
2008-09-17 | Fix comments, help messages. | Devang Patel | 1 | -4/+2 |
2008-09-17 | Fix cut-n-pasto. | Devang Patel | 1 | -2/+2 |
2008-09-16 | Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively. | Devang Patel | 1 | -0/+142 |
2008-09-15 | End of the GlobalsModRef experiment. | Duncan Sands | 1 | -2/+0 |
2008-09-12 | Give GlobalsModRef a whirl in the nightly testers. | Duncan Sands | 1 | -1/+3 |
2008-08-27 | Backout 55429 | Devang Patel | 1 | -48/+4 |
2008-08-27 | Add facility to create a target. | Devang Patel | 1 | -4/+48 |
2008-07-14 | Goodbye tail duplication (for good this time). | Evan Cheng | 1 | -1/+0 |
2008-07-13 | Fix comment. | Duncan Sands | 1 | -1/+1 |
2008-07-13 | Fix PR2231 - opt -internalize -std-compile-opts should run internalize first | Chris Lattner | 1 | -8/+17 |
2008-06-30 | Move dominator info printer into tool/opt/GraphPrinters.cpp | Devang Patel | 1 | -0/+32 |
2008-05-29 | Re-enable the newly simplified ADCE. This fixes a regression on | Owen Anderson | 1 | -1/+1 |
2008-05-27 | Remove ADCE from the optimization pipeline. | Owen Anderson | 1 | -1/+1 |
2008-05-16 | Re-enable tail duplication pass (now with default threshold down to 1 instruc... | Evan Cheng | 1 | -0/+1 |