aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '69494cf8102cf872e9cb76662e9960be7c112112' into HEADShih-wei Liao2010-09-10105-3613/+3208
|\
| * Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-284-4/+6
| * Fix the msvs 2010 build.Michael J. Spencer2010-08-271-2/+8
| * Fix prototypes.Devang Patel2010-08-261-1/+1
| * Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes2010-08-261-1/+1
| * Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-261-5/+1
| * Convert llvm-extract to use lazy loading. This makes it substantiallyDan Gohman2010-08-251-1/+14
| * lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-251-1/+0
| * Fix a few missing entries in lto.exports.Dan Gohman2010-08-251-0/+3
| * Apparently this is needed for llvm-link to link.Eric Christopher2010-08-251-1/+1
| * - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling2010-08-241-2/+5
| * Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-241-10/+3
| * Check in a couple of changes that I apparently never committed:John McCall2010-08-244-4/+36
| * llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-234-90/+95
| * llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-231-1/+1
| * Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-206-24/+68
| * llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-201-5/+5
| * llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-7/+10
| * Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman2010-08-202-18/+13
| * Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-207-148/+150
| * Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-201-10/+10
| * Print chatty verbose messages to errs() instead of outs().Dan Gohman2010-08-201-7/+7
| * 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-203-20/+22
| * llvmc: Update examples.Mikhail Glushenkov2010-08-1926-185/+116
| * Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman2010-08-181-43/+34
| * 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
| * Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman2010-08-181-6/+3
| * Don't register stdout to be deleted on a signal.Dan Gohman2010-08-181-1/+2
| * Remove an unused command-line option.Dan Gohman2010-08-181-3/+0
| * This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov2010-08-171-0/+52
| * CMake: Improved COMMENT on a custom commandOscar Fuentes2010-08-151-1/+1
| * Update tests.Mikhail Glushenkov2010-08-151-1/+1
| * llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-1513-85/+37
| * llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+5
| * Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-114-1/+22
| * lto: Fix an inverted conditional which prevented the addition of symbols scrapedDaniel Dunbar2010-08-111-1/+1
| * lto: Fix gratuitous memory leaks.Daniel Dunbar2010-08-111-3/+3
| * lto: Reduce nesting.Daniel Dunbar2010-08-101-56/+57
| * LTOModule.cpp: Fix numerous style issues.Daniel Dunbar2010-08-101-413/+390
| * Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-104-0/+37
| * Fix silly bug.Rafael Espindola2010-08-101-1/+1
| * Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-103-26/+34
| * Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-095-0/+22
| * Don't try to build a plugin on windows.Rafael Espindola2010-08-091-1/+3
| * llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-081-1/+1
| * Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+6
| * s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-081-2/+2
| * Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-088-46/+44