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 >

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

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