[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-12 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.3 - 1.4 --- Log message: continued description --- Diffs of the changes: (+109 -6) BitCodeFormat.html | 115 ++--- 1 files changed, 109 insertions(+), 6 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-12 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.4 - 1.5 --- Log message: fix typo --- Diffs of the changes: (+2 -2) BitCodeFormat.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/BitCodeFormat.html diff -u llvm/docs/BitCodeFormat.html:1.4

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-12 Thread Reid Spencer
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.5 - 1.6 --- Log message: Fix a grammaro. --- Diffs of the changes: (+2 -2) BitCodeFormat.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/BitCodeFormat.html diff -u

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-12 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.6 - 1.7 --- Log message: finish the description of the bitstream format. --- Diffs of the changes: (+89 -4) BitCodeFormat.html | 93 ++--- 1 files changed, 89 insertions(+), 4

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-12 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.7 - 1.8 --- Log message: add initial description of llvm top-level stuff. --- Diffs of the changes: (+94 -4) BitCodeFormat.html | 98 ++--- 1 files changed, 94 insertions(+), 4

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-11 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.1 - 1.2 --- Log message: first step --- Diffs of the changes: (+98 -28) BitCodeFormat.html | 126 + 1 files changed, 98 insertions(+), 28 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-05-11 Thread Chris Lattner
Changes in directory llvm/docs: BitCodeFormat.html updated: 1.2 - 1.3 --- Log message: add a bunch of content. --- Diffs of the changes: (+214 -9) BitCodeFormat.html | 223 ++--- 1 files changed, 214 insertions(+), 9 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/BitCodeFormat.html

2007-01-20 Thread Reid Spencer
Changes in directory llvm/docs: BitCodeFormat.html added (r1.1) --- Log message: Initial template for the 2.0 Bitcode format that will replace the 1.x Bytecode format. --- Diffs of the changes: (+61 -0) BitCodeFormat.html | 61 + 1