[PM] Wire up support for writing bitcode with new PM.
[oota-llvm.git] / tools / opt / opt.cpp
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.
2011-12-07 Duncan SandsWhen doing "opt -O2" verify the bitcode like is done for
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-06-06 Eli FriedmanWe only do always-inlining at -O1; make opt reflect...
2011-05-22 Chris Lattnerinitialize and finalize function passes, pointed out...
2011-05-22 Chris Lattnerswitch opt to using PassManagerBuilder.h
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Andrew Trickwhitespace
2011-04-04 Devang PatelUpdate BreakpointPrinter to emit original function...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris LattnerHave opt set up a specific TargetLibraryInfo for modules
2011-02-18 Peter CollingbourneMake -disable-simplify-libcalls work with -std-compile...
2011-01-31 Devang PatelWhile printing "interesting" breakpoint locations for...
2011-01-20 Tobias GrosserRegionPassPrinter should contain the name of the pass...
2010-12-09 Devang PatelPrint breakpoints for call instructions. This is used...
2010-12-07 Devang PatelAdd a simple breakpoint location printer. This will...
2010-12-02 Tobias GrosserMove check of command line options after command line...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-02 Jakob Stoklund OlesenTweak the opt -O2 / opt -O3 inliner thresholds to be...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-08 Tobias GrosserExecute all Pass Printers even if -quiet is set.
2010-09-08 Tobias GrosserInclude original pass name in the PassPrinter's name.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-18 Dan GohmanAllow the -analyze option to follow the -o option,...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-05-27 Dan GohmanDon't create an output stream when output is disabled.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-14 Dan GohmanUse regular PassManager instead of FunctionPassManager...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-03-24 Dan GohmanTrim #includes.
2010-03-22 Jeffrey YasskinAvoid leaking the FunctionPassManager from opt.
2010-02-18 Benjamin KramerAvoid a dangling pointer dereference, PassManager:...
next