2013-04-15 |
Eric Christopher | Revert "Recommit r179497 after fixing uninitialized... |
tree | commitdiff |
2013-04-15 |
Eric Christopher | Recommit r179497 after fixing uninitialized variable. |
tree | commitdiff |
2013-04-14 |
Eric Christopher | Revert "Remove some unused triple and data layout." |
tree | commitdiff |
2013-04-14 |
Eric Christopher | If we've specified a triple on the command line then... |
tree | commitdiff |
2013-04-12 |
Andy Gibbs | Replace uses of the deprecated std::auto_ptr with Ownin... |
tree | commitdiff |
2013-04-04 |
Rafael Espindola | Don't export symbols in every binary on linux. |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Manually update the dependencies in the Makefiles.... |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Split out the IRReader header and the utility functions... |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Extracted ObjCARC.cpp into its own library libLLVMObjCA... |
tree | commitdiff |
2013-01-19 |
Chandler Carruth | Sort all of the includes. Several files got checked... |
tree | commitdiff |
2013-01-11 |
Andrew Trick | Added -view-callgraph module pass. |
tree | commitdiff |
2013-01-10 |
Jakub Staszak | Fix #includes after my last commit. |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Move CallGraphSCCPass.h into the Analysis tree; that... |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Convert the TargetTransformInfo from an immutable pass... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
2013-01-01 |
Nadav Rotem | Make opt grab the triple from the module and use it... |
tree | commitdiff |
2012-12-11 |
NAKAMURA Takumi | llvm/tools: Add #include "llvm/TargetTransformInfo.h" |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
tree | commitdiff |
2012-11-29 |
Pedro Artigas | One more step towards making doInitialization and doFin... |
tree | commitdiff |
2012-11-27 |
Owen Anderson | Revert r168635 "Step towards implementation of pass... |
tree | commitdiff |
2012-11-26 |
Owen Anderson | Step towards implementation of pass manager with doInit... |
tree | commitdiff |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
tree | commitdiff |
2012-10-24 |
Nadav Rotem | Opt does not need to initialize the Asm printer/parser |
tree | commitdiff |
2012-10-24 |
Nadav Rotem | Opt needs to initialize the different targets. |
tree | commitdiff |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
tree | commitdiff |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
tree | commitdiff |
2012-10-10 |
Nadav Rotem | Add a new interface to allow IR-level passes to access... |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-09-01 |
Logan Chien | Code cleanup: tools/opt/opt.cpp |
tree | commitdiff |
2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
tree | commitdiff |
2012-05-16 |
Chandler Carruth | Teach the 'opt' tool about '-Os' and '-Oz', correspondi... |
tree | commitdiff |
2012-04-17 |
Joe Groff | allow opt to take a -mtriple option |
tree | commitdiff |
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 |
next |