summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman1-7/+34
2010-09-22llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov1-7/+16
2010-09-22A more informative output suffix for the opt tool.Mikhail Glushenkov1-1/+1
2010-09-21llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based.Mikhail Glushenkov1-20/+26
2010-09-21llvmc: put linker options in a separate OptList.Mikhail Glushenkov1-27/+65
2010-09-16llvm-mc: Teach -as-lex to print more token kinds.Daniel Dunbar1-3/+13
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer18-67/+65
2010-09-13Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman1-26/+7
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer18-65/+67
2010-09-10Don't build redundant libLLVMgold.a.NAKAMURA Takumi1-1/+0
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman1-0/+6
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-05cleanups: mark stuff static, only tagdecls should be in anon namespaces.Chris Lattner1-20/+22
2010-09-03Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling1-2/+2
2010-09-02add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner1-1/+31
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner1-1/+1
2010-09-02AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner1-4/+7
2010-09-02llvmc: .dylib support.Mikhail Glushenkov1-1/+2
2010-09-02Fix compile errors.Nick Lewycky1-4/+4
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman13-113/+118
2010-08-31Cleanup Whitespace.Michael J. Spencer1-4/+4
2010-08-30Fix llc to run the verifier once, not twice.Dan Gohman1-13/+1
2010-08-28tidy upChris Lattner1-1/+2
2010-08-28Straighten out any triple strings passed on the command line beforeDuncan Sands4-4/+6
2010-08-27Fix the msvs 2010 build.Michael J. Spencer1-2/+8
2010-08-26Fix prototypes.Devang Patel1-1/+1
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes1-1/+1
2010-08-26Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman1-5/+1
2010-08-25Convert llvm-extract to use lazy loading. This makes it substantiallyDan Gohman1-1/+14
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman1-1/+0
2010-08-25Fix a few missing entries in lto.exports.Dan Gohman1-0/+3
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher1-1/+1
2010-08-24- Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling1-2/+5
2010-08-24Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner1-10/+3
2010-08-24Check in a couple of changes that I apparently never committed:John McCall4-4/+36
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov4-90/+95
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov1-1/+1
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman6-24/+68
2010-08-20llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov1-5/+5
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov1-7/+10
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman2-18/+13
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman7-148/+150
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman1-10/+10
2010-08-20Print chatty verbose messages to errs() instead of outs().Dan Gohman1-7/+7
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 Gohman3-20/+22
2010-08-19llvmc: Update examples.Mikhail Glushenkov26-185/+116
2010-08-18Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman1-43/+34
2010-08-18Allow the -analyze option to follow the -o option, which defaults toDan Gohman1-30/+35