aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-4/+0
|\ \ | |/
| * Code cleanup: tools/opt/opt.cppLogan Chien2012-09-011-4/+0
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-13/+42
|\ \ | |/
| * 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
* | Fix master-without-vendors build breakage.Shih-wei Liao2012-05-101-2/+3
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-0/+7
|\ \ | |/
| * allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* | Merge with upstream LLVM @152063Stephen Hines2012-03-051-0/+1
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-053-2/+3
|\ \ | |/
| * Add a basic-block autovectorization pass.Hal Finkel2012-02-013-2/+3
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-162-1/+2
|\ \ | |/
| * 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
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-252-4/+4
|\ \ | |/
| * Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-4/+4
* | Merge with LLVM upstream r144606 (Nov 15th 2011)Logan Chien2011-11-151-0/+23
|\ \ | |/
| * LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* | Apply changes to migrate to upstream Oct 20th 2011.Logan Chien2011-10-211-5/+6
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-202-6/+4
|\ \ | |/
| * 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
* | Add build rules for llc, opt, and llvm-link on target device.Logan Chien2011-10-191-8/+48
* | Add llvm opt executable build rules.Logan Chien2011-10-112-21/+36
* | Merge upstream to r133240 at Fri. 17th Jun 2011.Nowar Gu2011-06-201-36/+36
|\ \ | |/
| * 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
* | Merge upstream r129128Jush Lu2011-04-092-26/+43
|\ \ | |/
| * 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