| Commit message (Expand) | Author | Age | Files | Lines |
* | Header file moved | Chris Lattner | 2004-05-27 | 2 | -2/+2 |
* | Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. | Misha Brukman | 2004-05-19 | 1 | -0/+9 |
* | Added `zeroinitializer' keyword. | Misha Brukman | 2004-04-28 | 2 | -2/+2 |
* | mmap of a zero length file returns null on some platforms, so hack around it. | Brian Gaeke | 2004-04-23 | 1 | -0/+6 |
* | Fix typo. | Brian Gaeke | 2004-04-19 | 1 | -1/+1 |
* | Spiff is no longer in our tree | Chris Lattner | 2004-04-18 | 1 | -1/+1 |
* | The "best" of both worlds: readable C++ comments and valid HTML For doxygen. | Misha Brukman | 2004-04-15 | 1 | -4/+7 |
* | Fix bug, add support for +/- | Chris Lattner | 2004-04-13 | 1 | -2/+2 |
* | Out with spiff, in with fpcmp | Chris Lattner | 2004-04-13 | 1 | -3/+3 |
* | Remove spiff. Though it looked good, it was not really as spiffy as it seemed | Chris Lattner | 2004-04-13 | 38 | -7027/+0 |
* | Okay, spiff is completely incapable of handling files of nontrivial size. | Chris Lattner | 2004-04-13 | 2 | -0/+171 |
* | Increase buffer size again. *sigh* | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
* | Don't index spiff. It should not count as lines of LLVM code | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
* | Fixed sized limits are bad... duh. | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
* | Really spiff, don't chatter :) | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
* | Don't underline diffs | Brian Gaeke | 2004-04-13 | 1 | -1/+2 |
* | Clean up the Spiff code so that it emits fewer warnings. This | Brian Gaeke | 2004-04-13 | 18 | -12/+52 |
* | Build Spiff directory | Brian Gaeke | 2004-04-12 | 1 | -1/+1 |
* | Add the Spiff fp-aware diff utility from Bellcore | Brian Gaeke | 2004-04-12 | 38 | -0/+6986 |
* | Tablegen backend for really simple instruction selector | Jakub Staszak | 2004-04-06 | 2 | -0/+514 |
* | add tablgen backend for really simple instruction selector | Jakub Staszak | 2004-04-06 | 1 | -1/+7 |
* | Teach vim about the select instruction. Allow it to forget about the long-dead | Chris Lattner | 2004-03-12 | 1 | -2/+2 |
* | Teach emacs about the select instruction | Chris Lattner | 2004-03-12 | 1 | -1/+1 |
* | Default to using edge counts | Chris Lattner | 2004-03-08 | 1 | -9/+13 |
* | Squash /usr/dcs path; use a 'require <version>' instead. | Brian Gaeke | 2004-03-03 | 1 | -3/+4 |
* | Add my regression finding by binary searching cvs script. | Brian Gaeke | 2004-03-03 | 1 | -0/+185 |
* | Added EH support. | John Criswell | 2004-03-02 | 1 | -5/+5 |
* | Don't look in the .libs directories that libtool makes | Brian Gaeke | 2004-03-01 | 1 | -1/+1 |
* | Do not remove an active template argument even if the superclass had one of the | Chris Lattner | 2004-02-28 | 1 | -1/+2 |
* | Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash | Chris Lattner | 2004-02-28 | 1 | -3/+9 |
* | Assert instead of going into an infinite loop! | Chris Lattner | 2004-02-28 | 1 | -2/+5 |
* | Added support for C++ compilation. | John Criswell | 2004-02-26 | 1 | -2/+3 |
* | C++ version of llvm-native-gcc. | John Criswell | 2004-02-26 | 1 | -0/+249 |
* | Updated to use llc to generate CBE code. | John Criswell | 2004-02-25 | 1 | -2/+2 |
* | Add a label for the bump when we started counting llvm/projects | Chris Lattner | 2004-02-18 | 1 | -0/+1 |
* | exit(1) instead of abort()'ing on error | Chris Lattner | 2004-02-13 | 3 | -27/+27 |
* | Fix buggy error message problem | Chris Lattner | 2004-02-13 | 1 | -2/+3 |
* | Ooops, top-level C++-comments aren't recognized by flex. | Misha Brukman | 2004-02-12 | 1 | -2/+2 |
* | * Convert C comments to C++ style (why are some one way, some another?!) | Misha Brukman | 2004-02-12 | 1 | -30/+14 |
* | Fix bug in initial check - when recompiling everything with llvm-native-gcc, | Brian Gaeke | 2004-02-11 | 1 | -0/+2 |
* | Make block profiling the default | Chris Lattner | 2004-02-10 | 1 | -6/+21 |
* | Fix unterminated-quote typo in echo command | Brian Gaeke | 2004-02-08 | 1 | -1/+1 |
* | Print the record NAME not the record ADDRESS | Chris Lattner | 2004-02-06 | 1 | -1/+1 |
* | Start counting projects | Chris Lattner | 2004-01-27 | 1 | -1/+1 |
* | Fix a couple of places I noticed where "X86" was hard-coded. | Brian Gaeke | 2004-01-24 | 1 | -2/+2 |
* | This is my script for narrowing down miscompilations to a single file. | Brian Gaeke | 2004-01-15 | 1 | -0/+147 |
* | Eliminate annoying warnings from the tester, hopefully for real this time. | Chris Lattner | 2004-01-12 | 1 | -2/+2 |
* | Fix annoying warnings. W doesn't have a revision number | Chris Lattner | 2004-01-09 | 1 | -2/+2 |
* | explain the jump for llvm-db | Chris Lattner | 2004-01-07 | 1 | -0/+1 |
* | Change perl interpreter path to the standard /usr/bin/perl. | Alkis Evlogimenos | 2004-01-07 | 1 | -1/+1 |