2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
blob | commitdiff | raw |
2012-10-24 |
Nadav Rotem | Opt does not need to initialize the Asm printer/parser |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Nadav Rotem | Opt needs to initialize the different targets. |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Nadav Rotem | Add a new interface to allow IR-level passes to access... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-01 |
Logan Chien | Code cleanup: tools/opt/opt.cpp |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
Chandler Carruth | Teach the 'opt' tool about '-Os' and '-Oz', correspondi... |
blob | commitdiff | raw | diff to current |
2012-04-17 |
Joe Groff | allow opt to take a -mtriple option |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Hal Finkel | Add a basic-block autovectorization pass. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Duncan Sands | When doing "opt -O2" verify the bitcode like is done for |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Bill Wendling | Remove the LowerSetJmp pass. It wasn't used effectively... |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Eli Friedman | We only do always-inlining at -O1; make opt reflect... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Chris Lattner | initialize and finalize function passes, pointed out... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Chris Lattner | switch opt to using PassManagerBuilder.h |
blob | commitdiff | raw | diff to current |
2011-04-05 |
Andrew Trick | Added *hidden* flags -print-options and -print-all... |
blob | commitdiff | raw | diff to current |
2011-04-05 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Devang Patel | Update BreakpointPrinter to emit original function... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Chris Lattner | add a way to disable all builtins, wire it up to opt... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Chris Lattner | Have opt set up a specific TargetLibraryInfo for modules |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Peter Collingbourne | Make -disable-simplify-libcalls work with -std-compile... |
blob | commitdiff | raw | diff to current |
2011-01-31 |
Devang Patel | While printing "interesting" breakpoint locations for... |
blob | commitdiff | raw | diff to current |
2011-01-20 |
Tobias Grosser | RegionPassPrinter should contain the name of the pass... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Devang Patel | Print breakpoints for call instructions. This is used... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Devang Patel | Add a simple breakpoint location printer. This will... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Tobias Grosser | Move check of command line options after command line... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Jakob Stoklund Olesen | Tweak the opt -O2 / opt -O3 inliner thresholds to be... |
blob | commitdiff | raw | diff to current |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Tobias Grosser | Execute all Pass Printers even if -quiet is set. |
blob | commitdiff | raw | diff to current |
2010-09-08 |
Tobias Grosser | Include original pass name in the PassPrinter's name. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Don't create an output stream when output is disabled. |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Dan Gohman | Use regular PassManager instead of FunctionPassManager... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Dan Gohman | Trim #includes. |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Jeffrey Yasskin | Avoid leaking the FunctionPassManager from opt. |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Benjamin Kramer | Avoid a dangling pointer dereference, PassManager:... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | simplify code. |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Eli Friedman | Make opt -O3 act more like clang -O3 etc., by making... |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Dan Gohman | Don't create a (empty) output file, and don't warn... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Enable debug buffering. |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Chris Lattner | when opt crashes, print its command line arguments... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Kenneth Uildriks | Make opt default to not adding a target data string... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Chris Lattner | nothing opt uses can throw, remove the try block and... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Chris Lattner | Add some command line options for twiddling the default... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Duncan Sands | There seems to be no reason for opt's -S option to... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Daniel Dunbar | opt: Add -S option to print output as LLVM assembly. |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Dan Gohman | Use IRReader.h in opt, to support reading of LLVM Assem... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Dan Gohman | These flushes were only needed when the code was transi... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | use raw_fd_ostream instead of fstream with graphwriter, |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Eric Christopher | Make unit-at-a-time on by default to match the behavior... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Eric Christopher | Kill trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Bob Wilson | Fix a crash in SROA. The FunctionPass::doInitializatio... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Daniel Dunbar | opt: Add -std-link-opts argument, matches llvm-ld's... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Daniel Dunbar | Switch opt to using StandardPasses.h |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
blob | commitdiff | raw | diff to current |
2008-12-31 |
Duncan Sands | Rename AddReadAttrs to FunctionAttrs, and teach it how |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Devang Patel | Enable LoopIndexSplit pass. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Devang Patel | Disable -loop-index-split for now. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Zhongxing Xu | Adjust indent. |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Nuno Lopes | fix memory leak in pass manager when adding an analysis... |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Daniel Dunbar | Move Print*Pass to use raw_ostream. |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Daniel Dunbar | Privatize PrintModulePass and PrintFunctionPass and add |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Duncan Sands | Turn on the AddReadAttrs pass. |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Devang Patel | Fix comments, help messages. |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Devang Patel | Fix cut-n-pasto. |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Devang Patel | Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, ... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Duncan Sands | End of the GlobalsModRef experiment. |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Duncan Sands | Give GlobalsModRef a whirl in the nightly testers. |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Devang Patel | Backout 55429 |
blob | commitdiff | raw | diff to current |
next |