If PrototypeValue is erased in the middle of using the SSAUpdator
[oota-llvm.git] / tools /
2010-08-31 Michael J. SpencerCleanup Whitespace.
2010-08-30 Dan GohmanFix llc to run the verifier once, not twice.
2010-08-28 Chris Lattnertidy up
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-27 Michael J. SpencerFix the msvs 2010 build.
2010-08-26 Devang PatelFix prototypes.
2010-08-26 Oscar FuentesUpdated CMake library dependencies. Removed unnecessary...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-25 Dan GohmanConvert llvm-extract to use lazy loading. This makes...
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Dan GohmanFix a few missing entries in lto.exports.
2010-08-25 Eric ChristopherApparently this is needed for llvm-link to link.
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-08-24 Chris LattnerApply "Win32's Hybrid path separator in argv[0] should...
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-20 Dan GohmanMake the SCC printing passes use errs() instead of...
2010-08-20 Dan GohmanPrint chatty verbose messages to errs() instead of...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-18 Dan GohmanEliminate some redundancy by relying on raw_fd_ostream...
2010-08-18 Dan GohmanAllow the -analyze option to follow the -o option,...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't register stdout to be deleted on a signal.
2010-08-18 Dan GohmanRemove an unused command-line option.
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-08-15 Oscar FuentesCMake: Improved COMMENT on a custom command
2010-08-15 Mikhail GlushenkovUpdate tests.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-11 Daniel Dunbarlto: Fix an inverted conditional which prevented the...
2010-08-11 Daniel Dunbarlto: Fix gratuitous memory leaks.
2010-08-10 Daniel Dunbarlto: Reduce nesting.
2010-08-10 Daniel DunbarLTOModule.cpp: Fix numerous style issues.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Rafael EspindolaFix silly bug.
2010-08-10 Rafael EspindolaUse RunPassesOn as in the rest of bugpoint.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-09 Rafael EspindolaDon't try to build a plugin on windows.
2010-08-08 Michael J. Spencerllc: Fix help typo as pointed out by Nick Lewycky.
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael Espindolas/libLLVMgold/LLVMgold/g
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-08 Rafael EspindolaTry to fix cmake build.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-07 Rafael EspindolaAnother missing file :-(
2010-08-07 Rafael EspindolaAdd missing file.
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
2010-08-06 Michael J. Spencerllc: Clarify -mc-relax-all description.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-31 Michael J. Spencerllc: Add -mc-relax-all.
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-30 Duncan SandsDo not pass a copy of the value map, pass a reference...
2010-07-29 John McCallTranscribe IRC to svn. Also don't print basic block...
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallSwitch to using the LLVM CommandLine library so that...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Rafael EspindolaMake the test while reducing blocks functional. This...
2010-07-29 John McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...
2010-07-29 Jakob Stoklund OlesenUse the right gcc tool args for IsARMArchitecture.
2010-07-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-26 Rafael EspindolaClone and restore the module being reduced in
2010-07-24 Rafael EspindolaRevert unintended white space change.
2010-07-24 Rafael EspindolaFix a trivial use after free.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-20 Chris Lattnerthere is now no reason to link in TARGETS_TO_BUILD...
2010-07-20 Chris Lattnerfix edis to only try to link in the x86 parts if the...
2010-07-20 Douglas GregorFix edis makefile
2010-07-20 Chris Lattnerfix DISABLE_EDIS
2010-07-20 Chris Lattnerthis logic is handled by tools/makefile.
2010-07-20 Chris Lattneredis needs to link in mcdisassembler.
2010-07-20 Chris Lattnerupdate cmake.
2010-07-20 Chris Lattneredinfo doesn't need to be built here.
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
next