[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

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