aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-5/+1
* nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner2009-10-221-161/+150
* Add some command line options for twiddling the default data layoutChris Lattner2009-10-221-2/+20
* There seems to be no reason for opt's -S option to be hidden.Duncan Sands2009-10-141-2/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-4/+4
* opt: Add -S option to print output as LLVM assembly.Daniel Dunbar2009-09-051-5/+14
* Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman2009-09-031-11/+4
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-1/+1
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-5/+2
* These flushes were only needed when the code was transitioning betweenDan Gohman2009-08-241-10/+0
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-2/+1
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-231-5/+5
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-5/+5
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-2/+3
* Make unit-at-a-time on by default to match the behavior of llvm-gcc.Eric Christopher2009-08-211-1/+2
* Kill trailing whitespace.Eric Christopher2009-08-211-25/+25
* Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson2009-07-171-0/+1
* opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar2009-07-171-6/+39
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-20/+30
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-18/+11
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* Switch opt to using StandardPasses.hDaniel Dunbar2009-06-031-126/+21
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-5/+5
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-2/+2
* Enable LoopIndexSplit pass.Devang Patel2008-12-041-2/+2
* Disable -loop-index-split for now.Devang Patel2008-11-261-2/+2
* Adjust indent.Zhongxing Xu2008-11-261-2/+2
* fix memory leak in pass manager when adding an analysis pass that already exi...Nuno Lopes2008-11-041-6/+11
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-1/+2
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-1/+1
* Turn on the AddReadAttrs pass.Duncan Sands2008-09-191-1/+4
* Fix comments, help messages.Devang Patel2008-09-171-4/+2
* Fix cut-n-pasto.Devang Patel2008-09-171-2/+2
* Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.Devang Patel2008-09-161-0/+142
* End of the GlobalsModRef experiment.Duncan Sands2008-09-151-2/+0
* Give GlobalsModRef a whirl in the nightly testers.Duncan Sands2008-09-121-1/+3
* Backout 55429Devang Patel2008-08-271-48/+4
* Add facility to create a target.Devang Patel2008-08-271-4/+48
* Goodbye tail duplication (for good this time).Evan Cheng2008-07-141-1/+0
* Fix comment.Duncan Sands2008-07-131-1/+1
* Fix PR2231 - opt -internalize -std-compile-opts should run internalize firstChris Lattner2008-07-131-8/+17
* Re-enable the newly simplified ADCE. This fixes a regression onOwen Anderson2008-05-291-1/+1
* Remove ADCE from the optimization pipeline.Owen Anderson2008-05-271-1/+1
* Re-enable tail duplication pass (now with default threshold down to 1 instruc...Evan Cheng2008-05-161-0/+1
* Remove tail duplication pass.Evan Cheng2008-05-151-1/+0
* Recover nestedloop regression reported by nightly tester.Devang Patel2008-05-141-0/+2
* Do not run instruction combiner in middle of loop optimization passes.Devang Patel2008-05-141-1/+0
* Re-enable loop deletion by default.Owen Anderson2008-05-101-0/+1