summaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer2-4/+4
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-2/+2
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling1-2/+0
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola1-1/+1
2011-06-06We only do always-inlining at -O1; make opt reflect that.Eli Friedman1-1/+1
2011-05-22initialize and finalize function passes, pointed out by Cameron.Chris Lattner1-1/+4
2011-05-22switch opt to using PassManagerBuilder.hChris Lattner1-34/+31
2011-04-05remove graphprinter support for domfrontier.Chris Lattner1-3/+1
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick1-0/+3
2011-04-05whitespaceAndrew Trick1-8/+8
2011-04-04Update BreakpointPrinter to emit original function names only. Devang Patel1-15/+31
2011-02-18add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner1-2/+6
2011-02-18Have opt set up a specific TargetLibraryInfo for modulesChris Lattner1-2/+8
2011-02-18Make -disable-simplify-libcalls work with -std-compile-optsPeter Collingbourne1-1/+1
2011-01-31While printing "interesting" breakpoint locations for debug info quality test...Devang Patel1-27/+12
2011-01-20RegionPassPrinter should contain the name of the pass printedTobias Grosser1-2/+2
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner1-7/+4
2010-12-09Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel1-0/+13
2010-12-07Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel1-1/+59
2010-12-02Move check of command line options after command line parsing.Tobias Grosser1-5/+5
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-02Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen1-2/+2
2010-10-20Add RegionPass support.Tobias Grosser1-0/+38
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-0/+12
2010-10-07Move tool_output_file into its own file.Dan Gohman2-2/+2
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-9/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+9
2010-09-08Execute all Pass Printers even if -quiet is set.Tobias Grosser1-19/+16
2010-09-08Include original pass name in the PassPrinter's name.Tobias Grosser1-10/+36
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2-12/+17
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman1-5/+11
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman1-12/+8
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman1-10/+10
2010-08-20Minor cleanups to follow the common convention for passDan Gohman1-7/+7
2010-08-20Minor cleanups to follow the common convention for passDan Gohman2-14/+16
2010-08-18Allow the -analyze option to follow the -o option, which defaults toDan Gohman1-30/+35
2010-08-18Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman1-31/+23
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson4-21/+24
2010-08-06Revert r110396 to fix buildbots.Owen Anderson4-24/+21
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson4-21/+24
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif1-2/+2
2010-07-12Convert some tab stops into spaces.Duncan Sands1-1/+1
2010-06-09Change another reference to the "indirect callgraph node" toDuncan Sands1-1/+1
2010-06-09Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands1-1/+1
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman1-2/+6
2010-05-27Don't create an output stream when output is disabled.Dan Gohman1-19/+21
2010-05-27Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman1-3/+7
2010-05-14Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman1-12/+8