aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-10Use RunPassesOn as in the rest of bugpoint.Rafael Espindola
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-08Try to fix cmake build.Rafael Espindola
2010-08-07Run opt instead of bugpoint itself.Rafael Espindola
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
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-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-29Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola
2010-07-29Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen
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-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-12Convert some tab stops into spaces.Duncan Sands
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-21Save more temps with -save-temps.Rafael Espindola
2010-06-07Run dead type elimination after dead argument elimination.Dan Gohman
2010-06-07Use ->isVoidTy().Dan Gohman
2010-06-05No need to special-case structs here; structs are first-class now.Dan Gohman
2010-06-04No need to special-case structs here; structs are first-class now.Dan Gohman
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-05-24Apply timeouts and memory limits in more places. In particular, whenDuncan Sands
2010-05-13Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen
2010-05-11Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin
2010-05-10Add command line option --gcc to bugpoint.Kalle Raiskila
2010-04-29The llc -f flag was removed.Nick Lewycky
2010-04-14Don't forget cmake!Nick Lewycky
2010-04-14Remove accidentally committed cruft.Nick Lewycky
2010-04-14Bugpoint no longer uses exceptions.Nick Lewycky
2010-04-12Boolify.Benjamin Kramer
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-04-10Remove dead argument and clean whitespace. No functionality change.Nick Lewycky
2010-03-24Trim #includes.Dan Gohman
2010-03-22Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin