summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAge
...
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-14
* If we've specified a triple on the command line then go aheadEric Christopher2013-04-14
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* Fix #includes after my last commit.Jakub Staszak2013-01-10
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-01
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-11
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-24
* Opt needs to initialize the different targets.Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Code cleanup: tools/opt/opt.cppLogan Chien2012-09-01
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-16
* allow opt to take a -mtriple optionJoe Groff2012-04-17
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* When doing "opt -O2" verify the bitcode like is done forDuncan Sands2011-12-07
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* We only do always-inlining at -O1; make opt reflect that.Eli Friedman2011-06-06
* initialize and finalize function passes, pointed out by Cameron.Chris Lattner2011-05-22
* switch opt to using PassManagerBuilder.hChris Lattner2011-05-22
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-05
* whitespaceAndrew Trick2011-04-05
* Update BreakpointPrinter to emit original function names only. Devang Patel2011-04-04
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* Have opt set up a specific TargetLibraryInfo for modulesChris Lattner2011-02-18
* Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne2011-02-18
* While printing "interesting" breakpoint locations for debug info quality test...Devang Patel2011-01-31
* RegionPassPrinter should contain the name of the pass printedTobias Grosser2011-01-20
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-09
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-07
* Move check of command line options after command line parsing.Tobias Grosser2010-12-02
* Merge System into Support.Michael J. Spencer2010-11-29