aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Use ValueMap instead of DenseMap.Devang Patel2010-06-244-41/+41
* Save more temps with -save-temps.Rafael Espindola2010-06-211-3/+7
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-071-1/+2
* Use ->isVoidTy().Dan Gohman2010-06-073-5/+4
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-051-3/+1
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-041-3/+1
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-271-2/+1
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-243-21/+40
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-131-3/+2
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-111-7/+7
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-103-17/+30
* The llc -f flag was removed.Nick Lewycky2010-04-292-2/+1
* Don't forget cmake!Nick Lewycky2010-04-141-1/+0
* Remove accidentally committed cruft.Nick Lewycky2010-04-141-3/+0
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-142-4/+4
* Boolify.Benjamin Kramer2010-04-121-1/+1
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-1210-341/+463
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-103-16/+6
* Trim #includes.Dan Gohman2010-03-241-1/+0
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-222-0/+5
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-194-9/+25
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-163-40/+66
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-162-2/+2
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-6/+2
* remove obsolete comment.Chris Lattner2010-01-161-5/+2
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-161-25/+5
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-161-2/+2
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-171-4/+5
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-3/+3
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-2/+2
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-2/+2
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-074-11/+23
* Make bugpoint use ParseIRFile instead of doing the same thing manually.Dan Gohman2009-09-031-12/+5
* only print the override triple if it exists!Chris Lattner2009-08-311-2/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-253-6/+4
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-237-56/+63
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-0/+1
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-15/+17
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-3/+2
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-185-36/+64
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-133-18/+25
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* MSVC warning fixes; patch by Stein Roger!Daniel Dunbar2009-08-071-1/+1
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-1/+2
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-051-8/+4
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-055-37/+40