aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libtrace
Commit message (Expand)AuthorAgeFilesLines
* This really isn't the gcc library!Chris Lattner2003-08-171-1/+1
* initial checkin, adjust LEVELChris Lattner2003-08-152-1/+3
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-20/+4
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-301-24/+43
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-291-33/+25
* Remove unneccesary #ifdefsChris Lattner2003-07-211-12/+6
* Fix warningsChris Lattner2003-07-211-1/+1
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-111-8/+12
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-081-21/+38
* Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve2003-07-081-0/+17
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-241-0/+2
* Update to match the reality that is now.Chris Lattner2003-05-272-6/+1
* Tracelib is now an LLVM library just like all other libraries in thisChris Lattner2002-05-201-21/+6
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-202-3/+2
* Runtime routines to support tracing.Vikram S. Adve2002-05-193-0/+431