aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Two changes:Reid Spencer2005-04-221-2/+0
* Eliminate tabs and trailing spacesJeff Cohen2005-04-223-5/+5
* Remove trailing whitespaceMisha Brukman2005-04-2210-71/+71
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-153-5/+5
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-151-4/+5
* yay for camel_cvs diffAndrew Lenharth2005-03-101-1/+1
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-091-0/+4
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Remove some stuff I checked in accidentallyChris Lattner2005-02-271-6/+0
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-231-1/+2
* 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