Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance
[oota-llvm.git] / tools / opt / opt.cpp
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:...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnersimplify code.
2010-01-18 Eli FriedmanMake opt -O3 act more like clang -O3 etc., by making...
2010-01-17 Dan GohmanDon't create a (empty) output file, and don't warn...
2010-01-05 David GreeneEnable debug buffering.
2009-12-09 Chris Lattnerwhen opt crashes, print its command line arguments...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-10-22 Chris LattnerAdd some command line options for twiddling the default...
2009-10-14 Duncan SandsThere seems to be no reason for opt's -S option to...
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-05 Daniel Dunbaropt: Add -S option to print output as LLVM assembly.
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Dan GohmanThese flushes were only needed when the code was transi...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Chris Lattneruse raw_fd_ostream instead of fstream with graphwriter,
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-21 Eric ChristopherMake unit-at-a-time on by default to match the behavior...
2009-08-21 Eric ChristopherKill trailing whitespace.
2009-07-17 Bob WilsonFix a crash in SROA. The FunctionPass::doInitializatio...
2009-07-17 Daniel Dunbaropt: Add -std-link-opts argument, matches llvm-ld's...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-03 Daniel DunbarSwitch opt to using StandardPasses.h
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-04 Devang PatelEnable LoopIndexSplit pass.
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Zhongxing XuAdjust indent.
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-09-19 Duncan SandsTurn on the AddReadAttrs pass.
2008-09-17 Devang PatelFix comments, help messages.
2008-09-17 Devang PatelFix cut-n-pasto.
2008-09-16 Devang PatelAdd -O1, -O2 and -O3 that matches llvm-gcc's -O1, ...
2008-09-15 Duncan SandsEnd of the GlobalsModRef experiment.
2008-09-12 Duncan SandsGive GlobalsModRef a whirl in the nightly testers.
2008-08-27 Devang PatelBackout 55429
2008-08-27 Devang PatelAdd facility to create a target.
2008-07-14 Evan ChengGoodbye tail duplication (for good this time).
2008-07-13 Duncan SandsFix comment.
2008-07-13 Chris LattnerFix PR2231 - opt -internalize -std-compile-opts should...
2008-05-29 Owen AndersonRe-enable the newly simplified ADCE. This fixes a...
2008-05-27 Owen AndersonRemove ADCE from the optimization pipeline.
2008-05-16 Evan ChengRe-enable tail duplication pass (now with default thres...
2008-05-15 Evan ChengRemove tail duplication pass.
2008-05-14 Devang PatelRecover nestedloop regression reported by nightly tester.
2008-05-14 Devang PatelDo not run instruction combiner in middle of loop optim...
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
2008-05-05 Owen AndersonEnable dead loop elimination.
2008-05-02 Chris Lattnermove libcalls to the same place llvm-gcc has it.
next