aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-08Execute all Pass Printers even if -quiet is set.Tobias Grosser
2010-09-08Include original pass name in the PassPrinter's name.Tobias Grosser
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-18Allow the -analyze option to follow the -o option, which defaults toDan Gohman
2010-08-18Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-06-09Change another reference to the "indirect callgraph node" toDuncan Sands
2010-06-09Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman
2010-05-27Don't create an output stream when output is disabled.Dan Gohman
2010-05-27Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman
2010-05-14Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2010-03-24Trim #includes.Dan Gohman
2010-03-22Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin
2010-02-18Avoid a dangling pointer dereference, PassManager::add can delete the Pass.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner
2010-01-22simplify code.Chris Lattner
2010-01-18Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman
2010-01-17Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman
2010-01-05Enable debug buffering.David Greene
2009-12-09when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-10-22nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner
2009-10-22Add some command line options for twiddling the default data layoutChris Lattner
2009-10-14There seems to be no reason for opt's -S option to be hidden.Duncan Sands
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman
2009-09-05opt: Add -S option to print output as LLVM assembly.Daniel Dunbar
2009-09-03Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24These flushes were only needed when the code was transitioning betweenDan Gohman
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner