| Commit message (Expand) | Author | Age | Files | Lines |
* | Move licm after reassociate, add some cond-propagate passes | Chris Lattner | 2005-05-07 | 1 | -1/+4 |
* | * Use consistent spacing for function arguments | Misha Brukman | 2005-05-05 | 1 | -18/+18 |
* | Minor clean-ups | Misha Brukman | 2005-05-03 | 2 | -17/+13 |
* | Clean up and correct llvmc configurations for C and C++ | Misha Brukman | 2005-05-03 | 3 | -32/+24 |
* | std::string(NULL) does not a proper constructor make | Misha Brukman | 2005-05-03 | 1 | -3/+3 |
* | Omit periods at the end of command-line switch explanations for consistency | Misha Brukman | 2005-05-03 | 1 | -2/+2 |
* | Add the simplify-libcalls pass. | Reid Spencer | 2005-04-27 | 1 | -0/+1 |
* | extract has been renamed to llvm-extract to avoid conflicting with another tool | Misha Brukman | 2005-04-24 | 1 | -1/+1 |
* | There are still uses for spaces in Makefiles -- to make text line up together, | Misha Brukman | 2005-04-24 | 4 | -8/+9 |
* | extract has been renamed to llvm-extract to avoid conflicting with another tool | Misha Brukman | 2005-04-24 | 3 | -114/+8 |
* | Make the CBackend actually get included in llc by using USEDLIBS instead of | Reid Spencer | 2005-04-23 | 1 | -2/+4 |
* | Always enable the C backend. This fixes a *vast* number of failures on the | Chris Lattner | 2005-04-23 | 1 | -3/+1 |
* | Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD | Reid Spencer | 2005-04-22 | 1 | -2/+12 |
* | Implement the --enable-targets= feature of the configure script. The make | Reid Spencer | 2005-04-22 | 1 | -11/+37 |
* | Two changes: | Reid Spencer | 2005-04-22 | 3 | -6/+0 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 3 | -5/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 45 | -426/+426 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -18/+18 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 2 | -8/+8 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | #include system headers after all LLVM headers | Misha Brukman | 2005-04-20 | 1 | -2/+1 |
* | Eliminate trailing spaces at end-of-line | Misha Brukman | 2005-04-20 | 2 | -18/+18 |
* | Consistently eschew space between `*' or `&' and function argument name | Misha Brukman | 2005-04-20 | 1 | -12/+12 |
* | * Print commands as we execute them with `-v' | Misha Brukman | 2005-04-20 | 3 | -21/+44 |
* | Ensure that the arguments passed to sys::Program::ExecuteAndWait include | Reid Spencer | 2005-04-11 | 1 | -2/+3 |
* | The first argument to ExecuteAndWait should be the program name, but pointed | Chris Lattner | 2005-04-10 | 2 | -10/+16 |
* | there is no reason to run -instcombine -instcombine! | Chris Lattner | 2005-03-29 | 1 | -1/+0 |
* | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos | 2005-03-28 | 1 | -1/+1 |
* | statically link ia64 into llc | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | method renamed | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 3 | -5/+5 |
* | Use arg_iterator and arg_begin and arg_end functions. | Alkis Evlogimenos | 2005-03-15 | 1 | -4/+5 |
* | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
* | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
* | move the reassociation pass after the LICM pass. This speeds up mgrid | Chris Lattner | 2005-03-07 | 1 | -2/+2 |
* | Changes to enable creation of native executables directly from gccld and to | Reid Spencer | 2005-02-28 | 3 | -74/+183 |
* | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | Remove some stuff I checked in accidentally | Chris Lattner | 2005-02-27 | 1 | -6/+0 |
* | Use DataInstall macro instead of INSTALL. | Reid Spencer | 2005-02-24 | 1 | -4/+4 |
* | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner | 2005-02-23 | 1 | -1/+2 |
* | Adjust the help output so that it will fit cleanly within 80 columns. | Reid Spencer | 2005-02-18 | 1 | -17/+17 |
* | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen | 2005-02-16 | 1 | -1/+3 |
* | add Alpha to llc | Andrew Lenharth | 2005-02-15 | 1 | -0/+1 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
* | Conform to the documented interface by null terminating argument lists! | Chris Lattner | 2005-02-13 | 2 | -7/+8 |
* | Make sure to null terminate argument lists! | Chris Lattner | 2005-02-13 | 2 | -1/+4 |
* | Print the module, not the pointer. | Chris Lattner | 2005-02-13 | 2 | -2/+2 |
* | Fix PR506: | Reid Spencer | 2005-02-13 | 1 | -4/+6 |
* | clean up comments | Chris Lattner | 2005-01-29 | 1 | -3/+2 |