aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* lto: Fix gratuitous memory leaks.Daniel Dunbar2010-08-111-3/+3
* lto: Reduce nesting.Daniel Dunbar2010-08-101-56/+57
* LTOModule.cpp: Fix numerous style issues.Daniel Dunbar2010-08-101-413/+390
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-104-0/+37
* Fix silly bug.Rafael Espindola2010-08-101-1/+1
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-103-26/+34
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-095-0/+22
* Don't try to build a plugin on windows.Rafael Espindola2010-08-091-1/+3
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-081-1/+1
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+6
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-081-2/+2
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-088-46/+44
* Try to fix cmake build.Rafael Espindola2010-08-083-1/+4
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-074-64/+26
* Another missing file :-(Rafael Espindola2010-08-071-0/+0
* Add missing file.Rafael Espindola2010-08-071-0/+23
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-072-1/+1
* llc: Clarify -mc-relax-all description.Michael J. Spencer2010-08-061-1/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-068-26/+31
* Revert r110396 to fix buildbots.Owen Anderson2010-08-068-31/+26
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-058-26/+31
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-054-26/+64
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-054-64/+26
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-053-14/+16
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-053-11/+8
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-055-18/+19
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-313-5/+2
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-311-0/+11
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-313-23/+32
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-311-2/+1
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-305-22/+32
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-301-1/+1
* Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall2010-07-291-9/+19
* Make the header self-contained and follow #include guidelines.John McCall2010-07-293-43/+52
* Switch to using the LLVM CommandLine library so that our helpJohn McCall2010-07-291-39/+31
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-7/+6
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-291-4/+22
* Centralize the logic to permanently unify two instructions and make sureJohn McCall2010-07-291-20/+30
* Diagnose non-structural differences in the case where blocks wereJohn McCall2010-07-291-5/+16
* When unifying instructions during a block diff, actually complain aboutJohn McCall2010-07-291-1/+1
* Somehow I was getting reasonable results for the test cases I was interestedJohn McCall2010-07-291-14/+38
* Cache the result of errs() and implement formatted logging.John McCall2010-07-292-37/+58
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-295-0/+1095
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-291-3/+3
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-285-36/+28
* Clone and restore the module being reduced inRafael Espindola2010-07-261-6/+27
* Revert unintended white space change.Rafael Espindola2010-07-241-1/+1
* Fix a trivial use after free.Rafael Espindola2010-07-241-2/+6
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-1/+0