summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAge
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* [PM] Add an enum for describing the desired output strategy, and runChandler Carruth2014-01-13
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* [PM] Add (very skeletal) support to opt for running the new passChandler Carruth2014-01-11
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell2013-10-09
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Remove logic that decides whether to vectorize or not depending on O-levelsArnold Schwaighofer2013-08-13
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Add a wrapper for open.Rafael Espindola2013-07-16
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-15
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-15
* 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