2012-02-01 |
Hal Finkel | Add a basic-block autovectorization pass. |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-12-07 |
Duncan Sands | When doing "opt -O2" verify the bitcode like is done for |
tree | commitdiff |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
tree | commitdiff |
2011-11-11 |
Daniel Dunbar | LLVMBuild: Add description files for the LLVM tools. |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-08-03 |
Bill Wendling | Remove the LowerSetJmp pass. It wasn't used effectively... |
tree | commitdiff |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
tree | commitdiff |
2011-06-06 |
Eli Friedman | We only do always-inlining at -O1; make opt reflect... |
tree | commitdiff |
2011-05-22 |
Chris Lattner | initialize and finalize function passes, pointed out... |
tree | commitdiff |
2011-05-22 |
Chris Lattner | switch opt to using PassManagerBuilder.h |
tree | commitdiff |
2011-04-05 |
Chris Lattner | remove graphprinter support for domfrontier. |
tree | commitdiff |
2011-04-05 |
Andrew Trick | Added *hidden* flags -print-options and -print-all... |
tree | commitdiff |
2011-04-05 |
Andrew Trick | whitespace |
tree | commitdiff |
2011-04-04 |
Devang Patel | Update BreakpointPrinter to emit original function... |
tree | commitdiff |
2011-02-18 |
Chris Lattner | add a way to disable all builtins, wire it up to opt... |
tree | commitdiff |
2011-02-18 |
Chris Lattner | Have opt set up a specific TargetLibraryInfo for modules |
tree | commitdiff |
2011-02-18 |
Peter Collingbourne | Make -disable-simplify-libcalls work with -std-compile... |
tree | commitdiff |
2011-01-31 |
Devang Patel | While printing "interesting" breakpoint locations for... |
tree | commitdiff |
2011-01-20 |
Tobias Grosser | RegionPassPrinter should contain the name of the pass... |
tree | commitdiff |
2011-01-02 |
Chris Lattner | split dom frontier handling stuff out to its own Domina... |
tree | commitdiff |
2010-12-09 |
Devang Patel | Print breakpoints for call instructions. This is used... |
tree | commitdiff |
2010-12-07 |
Devang Patel | Add a simple breakpoint location printer. This will... |
tree | commitdiff |
2010-12-02 |
Tobias Grosser | Move check of command line options after command line... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-02 |
Jakob Stoklund Olesen | Tweak the opt -O2 / opt -O3 inliner thresholds to be... |
tree | commitdiff |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-08 |
Tobias Grosser | Execute all Pass Printers even if -quiet is set. |
tree | commitdiff |
2010-09-08 |
Tobias Grosser | Include original pass name in the PassPrinter's name. |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Make the SCC printing passes use errs() instead of... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-07-28 |
Gabor Greif | simplify by using CallSite constructors; virtually... |
tree | commitdiff |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-06-09 |
Duncan Sands | Change another reference to the "indirect callgraph... |
tree | commitdiff |
2010-06-09 |
Duncan Sands | Output "external node" rather than "Indirect CallGraph... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't special-case stdout in llvm::WriteBitcodeToFile... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Don't create an output stream when output is disabled. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
tree | commitdiff |
2010-05-14 |
Dan Gohman | Use regular PassManager instead of FunctionPassManager... |
tree | commitdiff |
2010-04-16 |
Chris Lattner | introduce a new CallGraphSCC class, and pass it around |
tree | commitdiff |
2010-04-15 |
Daniel Dunbar | Remove unnecessary uses of <iostream>. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Avoid leaking the FunctionPassManager from opt. |
tree | commitdiff |
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 |
next |