summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-04-23Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer1-2/+4
2005-04-23Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner1-3/+1
2005-04-22Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer1-2/+12
2005-04-22Implement the --enable-targets= feature of the configure script. The makeReid Spencer1-11/+37
2005-04-22Two changes:Reid Spencer3-6/+0
2005-04-22Eliminate tabs and trailing spacesJeff Cohen3-5/+5
2005-04-22Remove trailing whitespaceMisha Brukman45-426/+426
2005-04-21Remove trailing whitespaceMisha Brukman1-18/+18
2005-04-21Remove trailing whitespaceMisha Brukman2-8/+8
2005-04-21Remove trailing whitespaceMisha Brukman1-6/+6
2005-04-20#include system headers after all LLVM headersMisha Brukman1-2/+1
2005-04-20Eliminate trailing spaces at end-of-lineMisha Brukman2-18/+18
2005-04-20Consistently eschew space between `*' or `&' and function argument nameMisha Brukman1-12/+12
2005-04-20* Print commands as we execute them with `-v'Misha Brukman3-21/+44
2005-04-11Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer1-2/+3
2005-04-10The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2-10/+16
2005-03-29there is no reason to run -instcombine -instcombine!Chris Lattner1-1/+0
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos1-1/+1
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