Remove zlib from the llvm tarball. This is only used (in theory by povray-31
[oota-llvm.git] / runtime / libtrace /
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-16 Misha BrukmanFit comment into 80 cols.
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-08-17 Chris LattnerThis really isn't the gcc library!
2003-08-15 Chris Lattnerinitial checkin, adjust LEVEL
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-07-30 Vikram S. Adve1. Make table size prime -- improves hashing performanc...
2003-07-29 Vikram S. AdveBug fix: after reallocating the hash table, we have...
2003-07-21 Chris LattnerRemove unneccesary #ifdefs
2003-07-21 Chris LattnerFix warnings
2003-07-11 Vikram S. AdveUse uint32_t for table index and size: table will never...
2003-07-08 Vikram S. AdvePointer hash table reallocation code seems never to...
2003-07-08 Vikram S. AdveNative libraries (libinstr*.a) should not have been...
2003-06-24 Joel StanleyPrevented inclusion of (non-existent) stdint.h on Sparc.
2003-05-27 Chris LattnerUpdate to match the reality that is now.
2002-05-20 Chris LattnerTracelib is now an LLVM library just like all other...
2002-05-20 Chris Lattner* If hashing a pointer, cast it to a 64 bit number...
2002-05-19 Vikram S. AdveRuntime routines to support tracing.