[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-25 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.10 -> 1.11 --- Log message: improve a comment --- Diffs of the changes: (+5 -3) Writer.cpp |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/lib/Bitcode/Writer/Writer.cpp diff -u llvm/lib/Bit

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-24 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.7 -> 1.8 --- Log message: implement reading and writing of constant exprs. --- Diffs of the changes: (+97 -9) Writer.cpp | 106 +++-- 1 files changed, 97 insertions(

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.6 -> 1.7 --- Log message: fix off-by-one computing size for section abbrevs --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bitcode/Writer/Writer.cpp

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.4 -> 1.5 --- Log message: write out the symtab for globals. --- Diffs of the changes: (+70 -33) Writer.cpp | 103 + 1 files changed, 70 insertions(+), 33 deletio

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.3 -> 1.4 --- Log message: implement reading of abbrevs, and writing of abbreviated global varrs. --- Diffs of the changes: (+7 -3) Writer.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llv

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.2 -> 1.3 --- Log message: first part of implementation of abbrevs. The writer isn't fully there yet and the reader doesn't handle them at all yet. --- Diffs of the changes: (+39 -6) Writer.cpp | 45

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-22 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.1 -> 1.2 --- Log message: promote LLVMBitCodes to be a public header --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bitcode/Writer/Writer.cpp diff -