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