2010-02-18 |
Benjamin Kramer | Avoid a dangling pointer dereference, PassManager:... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | simplify code. |
tree | commitdiff |
2010-01-18 |
Eli Friedman | Make opt -O3 act more like clang -O3 etc., by making... |
tree | commitdiff |
2010-01-17 |
Dan Gohman | Don't create a (empty) output file, and don't warn... |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2009-12-09 |
Chris Lattner | when opt crashes, print its command line arguments... |
tree | commitdiff |
2009-11-30 |
Tobias Grosser | Remove ShortNames from getNodeLabel in DOTGraphTraits |
tree | commitdiff |
2009-11-30 |
Tobias Grosser | Instantiate DefaultDOTGraphTraits |
tree | commitdiff |
2009-11-03 |
Kenneth Uildriks | Make opt default to not adding a target data string... |
tree | commitdiff |
2009-10-22 |
Chris Lattner | nothing opt uses can throw, remove the try block and... |
tree | commitdiff |
2009-10-22 |
Chris Lattner | Add some command line options for twiddling the default... |
tree | commitdiff |
2009-10-14 |
Duncan Sands | There seems to be no reason for opt's -S option to... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-09-05 |
Daniel Dunbar | opt: Add -S option to print output as LLVM assembly. |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Use IRReader.h in opt, to support reading of LLVM Assem... |
tree | commitdiff |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-24 |
Dan Gohman | These flushes were only needed when the code was transi... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | use raw_fd_ostream instead of fstream with graphwriter, |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-21 |
Eric Christopher | Make unit-at-a-time on by default to match the behavior... |
tree | commitdiff |
2009-08-21 |
Eric Christopher | Kill trailing whitespace. |
tree | commitdiff |
2009-07-22 |
Daniel Dunbar | Switch some clients to Value::getName(), and other... |
tree | commitdiff |
2009-07-17 |
Bob Wilson | Fix a crash in SROA. The FunctionPass::doInitializatio... |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | opt: Add -std-link-opts argument, matches llvm-ld's... |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Get rid of the global CFGOnly flag by threading a Short... |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Switch opt to using StandardPasses.h |
tree | commitdiff |
2009-04-01 |
Misha Brukman | Fixed file header comment. |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
tree | commitdiff |
2008-12-31 |
Duncan Sands | Rename AddReadAttrs to FunctionAttrs, and teach it how |
tree | commitdiff |
2008-12-04 |
Devang Patel | Enable LoopIndexSplit pass. |
tree | commitdiff |
2008-11-26 |
Devang Patel | Disable -loop-index-split for now. |
tree | commitdiff |
2008-11-26 |
Zhongxing Xu | Adjust indent. |
tree | commitdiff |
2008-11-04 |
Nuno Lopes | fix memory leak in pass manager when adding an analysis... |
tree | commitdiff |
2008-10-22 |
Daniel Dunbar | Move Print*Pass to use raw_ostream. |
tree | commitdiff |
2008-10-21 |
Daniel Dunbar | Privatize PrintModulePass and PrintFunctionPass and add |
tree | commitdiff |
2008-09-23 |
Duncan Sands | Rationalize the names of passes that print information: |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-19 |
Duncan Sands | Turn on the AddReadAttrs pass. |
tree | commitdiff |
2008-09-19 |
Duncan Sands | Teach -callgraph to always print the callgraph (as the |
tree | commitdiff |
2008-09-17 |
Devang Patel | Fix comments, help messages. |
tree | commitdiff |
2008-09-17 |
Devang Patel | Fix cut-n-pasto. |
tree | commitdiff |
2008-09-16 |
Devang Patel | Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, ... |
tree | commitdiff |
2008-09-15 |
Duncan Sands | End of the GlobalsModRef experiment. |
tree | commitdiff |
2008-09-12 |
Duncan Sands | Give GlobalsModRef a whirl in the nightly testers. |
tree | commitdiff |
2008-08-27 |
Devang Patel | Backout 55429 |
tree | commitdiff |
2008-08-27 |
Devang Patel | Add facility to create a target. |
tree | commitdiff |
2008-07-14 |
Evan Cheng | Goodbye tail duplication (for good this time). |
tree | commitdiff |
2008-07-13 |
Duncan Sands | Fix comment. |
tree | commitdiff |
2008-07-13 |
Chris Lattner | Fix PR2231 - opt -internalize -std-compile-opts should... |
tree | commitdiff |
2008-06-30 |
Devang Patel | Move dominator info printer into tool/opt/GraphPrinters.cpp |
tree | commitdiff |
2008-05-29 |
Owen Anderson | Re-enable the newly simplified ADCE. This fixes a... |
tree | commitdiff |
2008-05-27 |
Owen Anderson | Remove ADCE from the optimization pipeline. |
tree | commitdiff |
2008-05-16 |
Evan Cheng | Re-enable tail duplication pass (now with default thres... |
tree | commitdiff |
2008-05-15 |
Evan Cheng | Remove tail duplication pass. |
tree | commitdiff |
2008-05-14 |
Devang Patel | Recover nestedloop regression reported by nightly tester. |
tree | commitdiff |
2008-05-14 |
Devang Patel | Do not run instruction combiner in middle of loop optim... |
tree | commitdiff |
2008-05-10 |
Owen Anderson | Re-enable loop deletion by default. |
tree | commitdiff |
2008-05-06 |
Owen Anderson | Disable loop deletion until the release branch. |
tree | commitdiff |
2008-05-05 |
Owen Anderson | Enable dead loop elimination. |
tree | commitdiff |
2008-05-02 |
Chris Lattner | move libcalls to the same place llvm-gcc has it. |
tree | commitdiff |
2008-04-21 |
Chris Lattner | enable jump threading pass by default. This causes... |
tree | commitdiff |
2008-04-17 |
Duncan Sands | Run SimplifyLibCalls near the beginning, not at |
tree | commitdiff |
2008-04-10 |
Evan Cheng | Move memcpy / memset optimization pass after GVN. |
tree | commitdiff |
2008-04-09 |
Owen Anderson | Factor a bunch of functionality related to memcpy and... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-09-08 |
Owen Anderson | Turn GVN on by default. |
tree | commitdiff |
2007-09-04 |
Devang Patel | Enable loop index split pass. |
tree | commitdiff |
2007-08-01 |
Owen Anderson | Rename FastDSE to just DSE. |
tree | commitdiff |
2007-07-30 |
Dan Gohman | Remove a FIXME comment that wasn't removed when the... |
tree | commitdiff |
2007-07-17 |
Owen Anderson | Turn on FastDSE by default. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Change sroa threshold back. |
tree | commitdiff |
2007-07-17 |
Evan Cheng | Temporarily set SROA threshold to 512. |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-07-05 |
Devang Patel | Fix PR1539. Add LoopPassPrinter. |
tree | commitdiff |
2007-06-28 |
Devang Patel | Fix PR 1526. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | make sure the ofstream for opt's output file is destroy... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode from bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | add support to llvm-prof for reading from a bitcode... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | if -bitcode is specified, read and write a bitcode... |
tree | commitdiff |
2007-05-03 |
Devang Patel | Drop 'const' |
tree | commitdiff |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
tree | commitdiff |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
tree | commitdiff |
2007-04-20 |
Chris Lattner | remove cruft |
tree | commitdiff |
2007-04-10 |
Devang Patel | Enable loop rotate pass. |
tree | commitdiff |
next |