Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1. Make table size prime -- improves hashing performance vastly. | Vikram S. Adve | 2003-07-30 | 1 | -24/+43 |
* | Bug fix: after reallocating the hash table, we have to re-insert each value | Vikram S. Adve | 2003-07-29 | 1 | -33/+25 |
* | Remove unneccesary #ifdefs | Chris Lattner | 2003-07-21 | 1 | -12/+6 |
* | Fix warnings | Chris Lattner | 2003-07-21 | 1 | -1/+1 |
* | Use uint32_t for table index and size: table will never be > 4GB. | Vikram S. Adve | 2003-07-11 | 1 | -8/+12 |
* | Pointer hash table reallocation code seems never to have been tested! | Vikram S. Adve | 2003-07-08 | 1 | -21/+38 |
* | Prevented inclusion of (non-existent) stdint.h on Sparc. | Joel Stanley | 2003-06-24 | 1 | -0/+2 |
* | Update to match the reality that is now. | Chris Lattner | 2003-05-27 | 1 | -1/+1 |
* | * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn | Chris Lattner | 2002-05-20 | 1 | -2/+1 |
* | Runtime routines to support tracing. | Vikram S. Adve | 2002-05-19 | 1 | -0/+365 |