aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2005-04-20Consistently eschew space between `*' or `&' and function argument nameMisha Brukman
2005-04-20* Print commands as we execute them with `-v'Misha Brukman
2005-04-11Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer
2005-04-10The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner
2005-03-29there is no reason to run -instcombine -instcombine!Chris Lattner
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2005-03-17statically link ia64 into llcChris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15method renamedChris Lattner
2005-03-15Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner
2005-03-15Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos
2005-03-10yay for camel_cvs diffAndrew Lenharth
2005-03-09get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner
2005-03-07move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner
2005-02-28Changes to enable creation of native executables directly from gccld and toReid Spencer
2005-02-27Fix spelling, patch contributed by Gabor Greif!Chris Lattner
2005-02-27Remove some stuff I checked in accidentallyChris Lattner
2005-02-24Use DataInstall macro instead of INSTALL.Reid Spencer
2005-02-23Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner
2005-02-18Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer
2005-02-16Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen
2005-02-15add Alpha to llcAndrew Lenharth
2005-02-13Move helper function here.Chris Lattner
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner
2005-02-13Make sure to null terminate argument lists!Chris Lattner
2005-02-13Print the module, not the pointer.Chris Lattner
2005-02-13Fix PR506:Reid Spencer
2005-01-29clean up commentsChris Lattner
2005-01-29This has been deprecated for long enough, nuke it.Chris Lattner
2005-01-23Add support for fp tolerancesChris Lattner
2005-01-23Adjust to changed interface.Chris Lattner
2005-01-22oopsJeff Cohen
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-22Fix VC++ complaintJeff Cohen
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer
2005-01-15Improve output precision.Chris Lattner
2005-01-07X86 BE requires SelectionDAGChris Lattner
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen
2005-01-06Fix minor mistakesJeff Cohen
2005-01-06Add project opt to Visual Studio.Jeff Cohen
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer
2005-01-02Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2004-12-31Correct the conditional test for non-portable tools so that it willReid Spencer
2004-12-30Fix the help documentation to not imply multiple archive files can beReid Spencer
2004-12-30For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke