aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-07-18MC: Move several clients to using AsmParser constructor function.Daniel Dunbar
2010-07-18llvm-mc: Fix llvm-mc -as-lex.Daniel Dunbar
2010-07-17Fix what seems like a clear buffer overflow, noticed by cppcheck.Duncan Sands
2010-07-16Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman
2010-07-16build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar
2010-07-01Preserve debug info for only extracted symbols.Devang Patel