summaryrefslogtreecommitdiff
path: root/runtime/libtrace
Commit message (Expand)AuthorAge
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Initial Makefile.am for building with automakeReid Spencer2004-10-17
* Changes For Bug 352Reid Spencer2004-09-01
* Fit comment into 80 cols.Misha Brukman2004-04-16
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* This really isn't the gcc library!Chris Lattner2003-08-17
* initial checkin, adjust LEVELChris Lattner2003-08-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-30
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-29
* Remove unneccesary #ifdefsChris Lattner2003-07-21
* Fix warningsChris Lattner2003-07-21
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-11
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-08
* Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve2003-07-08
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-24
* Update to match the reality that is now.Chris Lattner2003-05-27
* Tracelib is now an LLVM library just like all other libraries in thisChris Lattner2002-05-20
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-20
* Runtime routines to support tracing.Vikram S. Adve2002-05-19