summaryrefslogtreecommitdiff
path: root/tools/bugpoint
AgeCommit message (Expand)AuthorFilesLines
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2005-03-15Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner3-5/+5
2005-03-15Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos1-4/+5
2005-03-10yay for camel_cvs diffAndrew Lenharth1-1/+1
2005-03-09get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner1-0/+4
2005-02-27Fix spelling, patch contributed by Gabor Greif!Chris Lattner1-1/+1
2005-02-27Remove some stuff I checked in accidentallyChris Lattner1-6/+0
2005-02-23Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner1-1/+2
2005-02-16Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen1-1/+3
2005-02-13Move helper function here.Chris Lattner1-0/+28
2005-01-23Add support for fp tolerancesChris Lattner1-3/+11
2005-01-23Adjust to changed interface.Chris Lattner1-1/+2
2005-01-22oopsJeff Cohen1-1/+1
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen1-3/+21
2005-01-22Fix VC++ complaintJeff Cohen2-2/+3
2005-01-15Improve output precision.Chris Lattner1-2/+12
2004-12-30For PR351:Reid Spencer1-2/+3
2004-12-27For PR351:Reid Spencer1-2/+2
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke1-1/+2
2004-12-20Allow compilers that can't distinguish between a class instantiation andReid Spencer1-1/+2
2004-12-20llvm/Config/unistd.h has gone away, far, far awayMisha Brukman1-2/+0
2004-12-19For PR351:Reid Spencer1-24/+27
2004-12-19For PR351:Reid Spencer1-4/+4
2004-12-16For PR351:Reid Spencer5-24/+28
2004-12-16For PR351:Reid Spencer2-17/+16
2004-12-15For PR351:Reid Spencer3-20/+34
2004-12-15For PR351:Reid Spencer1-8/+17
2004-12-13For PR351:Reid Spencer1-5/+5
2004-12-13LinkModules is now in the Linker classReid Spencer2-4/+4
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer1-1/+1
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+1
2004-11-19Fix a bug in the checkin where I adjusted this code to work whenChris Lattner1-7/+8
2004-11-18Remove debugging code, unneuter this functionalityChris Lattner1-1/+4
2004-11-18remove debugging codeChris Lattner1-5/+3
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner3-22/+41
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer1-2/+3
2004-11-14Linker.h has a new home.Reid Spencer2-2/+2
2004-11-09Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman1-1/+0
2004-11-07Enable compression by default.Reid Spencer1-1/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-4/+5
2004-10-22We're not doing automake any moreReid Spencer1-676/+0
2004-10-22We won't use automakeReid Spencer1-29/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+676
2004-10-17Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman1-0/+1
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer1-4/+6
2004-10-12No space allowed between \ and end-of-lineMisha Brukman1-1/+1
2004-10-12Wrap lines at 80 colsMisha Brukman1-2/+2
2004-10-10Initial version of automake Makefile.am file.Reid Spencer1-0/+27
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner1-3/+3
2004-09-01Changes For Bug 352Reid Spencer9-32/+27