Changes in directory llvm/runtime/libtrace:
Makefile (r1.16) removed
README.txt (r1.3) removed
tracelib.c (r1.14) removed
tracelib.h (r1.5) removed
---
Log message:
the old trace values pass has been removed, remove its runtime library.
---
Diffs of the changes: (+0 -0)
0 files changed
Changes in directory llvm/runtime/libtrace:
Makefile updated: 1.15 -> 1.16
README.txt updated: 1.2 -> 1.3
tracelib.c updated: 1.13 -> 1.14
tracelib.h updated: 1.4 -> 1.5
---
Log message:
Undo removal of the runtime libraries. While this may have been a bit
premature, these libraries will be goi
Changes in directory llvm/runtime/libtrace:
Makefile (r1.14) removed
README.txt (r1.1) removed
tracelib.c (r1.12) removed
tracelib.h (r1.3) removed
---
Log message:
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
be dropped. This patch pertains to removing the runtime d
Changes in directory llvm/runtime/libtrace:
Makefile updated: 1.13 -> 1.14
---
Log message:
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
---