| Commit message (Expand) | Author | Age | Files | Lines |
* | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 4 | -3/+4 |
* | Sort all of the includes. Several files got checked in with mis-sorted | Chandler Carruth | 2013-01-19 | 1 | -1/+1 |
* | Added -view-callgraph module pass. | Andrew Trick | 2013-01-11 | 1 | -72/+1 |
* | Fix #includes after my last commit. | Jakub Staszak | 2013-01-10 | 1 | -1/+1 |
* | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth | 2013-01-07 | 1 | -1/+1 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -5/+3 |
* | Convert the TargetTransformInfo from an immutable pass with dynamic | Chandler Carruth | 2013-01-05 | 1 | -2/+2 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 4 | -6/+6 |
* | Sort a few more #include lines in tools/... unittests/... and utils/... | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Make opt grab the triple from the module and use it to initialize the target ... | Nadav Rotem | 2013-01-01 | 1 | -8/+8 |
* | llvm/tools: Add #include "llvm/TargetTransformInfo.h" | NAKAMURA Takumi | 2012-12-11 | 1 | -0/+1 |
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 4 | -26/+26 |
* | One more step towards making doInitialization and doFinalization useful for | Pedro Artigas | 2012-11-29 | 1 | -2/+0 |
* | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson | 2012-11-27 | 1 | -0/+2 |
* | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson | 2012-11-26 | 1 | -2/+0 |
* | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 1 | -0/+2 |
* | Opt does not need to initialize the Asm printer/parser | Nadav Rotem | 2012-10-24 | 1 | -2/+0 |
* | Opt needs to initialize the different targets. | Nadav Rotem | 2012-10-24 | 1 | -0/+6 |
* | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 4 | -3/+81 |
* | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 4 | -81/+3 |
* | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 2012-10-10 | 4 | -3/+81 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -6/+6 |
* | Code cleanup: tools/opt/opt.cpp | Logan Chien | 2012-09-01 | 1 | -4/+0 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -1/+1 |
* | Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang | Chandler Carruth | 2012-05-16 | 1 | -12/+41 |
* | allow opt to take a -mtriple option | Joe Groff | 2012-04-17 | 1 | -0/+7 |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 3 | -2/+3 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | When doing "opt -O2" verify the bitcode like is done for | Duncan Sands | 2011-12-07 | 1 | -0/+2 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 2 | -4/+4 |
* | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -2/+2 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
* | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling | 2011-08-03 | 1 | -2/+0 |
* | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
* | We only do always-inlining at -O1; make opt reflect that. | Eli Friedman | 2011-06-06 | 1 | -1/+1 |
* | initialize and finalize function passes, pointed out by Cameron. | Chris Lattner | 2011-05-22 | 1 | -1/+4 |
* | switch opt to using PassManagerBuilder.h | Chris Lattner | 2011-05-22 | 1 | -34/+31 |
* | remove graphprinter support for domfrontier. | Chris Lattner | 2011-04-05 | 1 | -3/+1 |
* | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick | 2011-04-05 | 1 | -0/+3 |
* | whitespace | Andrew Trick | 2011-04-05 | 1 | -8/+8 |
* | Update BreakpointPrinter to emit original function names only. | Devang Patel | 2011-04-04 | 1 | -15/+31 |
* | add a way to disable all builtins, wire it up to opt's -disable-simplifylibca... | Chris Lattner | 2011-02-18 | 1 | -2/+6 |
* | Have opt set up a specific TargetLibraryInfo for modules | Chris Lattner | 2011-02-18 | 1 | -2/+8 |
* | Make -disable-simplify-libcalls work with -std-compile-opts | Peter Collingbourne | 2011-02-18 | 1 | -1/+1 |
* | While printing "interesting" breakpoint locations for debug info quality test... | Devang Patel | 2011-01-31 | 1 | -27/+12 |
* | RegionPassPrinter should contain the name of the pass printed | Tobias Grosser | 2011-01-20 | 1 | -2/+2 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -7/+4 |
* | Print breakpoints for call instructions. This is used by optimized debug info... | Devang Patel | 2010-12-09 | 1 | -0/+13 |
* | Add a simple breakpoint location printer. This will be used by upcoming "debu... | Devang Patel | 2010-12-07 | 1 | -1/+59 |