summaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAge
* opt: Initialize asm printersTobias Grosser2014-06-13
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* static link polly into toolsSebastian Pop2014-03-14
* Move duplicated code into a helper function (exposed through overload).Eli Bendersky2014-03-12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-21
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky2014-02-12
* Move the *PassPrinter into their own module.Eli Bendersky2014-02-10
* [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