summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Minor clean-upsMisha Brukman2005-05-03
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-03
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-03
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-03
* Add the simplify-libcalls pass.Reid Spencer2005-04-27
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-24
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer2005-04-23
* Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner2005-04-23
* Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer2005-04-22
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-22
* Two changes:Reid Spencer2005-04-22
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* #include system headers after all LLVM headersMisha Brukman2005-04-20
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-20
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-20
* * Print commands as we execute them with `-v'Misha Brukman2005-04-20
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-11
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-10
* there is no reason to run -instcombine -instcombine!Chris Lattner2005-03-29
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-28
* statically link ia64 into llcChris Lattner2005-03-17
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* method renamedChris Lattner2005-03-15
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-15
* yay for camel_cvs diffAndrew Lenharth2005-03-10
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-09
* move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner2005-03-07
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-28
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Remove some stuff I checked in accidentallyChris Lattner2005-02-27
* Use DataInstall macro instead of INSTALL.Reid Spencer2005-02-24
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-23
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-18
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-16
* add Alpha to llcAndrew Lenharth2005-02-15
* Move helper function here.Chris Lattner2005-02-13
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-13
* Make sure to null terminate argument lists!Chris Lattner2005-02-13
* Print the module, not the pointer.Chris Lattner2005-02-13
* Fix PR506:Reid Spencer2005-02-13
* clean up commentsChris Lattner2005-01-29
* This has been deprecated for long enough, nuke it.Chris Lattner2005-01-29
* Add support for fp tolerancesChris Lattner2005-01-23