Move all of the GoogleTest files back to the same locations they occupy
[oota-llvm.git] / tools / opt /
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-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
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-11 Andrew TrickAdded -view-callgraph module pass.
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-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
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-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
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 Chris Lattnerremove graphprinter support for domfrontier.
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...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
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-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
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 GohmanConvert tools to use tool_output_file, and introduce...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-20 Dan GohmanMake the SCC printing passes use errs() instead of...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
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-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-09 Duncan SandsChange another reference to the "indirect callgraph...
next