Renamed these tests so that they don't contain extra periods.
[oota-llvm.git] / runtime / libtrace /
2003-08-17 Chris LattnerThis really isn't the gcc library!
2003-08-15 Chris Lattnerinitial checkin, adjust LEVEL
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-07-30 Vikram S. Adve1. Make table size prime -- improves hashing performanc...
2003-07-29 Vikram S. AdveBug fix: after reallocating the hash table, we have...
2003-07-21 Chris LattnerRemove unneccesary #ifdefs
2003-07-21 Chris LattnerFix warnings
2003-07-11 Vikram S. AdveUse uint32_t for table index and size: table will never...
2003-07-08 Vikram S. AdvePointer hash table reallocation code seems never to...
2003-07-08 Vikram S. AdveNative libraries (libinstr*.a) should not have been...
2003-06-24 Joel StanleyPrevented inclusion of (non-existent) stdint.h on Sparc.
2003-05-27 Chris LattnerUpdate to match the reality that is now.
2002-05-20 Chris LattnerTracelib is now an LLVM library just like all other...
2002-05-20 Chris Lattner* If hashing a pointer, cast it to a 64 bit number...
2002-05-19 Vikram S. AdveRuntime routines to support tracing.