Changes in directory llvm/lib:
Makefile updated: 1.24 -> 1.25
---
Log message:
build lib/Archive instead of lib/Bytecode
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.24 llvm/lib/M
Changes in directory llvm/lib:
Makefile updated: 1.23 -> 1.24
---
Log message:
build the bitcode dir
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.23 llvm/lib/Makefile:1.24
---
Changes in directory llvm/lib:
Makefile updated: 1.22 -> 1.23
---
Log message:
Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types. This changes the syntax for llvm assembly to
Changes in directory llvm/lib:
Makefile updated: 1.21 -> 1.22
---
Log message:
Make some changes suggested by Chris:
1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more)
2. Ensure that lib/VMCore gets built first. This needs to be done because
VMCore now uses tblgen to generate the
Changes in directory llvm/lib:
Makefile updated: 1.20 -> 1.21
---
Log message:
Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
other dirs (for Intrinsics.gen). :(
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 delet