aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-08-05Run opt instead of bugpoint itself.Rafael Espindola
2010-08-05Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola
2010-08-05Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola
2010-07-31build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar
2010-07-31llc: Add -mc-relax-all.Michael J. Spencer
2010-07-31Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola
2010-07-31The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola
2010-07-30Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola
2010-07-30Do not pass a copy of the value map, pass a reference to it.Duncan Sands
2010-07-29Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall
2010-07-29Make the header self-contained and follow #include guidelines.John McCall
2010-07-29Switch to using the LLVM CommandLine library so that our helpJohn McCall
2010-07-29Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer
2010-07-29Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola
2010-07-29Centralize the logic to permanently unify two instructions and make sureJohn McCall
2010-07-29Diagnose non-structural differences in the case where blocks wereJohn McCall
2010-07-29When unifying instructions during a block diff, actually complain aboutJohn McCall
2010-07-29Somehow I was getting reasonable results for the test cases I was interestedJohn McCall
2010-07-29Cache the result of errs() and implement formatted logging.John McCall
2010-07-29Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall
2010-07-29Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif
2010-07-28Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola