summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-05
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-05
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-05
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-05
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-31
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-31
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-30
* Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall2010-07-29
* Make the header self-contained and follow #include guidelines.John McCall2010-07-29
* Switch to using the LLVM CommandLine library so that our helpJohn McCall2010-07-29
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-29
* Centralize the logic to permanently unify two instructions and make sureJohn McCall2010-07-29
* Diagnose non-structural differences in the case where blocks wereJohn McCall2010-07-29
* When unifying instructions during a block diff, actually complain aboutJohn McCall2010-07-29
* Somehow I was getting reasonable results for the test cases I was interestedJohn McCall2010-07-29
* Cache the result of errs() and implement formatted logging.John McCall2010-07-29
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-29
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-29
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Clone and restore the module being reduced inRafael Espindola2010-07-26
* Revert unintended white space change.Rafael Espindola2010-07-24
* Fix a trivial use after free.Rafael Espindola2010-07-24
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner2010-07-20
* fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner2010-07-20
* Fix edis makefileDouglas Gregor2010-07-20
* fix DISABLE_EDISChris Lattner2010-07-20
* this logic is handled by tools/makefile.Chris Lattner2010-07-20
* edis needs to link in mcdisassembler.Chris Lattner2010-07-20
* update cmake.Chris Lattner2010-07-20
* edinfo doesn't need to be built here.Chris Lattner2010-07-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar2010-07-19
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-18
* llvm-mc: Fix llvm-mc -as-lex.Daniel Dunbar2010-07-18
* Fix what seems like a clear buffer overflow, noticed by cppcheck.Duncan Sands2010-07-17