aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+4
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-054-6/+14
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-314-7/+4
* Move more code back to 2.5 APIs.Owen Anderson2009-07-302-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-292-5/+4
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-281-1/+5
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-282-2/+2
* Pass true to the Internalize parameter of createStandardLTOPasses,Dan Gohman2009-07-271-1/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-261-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Switch to getNameStr().Daniel Dunbar2009-07-241-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-222-2/+2
* 80 col violation.Evan Cheng2009-07-211-9/+9
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-201-3/+4
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-201-0/+40
* fix testChris Lattner2009-07-191-1/+2
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-191-2/+2