summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* 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] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* [PM] Back out one hunk of the patch in r200901 that was *supposed* to goChandler Carruth2014-02-06
* [PM] Wire up the analysis managers in the opt driver. This isn't reallyChandler Carruth2014-02-06
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-04
* Whitespace.NAKAMURA Takumi2014-01-20
* [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
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [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] Wire up support for printing assembly output from the opt command.Chandler Carruth2014-01-13
* [PM] Add an enum for describing the desired output strategy, and runChandler Carruth2014-01-13
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [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] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-12
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-12
* [PM] Actually nest pass managers correctly when parsing the passChandler Carruth2014-01-11
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-11
* [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
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-27
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* 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