[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile llvm2cpp.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.10 -> 1.11 llvm2cpp.cpp updated: 1.8 -> 1.9 --- Log message: switch tools to bitcode instead of bytecode --- Diffs of the changes: (+7 -16) Makefile |2 +- llvm2cpp.cpp | 21 ++--- 2 files changed, 7 in

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile llvm2cpp.cpp

2007-05-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.9 -> 1.10 llvm2cpp.cpp updated: 1.7 -> 1.8 --- Log message: bitcodify, remove eh cruft --- Diffs of the changes: (+19 -6) Makefile |3 +-- llvm2cpp.cpp | 22 ++ 2 files changed, 19 insertions(+), 6

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-11-02 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.8 -> 1.9 --- Log message: Make llvm2cpp -pedantic clean. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Make

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-09-03 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.7 -> 1.8 --- Log message: Use LINK_COMPONENTS to specify *components* to link against instead of using USED_LIBS to specify *libraries* to link against. --- Diffs of the changes: (+1 -2) Makefile |3 +-- 1 files changed, 1 i

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.6 -> 1.7 --- 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/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Ma

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile llvm2cpp.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.5 -> 1.6 llvm2cpp.cpp updated: 1.4 -> 1.5 --- Log message: Fix PR819: http://llvm.org/PR819 , llvm2cpp should read .bc files, not .ll files. --- Diffs of the changes: (+56 -83) Makefile |5 -- llvm2cpp.cpp | 134 ++

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-06-01 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.4 -> 1.5 --- Log message: Suppress -pedantic warnings about print("%a") --- Diffs of the changes: (+3 -0) Makefile |3 +++ 1 files changed, 3 insertions(+) Index: llvm/tools/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Ma

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.3 -> 1.4 --- 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. --- Diff

[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile

2006-05-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm2cpp: Makefile updated: 1.2 -> 1.3 --- Log message: Remove temporary testing rules. --- Diffs of the changes: (+0 -14) Makefile | 14 -- 1 files changed, 14 deletions(-) Index: llvm/tools/llvm2cpp/Makefile diff -u llvm/tools/llvm2cpp/Make