[PM] Change the core design of the TTI analysis to use a polymorphic
[oota-llvm.git] / tools / opt / opt.cpp
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2014-12-12 Craig TopperUse make_unique instead of reset() and 'new'
2014-12-12 Craig TopperUse range-based for loop.
2014-12-12 Craig TopperRemove unnecessary calls to unique_ptr::get.
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Rafael Espindolallvm-gcc is dead.
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-06-13 Tobias Grosseropt: Initialize asm printers
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Rafael EspindolaOne last pass of DataLayout variable renaming.
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-12 Eli BenderskyMove more self-contained functionality away from tools...
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 Chandler Carruth[PM] Add an enum for describing the desired output...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Greg BedwellTest commit. Remove whitespace from otherwise empty...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-13 Arnold SchwaighoferRemove logic that decides whether to vectorize or not...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-14 Eric ChristopherRevert "Remove some unused triple and data layout."
2013-04-14 Eric ChristopherIf we've specified a triple on the command line then...
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-10-24 Nadav RotemOpt does not need to initialize the Asm printer/parser
2012-10-24 Nadav RotemOpt needs to initialize the different targets.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-01 Logan ChienCode cleanup: tools/opt/opt.cpp
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-04-17 Joe Groffallow opt to take a -mtriple option
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
next