[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 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 ++