aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-09-14Approved by Chris:Bill Wendling
2010-09-03Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling
2010-09-02add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner
2010-09-02AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner
2010-09-02llvmc: .dylib support.Mikhail Glushenkov
2010-09-02Fix compile errors.Nick Lewycky
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-31Cleanup Whitespace.Michael J. Spencer
2010-08-30Fix llc to run the verifier once, not twice.Dan Gohman
2010-08-28tidy upChris Lattner
2010-08-28Straighten out any triple strings passed on the command line beforeDuncan Sands
2010-08-27Fix the msvs 2010 build.Michael J. Spencer
2010-08-26Fix prototypes.Devang Patel
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes
2010-08-26Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman
2010-08-25Convert llvm-extract to use lazy loading. This makes it substantiallyDan Gohman
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman
2010-08-25Fix a few missing entries in lto.exports.Dan Gohman
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher
2010-08-24- Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling
2010-08-24Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner
2010-08-24Check in a couple of changes that I apparently never committed:John McCall
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-20llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan 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-20Print chatty verbose messages to errs() instead of outs().Dan 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-19llvmc: Update examples.Mikhail Glushenkov
2010-08-18Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan 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-18Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman
2010-08-18Don't register stdout to be deleted on a signal.Dan Gohman
2010-08-18Remove an unused command-line option.Dan Gohman
2010-08-17This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov
2010-08-15CMake: Improved COMMENT on a custom commandOscar Fuentes
2010-08-15Update tests.Mikhail Glushenkov
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-11llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola
2010-08-11lto: Fix an inverted conditional which prevented the addition of symbols scrapedDaniel Dunbar
2010-08-11lto: Fix gratuitous memory leaks.Daniel Dunbar
2010-08-10lto: Reduce nesting.Daniel Dunbar