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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Fit comment into 80 cols.
Misha Brukman
2004-04-16
1
-1
/
+1
*
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
This really isn't the gcc library!
Chris Lattner
2003-08-17
1
-1
/
+1
*
initial checkin, adjust LEVEL
Chris Lattner
2003-08-15
2
-1
/
+3
*
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-08-15
1
-20
/
+4
*
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
*
Native libraries (libinstr*.a) should not have been taken out when
Vikram S. Adve
2003-07-08
1
-0
/
+17
*
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
2
-6
/
+1
*
Tracelib is now an LLVM library just like all other libraries in this
Chris Lattner
2002-05-20
1
-21
/
+6
*
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
Chris Lattner
2002-05-20
2
-3
/
+2
*
Runtime routines to support tracing.
Vikram S. Adve
2002-05-19
3
-0
/
+431