summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* 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
* 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
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-29
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-29
* 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
* 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
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Save more temps with -save-temps.Rafael Espindola2010-06-21
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-07
* Use ->isVoidTy().Dan Gohman2010-06-07
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-05
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-04
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-27
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-24
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-13
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-11
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-10
* The llc -f flag was removed.Nick Lewycky2010-04-29
* Don't forget cmake!Nick Lewycky2010-04-14
* Remove accidentally committed cruft.Nick Lewycky2010-04-14
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-14
* Boolify.Benjamin Kramer2010-04-12
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-10
* Trim #includes.Dan Gohman2010-03-24
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-22
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-19
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-28
* remove obsolete comment.Chris Lattner2010-01-16
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-17
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-12