index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
libtrace
/
tracelib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.
Chris Lattner
2005-01-28
1
-4
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
1. Make table size prime -- improves hashing performance vastly.
Vikram S. Adve
2003-07-30
1
-24
/
+43
*
Bug fix: after reallocating the hash table, we have to re-insert each value
Vikram S. Adve
2003-07-29
1
-33
/
+25
*
Remove unneccesary #ifdefs
Chris Lattner
2003-07-21
1
-12
/
+6
*
Fix warnings
Chris Lattner
2003-07-21
1
-1
/
+1
*
Use uint32_t for table index and size: table will never be > 4GB.
Vikram S. Adve
2003-07-11
1
-8
/
+12
*
Pointer hash table reallocation code seems never to have been tested!
Vikram S. Adve
2003-07-08
1
-21
/
+38
*
Prevented inclusion of (non-existent) stdint.h on Sparc.
Joel Stanley
2003-06-24
1
-0
/
+2
*
Update to match the reality that is now.
Chris Lattner
2003-05-27
1
-1
/
+1
*
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
Chris Lattner
2002-05-20
1
-2
/
+1
*
Runtime routines to support tracing.
Vikram S. Adve
2002-05-19
1
-0
/
+365