Changes in directory llvm/tools/analyze:
Makefile updated: 1.33 -> 1.34
---
Log message:
Undo last commit, which was committed accidentally.
---
Diffs of the changes: (+0 -2)
Makefile |2 --
1 files changed, 2 deletions(-)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze
Changes in directory llvm/tools/analyze:
Makefile updated: 1.32 -> 1.33
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to
Changes in directory llvm/tools/analyze:
Makefile updated: 1.31 -> 1.32
---
Log message:
Tools require EH for their top-level try blocks.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Mak
Changes in directory llvm/tools/analyze:
Makefile updated: 1.30 -> 1.31
---
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.
---
Dif
Changes in directory llvm/tools/analyze:
Makefile updated: 1.29 -> 1.30
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which pr
Changes in directory llvm/tools/analyze:
Makefile updated: 1.28 -> 1.29
---
Log message:
1. Remove libraries no longer created from the list of libraries linked into the
SparcV9 JIT.
2. Make LLVMTransformUtils a relinked object file and always link it before
LLVMAnalysis.a. These two lib
Changes in directory llvm/tools/analyze:
Makefile updated: 1.27 -> 1.28
---
Log message:
Link in datastructure as a relinked o file
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/a
Changes in directory llvm/tools/analyze:
Makefile updated: 1.26 -> 1.27
analyze.cpp updated: 1.64 -> 1.65
---
Log message:
Use the new LinkAllAnalyses.h header instead of forcing passes to be
in relinked object files
---
Diffs of the changes: (+3 -1)
Makefile|3 ++-
analyze.cpp |