Missed one instance of implicit pointer conversion.
[oota-llvm.git] / tools / opt /
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...
2010-06-09 Duncan SandsOutput "external node" rather than "Indirect CallGraph...
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-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
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-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
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-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
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-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
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-15 Dan GohmanUse errs() instead of std::cerr.
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-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-03 Daniel DunbarSwitch opt to using StandardPasses.h
2009-04-01 Misha BrukmanFixed file header comment.
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-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Oscar FuentesInitial support for the CMake build system.
next