index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
libtrace
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-08-17
This really isn't the gcc library!
Chris Lattner
2003-08-15
initial checkin, adjust LEVEL
Chris Lattner
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-07-30
1. Make table size prime -- improves hashing performance vastly.
Vikram S. Adve
2003-07-29
Bug fix: after reallocating the hash table, we have to re-insert each value
Vikram S. Adve
2003-07-21
Remove unneccesary #ifdefs
Chris Lattner
2003-07-21
Fix warnings
Chris Lattner
2003-07-11
Use uint32_t for table index and size: table will never be > 4GB.
Vikram S. Adve
2003-07-08
Pointer hash table reallocation code seems never to have been tested!
Vikram S. Adve
2003-07-08
Native libraries (libinstr*.a) should not have been taken out when
Vikram S. Adve
2003-06-24
Prevented inclusion of (non-existent) stdint.h on Sparc.
Joel Stanley
2003-05-27
Update to match the reality that is now.
Chris Lattner
2002-05-20
Tracelib is now an LLVM library just like all other libraries in this
Chris Lattner
2002-05-20
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
Chris Lattner
2002-05-19
Runtime routines to support tracing.
Vikram S. Adve