summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-03-17statically link ia64 into llcChris Lattner1-0/+1
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2005-03-15method renamedChris Lattner1-1/+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-03-07move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner1-2/+2
2005-02-28Changes to enable creation of native executables directly from gccld and toReid Spencer3-74/+183
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-24Use DataInstall macro instead of INSTALL.Reid Spencer1-4/+4
2005-02-23Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner1-1/+2
2005-02-18Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer1-17/+17
2005-02-16Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen1-1/+3
2005-02-15add Alpha to llcAndrew Lenharth1-0/+1
2005-02-13Move helper function here.Chris Lattner1-0/+28
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner2-7/+8
2005-02-13Make sure to null terminate argument lists!Chris Lattner2-1/+4
2005-02-13Print the module, not the pointer.Chris Lattner2-2/+2
2005-02-13Fix PR506:Reid Spencer1-4/+6
2005-01-29clean up commentsChris Lattner1-3/+2
2005-01-29This has been deprecated for long enough, nuke it.Chris Lattner1-9/+0
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 Cohen10-34/+72
2005-01-22Fix VC++ complaintJeff Cohen2-2/+3
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer1-4/+4
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer2-6/+6
2005-01-15Improve output precision.Chris Lattner1-2/+12
2005-01-07X86 BE requires SelectionDAGChris Lattner1-0/+1
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen1-1/+0
2005-01-06Fix minor mistakesJeff Cohen1-0/+1
2005-01-06Add project opt to Visual Studio.Jeff Cohen1-0/+1
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer1-1/+1
2005-01-02Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer1-1/+4
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer1-7/+1
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen3-3/+3
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer1-2/+1
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer1-1/+1
2004-12-30For PR351:Reid Spencer17-840/+948
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-22Correct compilation for Cygwin. FindExecutable now returns a sys::Path.Reid Spencer1-3/+3
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer1-0/+3
2004-12-22Fix the Win32 buildMisha Brukman1-1/+1
2004-12-22Make parameters to CopyFile use explicit instantiation of sys::Path.Reid Spencer1-1/+1
2004-12-21Use explicit construction of sys::Path from std::string because theReid Spencer1-1/+1
2004-12-20Allow compilers that can't distinguish between a class instantiation andReid Spencer1-1/+2