aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-161-1/+3
* Move helper function here.Chris Lattner2005-02-131-0/+28
* Add support for fp tolerancesChris Lattner2005-01-231-3/+11
* Adjust to changed interface.Chris Lattner2005-01-231-1/+2
* oopsJeff Cohen2005-01-221-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-3/+21
* Fix VC++ complaintJeff Cohen2005-01-222-2/+3
* Improve output precision.Chris Lattner2005-01-151-2/+12
* For PR351:Reid Spencer2004-12-301-2/+3
* For PR351:Reid Spencer2004-12-271-2/+2
* Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke2004-12-221-1/+2
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-201-1/+2
* llvm/Config/unistd.h has gone away, far, far awayMisha Brukman2004-12-201-2/+0
* For PR351:Reid Spencer2004-12-191-24/+27
* For PR351:Reid Spencer2004-12-191-4/+4
* For PR351:Reid Spencer2004-12-165-24/+28
* For PR351:Reid Spencer2004-12-162-17/+16
* For PR351:Reid Spencer2004-12-153-20/+34
* For PR351:Reid Spencer2004-12-151-8/+17
* For PR351:Reid Spencer2004-12-131-5/+5
* LinkModules is now in the Linker classReid Spencer2004-12-132-4/+4
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-1/+1
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-191-7/+8
* Remove debugging code, unneuter this functionalityChris Lattner2004-11-181-1/+4
* remove debugging codeChris Lattner2004-11-181-5/+3
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-163-22/+41
* bugpoint needs LLVMLinker.a now.Reid Spencer2004-11-141-2/+3
* Linker.h has a new home.Reid Spencer2004-11-142-2/+2
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-091-1/+0
* Enable compression by default.Reid Spencer2004-11-071-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
* We're not doing automake any moreReid Spencer2004-10-221-676/+0
* We won't use automakeReid Spencer2004-10-221-29/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+676
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-171-0/+1
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+6
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-121-2/+2
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+27
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Changes For Bug 352Reid Spencer2004-09-019-32/+27
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-121-1/+5
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-292-2/+2
* Finally give bugpoint -timeout support!Chris Lattner2004-07-242-2/+20
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-241-12/+18
* Provide timeout values to all abstract interpretersChris Lattner2004-07-241-4/+7
* * Convert "\n" -> '\n'Misha Brukman2004-07-235-20/+21