summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-07-26Clone and restore the module being reduced inRafael Espindola
2010-07-24Revert unintended white space change.Rafael Espindola
2010-07-24Fix a trivial use after free.Rafael Espindola
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-20there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner
2010-07-20fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner
2010-07-20Fix edis makefileDouglas Gregor
2010-07-20fix DISABLE_EDISChris Lattner
2010-07-20this logic is handled by tools/makefile.Chris Lattner
2010-07-20edis needs to link in mcdisassembler.Chris Lattner
2010-07-20update cmake.Chris Lattner
2010-07-20edinfo doesn't need to be built here.Chris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-07-19Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar
2010-07-19edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar