aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2005-04-23Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer
2005-04-23Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner
2005-04-22Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer
2005-04-22Implement the --enable-targets= feature of the configure script. The makeReid Spencer
2005-04-22Two changes:Reid Spencer
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-20#include system headers after all LLVM headersMisha Brukman
2005-04-20Eliminate trailing spaces at end-of-lineMisha Brukman
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