summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* 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
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-19
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-03
* only print the override triple if it exists!Chris Lattner2009-08-31
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-19
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-19
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-18
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-07
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05