aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-2/+0
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+1
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-151-16/+14
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-151-14/+16
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-141-16/+13
* If we've specified a triple on the command line then go aheadEric Christopher2013-04-141-13/+16
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-2/+2
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+2
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+1
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+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-021-3/+3
* 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-041-19/+19
* 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-181-0/+78
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-78/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+78
* 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-011-0/+1
* 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-151-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
* 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