| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate a spurious warning | Chris Lattner | 2003-12-19 | 1 | -1/+1 |
* | If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline | Chris Lattner | 2003-12-19 | 1 | -3/+6 |
* | Update template | Chris Lattner | 2003-12-19 | 1 | -0/+3 |
* | Stop laughing Misha | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | Check in the llvm-native-gcc script, which I use in the process of | Brian Gaeke | 2003-12-09 | 1 | -0/+249 |
* | This may fix the "0 dirs" stuff we get in the nightly tests when they are | Brian Gaeke | 2003-12-01 | 1 | -2/+2 |
* | This function REALLY DOES return void | Chris Lattner | 2003-11-20 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 19 | -14/+121 |
* | * Add units to the yaxis of each chart | Chris Lattner | 2003-11-08 | 2 | -14/+56 |
* | Since we are collecting all of this data, we might as well graph it! | Chris Lattner | 2003-11-08 | 1 | -3/+202 |
* | fix warnings on sparc | Chris Lattner | 2003-11-06 | 2 | -2/+2 |
* | Add -help option | Chris Lattner | 2003-11-02 | 1 | -2/+11 |
* | Pass unrecognized options into llvmprof | Chris Lattner | 2003-10-29 | 1 | -2/+7 |
* | Add option for block profiling, pass in the "correct" argv[0] to the program | Chris Lattner | 2003-10-28 | 1 | -6/+4 |
* | Helper script for collecting profiling instrumentation. Simply run | Chris Lattner | 2003-10-28 | 1 | -0/+44 |
* | I'm tired of the nightly tester stopping, aren't you? | Chris Lattner | 2003-10-28 | 1 | -2/+2 |
* | Make sure to syntax hilight the 'unwind' keyword! | Chris Lattner | 2003-10-27 | 2 | -2/+2 |
* | Add more space! | Chris Lattner | 2003-10-21 | 1 | -4/+4 |
* | Syntax highlight the new operators | Chris Lattner | 2003-10-21 | 2 | -2/+2 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 2 | -0/+14 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 4 | -0/+32 |
* | Added LLVM copyright header. | John Criswell | 2003-10-20 | 17 | -0/+119 |
* | DeHTMLify the email so that it only gets sent out if something changes. | Chris Lattner | 2003-10-19 | 1 | -7/+10 |
* | Print stuff to stdout if something changes. | Chris Lattner | 2003-10-18 | 1 | -0/+10 |
* | Add debug variable. | Brian Gaeke | 2003-10-16 | 1 | -0/+6 |
* | Removed the .PRECIOUS of Lex and Yacc output files. | John Criswell | 2003-10-16 | 1 | -2/+0 |
* | Fix bug in script | Chris Lattner | 2003-10-14 | 1 | -1/+1 |
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 1 | -0/+19 |
* | LLVM CVS repository has moved. | Misha Brukman | 2003-10-13 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Greatly expand documentation comment at head of file... I had to | Brian Gaeke | 2003-10-11 | 1 | -9/+33 |
* | This seems to work around some unobvious bug in gcc on sparc which was | Brian Gaeke | 2003-10-10 | 2 | -2/+2 |
* | Add support for the weak linkage specifier | Chris Lattner | 2003-10-10 | 2 | -2/+2 |
* | Include the new docs directory, whenever it gets added. www is gone | Chris Lattner | 2003-10-09 | 1 | -1/+1 |