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

2007-05-06 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html (r1.72) removed --- Log message: this is obsolete --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/lis

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-29 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.71 -> 1.72 LangRef.html updated: 1.241 -> 1.242 --- Log message: Implement protected visibility. This partly implements PR1363: http://llvm.org/PR1363 . Linker should be taught to deal with protected symbols. --- Diffs of the ch

Re: [llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-28 Thread Chris Lattner
> Index: llvm/docs/LangRef.html > diff -u llvm/docs/LangRef.html:1.238 llvm/docs/LangRef.html:1.239 > --- llvm/docs/LangRef.html:1.238 Wed Apr 25 09:27:10 2007 > +++ llvm/docs/LangRef.htmlSat Apr 28 08:44:59 2007 > @@ -24,6 +24,7 @@ >Calling Conventions >Global Variables >

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-28 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.70 -> 1.71 LangRef.html updated: 1.238 -> 1.239 --- Log message: Implement review feedback. Aliasees can be either GlobalValue's or bitcasts of them. --- Diffs of the changes: (+11 -10) BytecodeFormat.html | 16 -

Re: [llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-25 Thread Chris Lattner
On Apr 25, 2007, at 7:28 AM, Anton Korobeynikov wrote: > --- llvm/docs/LangRef.html:1.237 Sun Apr 22 09:56:37 2007 > +++ llvm/docs/LangRef.htmlWed Apr 25 09:27:10 2007 > @@ -498,7 +498,8 @@ > It is illegal for a function declaration > to have any linkage type other than "externally visib

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-25 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.69 -> 1.70 LangRef.html updated: 1.237 -> 1.238 --- Log message: Implement aliases. This fixes PR1017: http://llvm.org/PR1017 and it's dependent bugs. CFE part will follow. --- Diffs of the changes: (+91 -15) BytecodeFormat.

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-04-21 Thread Christopher Lamb
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.68 -> 1.69 LangRef.html updated: 1.234 -> 1.235 --- Log message: add support for alignment attributes on load/store instructions --- Diffs of the changes: (+8 -8) BytecodeFormat.html |8 LangRef.html|8

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.67 -> 1.68 --- Log message: update documentation --- Diffs of the changes: (+6 -2) BytecodeFormat.html |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u llvm/docs/B

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

2007-02-27 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.66 -> 1.67 --- Log message: Describe how arbitrary precision integers are written to the bytecode. --- Diffs of the changes: (+13 -5) BytecodeFormat.html | 18 +- 1 files changed, 13 insertions(+), 5 deletions

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

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.65 -> 1.66 --- Log message: For PR1195: http://llvm.org/PR1195 : Packed -> Vector. --- Diffs of the changes: (+5 -5) BytecodeFormat.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/Byt

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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.63 -> 1.64 --- Log message: Fix version information for new instructions. --- Diffs of the changes: (+23 -23) BytecodeFormat.html | 46 +++--- 1 files changed, 23 insertions(+), 23 dele

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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.62 -> 1.63 --- Log message: Correct the instruction op codes to meet current head changes. --- Diffs of the changes: (+34 -52) BytecodeFormat.html | 85 1 files changed, 34

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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.61 -> 1.62 --- Log message: Excise documentation about Compaction Tables. --- Diffs of the changes: (+7 -99) BytecodeFormat.html | 106 +++- 1 files changed, 7 insertions(+), 99

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

2007-01-27 Thread Owen Anderson
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.60 -> 1.61 --- Log message: Describe the recent changes to the bytecode format for PR761: http://llvm.org/PR761 . --- Diffs of the changes: (+14 -41) BytecodeFormat.html | 55 +

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

2007-01-23 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.59 -> 1.60 --- Log message: One more small fix to documentation --- Diffs of the changes: (+6 -2) BytecodeFormat.html |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff

Re: [llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-01-15 Thread Chris Lattner
Nice work Anton, some comments below: > @@ -1082,7 +1081,11 @@ >If this bit is set, a SectionID follows > this vbr. > > > - bit(10-31) > + bit(10-12) > + Visibility style: 0=Default, 1=Hidden. > + > + > + bit(13-31) >Currently unassigned. >

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2007-01-12 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.58 -> 1.59 LangRef.html updated: 1.193 -> 1.194 --- Log message: * PIC codegen for X86/Linux has been implemented * PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs

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

2006-12-08 Thread Andrew Lenharth
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.57 -> 1.58 --- Log message: A backwards compatible bc format for packed structs --- Diffs of the changes: (+18 -5) BytecodeFormat.html | 23 ++- 1 files changed, 18 insertions(+), 5 deletions(-) Index: ll

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2006-12-08 Thread Andrew Lenharth
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.56 -> 1.57 LangRef.html updated: 1.178 -> 1.179 --- Log message: Packed Structure Definitions (docs) --- Diffs of the changes: (+39 -2) BytecodeFormat.html |6 +- LangRef.html| 35 ++

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

2006-11-08 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.55 -> 1.56 --- Log message: Document correct opcodes for post 1.9 release. --- Diffs of the changes: (+8 -11) BytecodeFormat.html | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) Index: llvm/docs/

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

2006-11-08 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.54 -> 1.55 --- Log message: Update the instruction opcodes for release 1.9 --- Diffs of the changes: (+36 -34) BytecodeFormat.html | 70 ++-- 1 files changed, 36 insertions(+),

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

2006-10-14 Thread Reid Spencer
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.53 -> 1.54 --- Log message: Document the VAArg, and vector instruction opcodes. --- Diffs of the changes: (+13 -3) BytecodeFormat.html | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) Index: llvm/doc

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html LangRef.html

2006-09-14 Thread Anton Korobeynikov
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.52 -> 1.53 LangRef.html updated: 1.156 -> 1.157 --- Log message: Adding dllimport, dllexport and external weak linkage types. DLL* linkages got full (I hope) codegeneration support in C & both x86 assembler backends. External weak

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

2006-04-19 Thread Tanya Brethour
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.51 -> 1.52 --- Log message: Removed listing of llvm releases after 1.4, and said "1.4 and newer" --- Diffs of the changes: (+2 -2) BytecodeFormat.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/

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

2006-01-25 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.49 -> 1.50 --- Log message: update the bytecode format guide for the encoding of inline asm. --- Diffs of the changes: (+62 -10) BytecodeFormat.html | 72 1 files changed,

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

2006-01-23 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.48 -> 1.49 --- Log message: Update for file-scope inline asm --- Diffs of the changes: (+12 -15) BytecodeFormat.html | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) Index: llvm/docs/Byte

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

2005-11-11 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.47 -> 1.48 --- Log message: Describe section name encoding --- Diffs of the changes: (+67 -14) BytecodeFormat.html | 81 +++- 1 files changed, 67 insertions(+), 14 deletions(-)

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

2005-11-05 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.46 -> 1.47 --- Log message: Minor correction --- Diffs of the changes: (+7 -4) BytecodeFormat.html | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u llvm/docs/By

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

2005-11-05 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.45 -> 1.46 --- Log message: describe extensions to the .bc format for function/global alignment --- Diffs of the changes: (+70 -6) BytecodeFormat.html | 76 +++- 1 files changed

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

2005-11-05 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.44 -> 1.45 --- Log message: enumerate non-standard argument encoding cases, such as alignment info for allocations --- Diffs of the changes: (+35 -11) BytecodeFormat.html | 46 +++--- 1

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

2005-11-05 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.43 -> 1.44 --- Log message: rearrange some info about the instruction encoding --- Diffs of the changes: (+124 -106) BytecodeFormat.html | 230 1 files changed, 124 insertio

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.42 -> 1.43 --- Log message: Updated bytecode version numbers. --- Diffs of the changes: (+4 -2) BytecodeFormat.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u

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

2005-10-24 Thread John Criswell
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.41 -> 1.42 --- Log message: Fixed a grammar issue. --- Diffs of the changes: (+2 -2) BytecodeFormat.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/BytecodeFormat.html diff -u llvm/docs/Byt