aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libtrace
Commit message (Expand)AuthorAgeFilesLines
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-174-0/+452
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-164-452/+0
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-0/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-1/+1
* Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner2005-01-281-4/+4
* For PR432:Reid Spencer2004-12-221-1/+1
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-0/+1
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-2/+2
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-021-1/+1
* We're not doing automake any moreReid Spencer2004-10-221-657/+0
* We won't use automakeReid Spencer2004-10-221-14/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+657
* Initial Makefile.am for building with automakeReid Spencer2004-10-171-0/+14
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fit comment into 80 cols.Misha Brukman2004-04-161-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* 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