| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable JIT when the platform supports it. | John Criswell | 2003-07-29 | 1 | -4/+27 |
* | Fix another accessibility problem illuminated by GCC 3.3 | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Fix visibility problem exposed by GCC 3.3 | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Add includes of assert | Chris Lattner | 2003-07-25 | 2 | -0/+2 |
* | Fix accessibility problems GCC 3.3 | Chris Lattner | 2003-07-25 | 1 | -1/+3 |
* | Add assert.h include | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | Convert to C++ style comments | Chris Lattner | 2003-07-25 | 2 | -4/+4 |
* | Include vector into these two files to ensure that specializations like | Vikram S. Adve | 2003-07-25 | 2 | -0/+8 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 |
* | Lowercase versions of `occurrence' need to be spelled correctly, too. | Misha Brukman | 2003-07-10 | 1 | -6/+6 |
* | `Occurrence' has no `a' and the `r' is doubled. | Misha Brukman | 2003-07-10 | 1 | -22/+22 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 15 | -106/+51 |
* | Add support for 'unsigned' command line arguments | Chris Lattner | 2003-06-28 | 1 | -0/+15 |
* | Get rid of WORDSIZE macro which can pollute untold numbers of translation units | Chris Lattner | 2003-06-22 | 1 | -18/+12 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 4 | -8/+5 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 23 | -48/+48 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -0/+30 |
* | Whoops. I didn't mean to step on John's changes. | Brian Gaeke | 2003-06-16 | 1 | -7/+22 |
* | This version supports FreeBSD. | Brian Gaeke | 2003-06-16 | 1 | -25/+25 |
* | Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. | John Criswell | 2003-06-11 | 1 | -7/+22 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 6 | -0/+9 |
* | Made changes suggested by Chris; Renamed 'union' function to unionSetsWith | Sumant Kowshik | 2003-06-04 | 1 | -11/+7 |
* | There are now no uses of NonCopyableV | Chris Lattner | 2003-06-03 | 1 | -11/+0 |
* | Add doxygen comment for namespace | Chris Lattner | 2003-06-03 | 1 | -1/+4 |
* | Implementation of Equivalence Classes | Sumant Kowshik | 2003-05-29 | 1 | -0/+93 |
* | dyn_cast_or_null should work just the same as dyn_cast does | Chris Lattner | 2003-05-29 | 1 | -3/+3 |
* | Add support for a new "CommaSeparated" modifier | Chris Lattner | 2003-05-22 | 1 | -3/+15 |
* | Updates to match recent timer updates | Chris Lattner | 2003-05-09 | 1 | -1/+2 |
* | Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends | Chris Lattner | 2003-04-23 | 1 | -0/+20 |
* | Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. | Chris Lattner | 2003-04-23 | 1 | -2/+2 |
* | Update comment | Chris Lattner | 2003-03-21 | 1 | -1/+1 |
* | Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95 | Chris Lattner | 2003-03-17 | 1 | -6/+6 |
* | Fix #endif | Chris Lattner | 2003-02-24 | 1 | -0/+2 |
* | Add support for the slist extension | Chris Lattner | 2003-02-24 | 1 | -0/+32 |
* | Allow the addition of edge source labels | Chris Lattner | 2003-02-05 | 1 | -1/+4 |
* | Add hash_multimap support | Chris Lattner | 2003-02-01 | 1 | -0/+1 |
* | Initial checking: defult the make_vector function | Chris Lattner | 2003-01-28 | 1 | -0/+29 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -9/+7 |
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+46 |
* | Fix header | Chris Lattner | 2002-12-12 | 1 | -1/+2 |
* | Bug fix in operator==() and in method fini(). | Vikram S. Adve | 2002-12-06 | 1 | -4/+5 |
* | Several fixes: | Vikram S. Adve | 2002-11-27 | 1 | -18/+47 |
* | Add facility to compute peak memory usage | Chris Lattner | 2002-11-18 | 1 | -0/+11 |
* | Fix warning | Chris Lattner | 2002-11-15 | 1 | -3/+1 |
* | Add tarj_end() method | Chris Lattner | 2002-11-10 | 1 | -0/+5 |
* | Fix a problem where bad graphs could be generated | Chris Lattner | 2002-11-10 | 1 | -1/+3 |
* | Include HashExtras.h since it is almost always needed anyway. | Vikram S. Adve | 2002-11-08 | 2 | -0/+4 |
* | Make maxSize a private variable, add a size() accessor | Chris Lattner | 2002-11-06 | 1 | -4/+6 |
* | An implementation of the bit-vector representation of sets. | Vikram S. Adve | 2002-11-06 | 1 | -0/+239 |