aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* RegionPassPrinter should contain the name of the pass printedTobias Grosser2011-01-201-2/+2
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-7/+4
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-091-0/+13
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-071-1/+59
* Move check of command line options after command line parsing.Tobias Grosser2010-12-021-5/+5
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-021-2/+2
* Add RegionPass support.Tobias Grosser2010-10-201-0/+38
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+12
* Move tool_output_file into its own file.Dan Gohman2010-10-072-2/+2
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-9/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+9
* Execute all Pass Printers even if -quiet is set.Tobias Grosser2010-09-081-19/+16
* Include original pass name in the PassPrinter's name.Tobias Grosser2010-09-081-10/+36
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-012-12/+17
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-5/+11
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-12/+8
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-201-10/+10
* Minor cleanups to follow the common convention for passDan Gohman2010-08-201-7/+7
* Minor cleanups to follow the common convention for passDan Gohman2010-08-202-14/+16
* Allow the -analyze option to follow the -o option, which defaults toDan Gohman2010-08-181-30/+35
* Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman2010-08-181-31/+23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-064-21/+24
* Revert r110396 to fix buildbots.Owen Anderson2010-08-064-24/+21
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-054-21/+24
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-091-1/+1
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-091-1/+1
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-271-2/+6
* Don't create an output stream when output is disabled.Dan Gohman2010-05-271-19/+21
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-271-3/+7
* Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman2010-05-141-12/+8
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-5/+4
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-152-5/+3
* Trim #includes.Dan Gohman2010-03-241-1/+0
* Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin2010-03-221-2/+2
* Avoid a dangling pointer dereference, PassManager::add can delete the Pass.Benjamin Kramer2010-02-181-1/+2
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-5/+12
* simplify code.Chris Lattner2010-01-221-9/+4
* Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman2010-01-181-1/+11
* Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman2010-01-171-13/+18
* Enable debug buffering.David Greene2010-01-051-0/+4
* when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner2009-12-091-2/+5
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-2/+1
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-5/+1