1. b3b0414 Bug fix: after reallocating the hash table, we have to re-insert each value by Vikram S. Adve · 22 years ago
  2. 432312d Remove unneccesary #ifdefs by Chris Lattner · 22 years ago
  3. 51577e5 Fix warnings by Chris Lattner · 22 years ago
  4. e04a2e0 Use uint32_t for table index and size: table will never be > 4GB. by Vikram S. Adve · 22 years ago
  5. 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 22 years ago
  6. 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 22 years ago
  7. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 22 years ago
  8. 3c4f63a Update to match the reality that is now. by Chris Lattner · 22 years ago
  9. 348d165 Tracelib is now an LLVM library just like all other libraries in this directory. by Chris Lattner · 23 years ago
  10. 2bb5c7f * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn by Chris Lattner · 23 years ago
  11. 2df1f74 Runtime routines to support tracing. by Vikram S. Adve · 23 years ago