aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-08-10LTOModule.cpp: Fix numerous style issues.Daniel Dunbar
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola
2010-08-10Fix silly bug.Rafael Espindola
2010-08-10Use RunPassesOn as in the rest of bugpoint.Rafael Espindola
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola
2010-08-09Don't try to build a plugin on windows.Rafael Espindola
2010-08-08llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-08-08s/libLLVMgold/LLVMgold/gRafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-08Try to fix cmake build.Rafael Espindola
2010-08-07Run opt instead of bugpoint itself.Rafael Espindola
2010-08-07Another missing file :-(Rafael Espindola
2010-08-07Add missing file.Rafael Espindola
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
2010-08-06llc: Clarify -mc-relax-all description.Michael J. Spencer
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05Revert bugpoint change due to buildbot breakage.Bob Wilson