aboutsummaryrefslogtreecommitdiff
path: root/runtime/libtrace
AgeCommit message (Expand)Author
2007-01-07the old trace values pass has been removed, remove its runtime library.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-28Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner
2004-12-22For PR432:Reid Spencer
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Initial Makefile.am for building with automakeReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-04-16Fit comment into 80 cols.Misha Brukman
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-08-17This really isn't the gcc library!Chris Lattner
2003-08-15initial checkin, adjust LEVELChris Lattner
2003-08-15Convert libraries into the BYTECODE_LIBRARY styleChris Lattner
2003-07-301. Make table size prime -- improves hashing performance vastly.Vikram S. Adve
2003-07-29Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve
2003-07-21Remove unneccesary #ifdefsChris Lattner
2003-07-21Fix warningsChris Lattner
2003-07-11Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve
2003-07-08Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve
2003-07-08Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve
2003-06-24Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley
2003-05-27Update to match the reality that is now.Chris Lattner
2002-05-20Tracelib is now an LLVM library just like all other libraries in thisChris Lattner
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner
2002-05-19Runtime routines to support tracing.Vikram S. Adve