aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)Author
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
2010-03-19Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin
2010-03-16add support for bugpointing the integrated assembler. Something like thisChris Lattner
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-16remove obsolete comment.Chris Lattner
2010-01-16bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2009-11-17Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands
2009-11-12Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-09-03Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman
2009-08-31only print the override triple if it exists!Chris Lattner
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner