1. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  2. fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
  3. 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 20 years ago
  4. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  5. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  6. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  7. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  8. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  9. cac731e We won't use automake by Reid Spencer · 20 years ago
  10. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  11. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  12. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  13. ef2b0db Fit comment into 80 cols. by Misha Brukman · 21 years ago
  14. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  15. 5b007e2 This really isn't the gcc library! by Chris Lattner · 21 years ago
  16. 9d6cb9b initial checkin, adjust LEVEL by Chris Lattner · 21 years ago
  17. da86e6c Convert libraries into the BYTECODE_LIBRARY style by Chris Lattner · 21 years ago
  18. 6235ea2 1. Make table size prime -- improves hashing performance vastly. by Vikram S. Adve · 21 years ago
  19. b3b0414 Bug fix: after reallocating the hash table, we have to re-insert each value by Vikram S. Adve · 21 years ago
  20. 432312d Remove unneccesary #ifdefs by Chris Lattner · 21 years ago
  21. 51577e5 Fix warnings by Chris Lattner · 21 years ago
  22. e04a2e0 Use uint32_t for table index and size: table will never be > 4GB. by Vikram S. Adve · 21 years ago
  23. 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 21 years ago
  24. 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 21 years ago
  25. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 21 years ago
  26. 3c4f63a Update to match the reality that is now. by Chris Lattner · 21 years ago
  27. 348d165 Tracelib is now an LLVM library just like all other libraries in this directory. by Chris Lattner · 22 years ago
  28. 2bb5c7f * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn by Chris Lattner · 22 years ago
  29. 2df1f74 Runtime routines to support tracing. by Vikram S. Adve · 22 years ago