aboutsummaryrefslogtreecommitdiff
path: root/runtime/libtrace/Makefile
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
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-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-08Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve
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-19Runtime routines to support tracing.Vikram S. Adve