summaryrefslogtreecommitdiff
path: root/runtime/libtrace
AgeCommit message (Expand)Author
2004-04-16Fit comment into 80 cols.Misha Brukman
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-08-17This really isn't the gcc library!Chris Lattner
2003-08-15initial checkin, adjust LEVELChris Lattner
2003-08-15Convert libraries into the BYTECODE_LIBRARY styleChris Lattner
2003-07-301. Make table size prime -- improves hashing performance vastly.Vikram S. Adve
2003-07-29Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve
2003-07-21Remove unneccesary #ifdefsChris Lattner
2003-07-21Fix warningsChris Lattner
2003-07-11Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve
2003-07-08Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve
2003-07-08Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve
2003-06-24Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley
2003-05-27Update to match the reality that is now.Chris Lattner
2002-05-20Tracelib is now an LLVM library just like all other libraries in thisChris Lattner
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner
2002-05-19Runtime routines to support tracing.Vikram S. Adve