| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to work with newer versions of bison | Chris Lattner | 2003-03-31 | 1 | -22/+22 |
* | Make more compatible with GCC 2.96 | Chris Lattner | 2003-02-13 | 1 | -4/+5 |
* | Remove gunk that was supposed to make space evaluation more precise, but neve... | Chris Lattner | 2003-02-13 | 1 | -64/+1 |
* | Don't output times in "scientific" notation | Chris Lattner | 2003-02-12 | 1 | -2/+3 |
* | Remove the -debug option from release executables | Chris Lattner | 2003-02-09 | 1 | -0/+3 |
* | Squelch warning | Chris Lattner | 2003-02-05 | 1 | -1/+1 |
* | * Add new -track-memory option to tools which enables the mem usage column in... | Chris Lattner | 2003-01-30 | 1 | -2/+14 |
* | Fix build problem on sparc | Chris Lattner | 2003-01-29 | 1 | -1/+2 |
* | Fix warning on sparc | Chris Lattner | 2003-01-29 | 1 | -1/+1 |
* | Fix warnings | Chris Lattner | 2003-01-20 | 4 | -8/+13 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
* | Fix static initializer ordering dependency | Chris Lattner | 2003-01-13 | 1 | -2/+17 |
* | Fix compilation on GCC 3.2 | Chris Lattner | 2002-12-24 | 1 | -0/+1 |
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+189 |
* | Fix bug | Chris Lattner | 2002-12-06 | 1 | -2/+2 |
* | Allow printing partially constructed bitsets | Chris Lattner | 2002-12-06 | 1 | -1/+4 |
* | Don't delete values that may still be referenced! | Chris Lattner | 2002-12-06 | 1 | -2/+0 |
* | Tighten up assertion checking | Chris Lattner | 2002-12-06 | 3 | -9/+19 |
* | Add code that can be used for debugging | Chris Lattner | 2002-12-03 | 1 | -2/+11 |
* | Continue implementing field initializers | Chris Lattner | 2002-12-03 | 2 | -30/+52 |
* | Don't delete temporary files | Chris Lattner | 2002-12-03 | 1 | -0/+2 |
* | Ignore generated files gram.tab.c and gram.tab.h | Misha Brukman | 2002-12-02 | 1 | -0/+1 |
* | Ignore generated files FileLexer.* and FileParser.* | Misha Brukman | 2002-12-02 | 1 | -0/+2 |
* | Continued support for field intitializers | Chris Lattner | 2002-12-02 | 2 | -17/+36 |
* | Continued support for field initializer | Chris Lattner | 2002-12-02 | 1 | -11/+46 |
* | Continued support for Field Initializer | Chris Lattner | 2002-12-02 | 1 | -14/+42 |
* | Adjustments due to new FieldInit stuff | Chris Lattner | 2002-12-02 | 1 | -6/+12 |
* | Add comments, factor out common code | Chris Lattner | 2002-12-02 | 1 | -10/+22 |
* | Add support for field exprs | Chris Lattner | 2002-12-02 | 1 | -0/+7 |
* | * Move BitsInit::resolveReferences up with the rest of BitsInit code | Chris Lattner | 2002-12-02 | 1 | -19/+25 |
* | Initial support for Field Expressions | Chris Lattner | 2002-12-02 | 1 | -0/+34 |
* | Add correct dependency | Chris Lattner | 2002-12-02 | 1 | -4/+3 |
* | Split up targets | Chris Lattner | 2002-12-02 | 1 | -2/+7 |
* | Add comments | Chris Lattner | 2002-12-02 | 1 | -0/+44 |
* | Initial checkin of TableGen utility | Chris Lattner | 2002-12-02 | 6 | -0/+1704 |
* | Add peak memory usage measurement capability | Chris Lattner | 2002-11-18 | 1 | -8/+121 |
* | Simplify code | Chris Lattner | 2002-11-04 | 1 | -3/+1 |
* | Sun can now use mallinfo() | Chris Lattner | 2002-11-04 | 1 | -5/+0 |
* | Allow memory sizes to be negative, remove obsolete TmpRSS field | Chris Lattner | 2002-11-04 | 1 | -14/+11 |
* | mallinfo is not available on sun apparently :( | Chris Lattner | 2002-11-04 | 1 | -2/+7 |
* | Minor fix to space accounting | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives | Chris Lattner | 2002-11-04 | 1 | -18/+8 |
* | Fix burg build problem. | Chris Lattner | 2002-11-01 | 1 | -0/+2 |
* | Add #include | Chris Lattner | 2002-10-27 | 2 | -0/+2 |
* | Work better with other versions of bison | Chris Lattner | 2002-10-27 | 1 | -3/+1 |
* | Added #include<unistd.h> to compile with solaris gcc3.2 | Anand Shukla | 2002-10-04 | 1 | -0/+1 |
* | added cast to unsigned to compile with gcc3.2 (sparc) | Anand Shukla | 2002-10-04 | 1 | -2/+4 |
* | - Rework Statistics: | Chris Lattner | 2002-10-01 | 2 | -48/+59 |
* | Checkin generic interval timer support | Chris Lattner | 2002-10-01 | 1 | -0/+203 |
* | Clean up dead rules | Chris Lattner | 2002-09-22 | 1 | -5/+1 |