aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-284-3/+4
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-111-72/+1
* Fix #includes after my last commit.Jakub Staszak2013-01-101-1/+1
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-5/+3
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-024-6/+6
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-011-8/+8
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-111-0/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-044-26/+26
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+2
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-241-2/+0
* Opt needs to initialize the different targets.Nadav Rotem2012-10-241-0/+6
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-184-3/+81
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-184-81/+3
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-104-3/+81
* Move TargetData to DataLayout.Micah Villmow2012-10-081-6/+6
* Code cleanup: tools/opt/opt.cppLogan Chien2012-09-011-4/+0
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-161-12/+41
* allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* Add a basic-block autovectorization pass.Hal Finkel2012-02-013-2/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* When doing "opt -O2" verify the bitcode like is done forDuncan Sands2011-12-071-0/+2
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-4/+4
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-2/+2
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-2/+0
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-1/+1
* We only do always-inlining at -O1; make opt reflect that.Eli Friedman2011-06-061-1/+1
* initialize and finalize function passes, pointed out by Cameron.Chris Lattner2011-05-221-1/+4
* switch opt to using PassManagerBuilder.hChris Lattner2011-05-221-34/+31
* remove graphprinter support for domfrontier.Chris Lattner2011-04-051-3/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-0/+3
* whitespaceAndrew Trick2011-04-051-8/+8
* Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-041-15/+31
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-181-2/+6
* Have opt set up a specific TargetLibraryInfo for modulesChris Lattner2011-02-181-2/+8
* Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne2011-02-181-1/+1
* While printing "interesting" breakpoint locations for debug info quality test...Devang Patel2011-01-311-27/+12
* RegionPassPrinter should contain the name of the pass printedTobias Grosser2011-01-201-2/+2
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-7/+4
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-091-0/+13
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-071-1/+59