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

2007-06-18 Thread Tanya Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.255 - 1.256 --- Log message: Update docs for llvm.var.annotation intrinsic. --- Diffs of the changes: (+5 -4) LangRef.html |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-06-15 Thread Tanya Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.254 - 1.255 --- Log message: Add local var annotation intrinsic. --- Diffs of the changes: (+51 -1) LangRef.html | 52 +++- 1 files changed, 51 insertions(+), 1 deletion(-) Index:

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

2007-06-12 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.252 - 1.253 --- Log message: modernize example --- Diffs of the changes: (+6 -6) LangRef.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.252

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

2007-06-12 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.253 - 1.254 --- Log message: one final bugfix --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.253

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

2007-06-08 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.251 - 1.252 --- Log message: wording fix noticed by Ivan Novick --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-06-06 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.250 - 1.251 --- Log message: update to match latest changes --- Diffs of the changes: (+4 -4) LangRef.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-06-04 Thread Zhou Sheng
Changes in directory llvm/docs: LangRef.html updated: 1.249 - 1.250 --- Log message: Commit first round work of PR1373: http://llvm.org/PR1373 . noalias is now fully supported in VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. --- Diffs of the

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

2007-05-29 Thread Bill Wendling
Changes in directory llvm/docs: LangRef.html updated: 1.246 - 1.247 --- Log message: Fix for PR1452: http://llvm.org/PR1452 . Removed define keyword from the C code. Added div class=doc_code to code examples. --- Diffs of the changes: (+85 -45) LangRef.html | 130

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

2007-05-29 Thread Bill Wendling
Changes in directory llvm/docs: LangRef.html updated: 1.247 - 1.248 --- Log message: Fixed some formatting. --- Diffs of the changes: (+10 -9) LangRef.html | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-05-29 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.248 - 1.249 --- Log message: more fixes to C code. --- Diffs of the changes: (+4 -4) LangRef.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.248

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

2007-05-24 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.245 - 1.246 --- Log message: remove contradiction owen noticed --- Diffs of the changes: (+3 -8) LangRef.html | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-05-16 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.244 - 1.245 --- Log message: Update for arbitrary precision integer types. --- Diffs of the changes: (+49 -9) LangRef.html | 58 +- 1 files changed, 49 insertions(+), 9

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

2007-05-14 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.242 - 1.243 --- Log message: Revise definition of part_select. The wrapping behavior is not useful so in the reverse case the only difference is that the bits are returned in reverse order. --- Diffs of the changes: (+6 -11)

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

2007-05-14 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.243 - 1.244 --- Log message: The wrapping behavior of part_set is not desirable. Adjust the documentation to describe the desired behavior. --- Diffs of the changes: (+7 -7) LangRef.html | 14 +++--- 1 files changed, 7

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

2007-04-29 Thread Anton Korobeynikov
Changes in directory llvm/docs: LangRef.html updated: 1.240 - 1.241 --- Log message: Implement review feedback --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.240

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

2007-04-28 Thread Jeff Cohen
Changes in directory llvm/docs: LangRef.html updated: 1.239 - 1.240 --- Log message: Minor corrections. --- Diffs of the changes: (+60 -61) LangRef.html | 121 +-- 1 files changed, 60 insertions(+), 61 deletions(-) Index:

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

2007-04-22 Thread Chris Lattner
Thanks for the cleanups Jeff, but... On Apr 21, 2007, at 6:17 PM, Jeff Cohen wrote: @@ -1400,12 +1396,12 @@ dtbttuitofp ( CST to TYPE )/tt/b/dt ddConvert an unsigned integer constant to the corresponding floating point constant. TYPE must be floating point. CST must be of

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

2007-04-22 Thread Jeff Cohen
Changes in directory llvm/docs: LangRef.html updated: 1.236 - 1.237 --- Log message: Undo erroneous corrections. --- Diffs of the changes: (+5 -5) LangRef.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-04-22 Thread Chris Lattner
Undo erroneous corrections. Thanks Jeff! -Chris ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

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

2007-04-21 Thread Jeff Cohen
Changes in directory llvm/docs: LangRef.html updated: 1.235 - 1.236 --- Log message: Minor corrections. --- Diffs of the changes: (+38 -42) LangRef.html | 80 --- 1 files changed, 38 insertions(+), 42 deletions(-) Index:

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

2007-04-12 Thread Lauro Ramos Venancio
Changes in directory llvm/docs: LangRef.html updated: 1.233 - 1.234 --- Log message: update documentation --- Diffs of the changes: (+5 -3) LangRef.html |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.233

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.228 - 1.229 --- Log message: Document the part_set intrinsic. --- Diffs of the changes: (+53 -2) LangRef.html | 55 +-- 1 files changed, 53 insertions(+), 2 deletions(-) Index:

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.229 - 1.230 --- Log message: Put period inside the paragraph! --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.230 - 1.231 --- Log message: Missing end tag. Thanks, Nick. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.231 - 1.232 --- Log message: Fix validation errors. --- Diffs of the changes: (+9 -9) LangRef.html | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-04-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.227 - 1.228 --- Log message: Fix name of an intrinsic: bit.part_select - part.select --- Diffs of the changes: (+11 -11) LangRef.html | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index:

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

2007-04-04 Thread Chris Lattner
On Apr 3, 2007, at 10:46 PM, Reid Spencer wrote: Changes in directory llvm/docs: LangRef.html updated: 1.225 - 1.226 --- Log message: Appease Chris' pedantic streak. Heh, it's just a streak? -Chris ___ llvm-commits mailing list

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

2007-04-04 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.226 - 1.227 --- Log message: Remove the part_set intrinsic. It won't get implemented as an intrinsic. --- Diffs of the changes: (+1 -40) LangRef.html | 41 + 1 files changed, 1 insertion(+),

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

2007-04-03 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.224 - 1.225 --- Log message: Remove intrinsics that we will not be implementing. Fix the anchor names of intrinsics to all be int_ so as to distinguish them from the i_ prefix reserved for instructions. --- Diffs of the changes: (+68

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

2007-04-03 Thread Chris Lattner
On Apr 3, 2007, at 7:42 PM, Reid Spencer wrote: Remove intrinsics that we will not be implementing. Fix the anchor names of intrinsics to all be int_ so as to distinguish them from the i_ prefix reserved for instructions. Hey Reid, Please make sure nothing else references these links

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

2007-04-03 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.225 - 1.226 --- Log message: Appease Chris' pedantic streak. --- Diffs of the changes: (+15 -14) LangRef.html | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) Index: llvm/docs/LangRef.html

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

2007-04-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.219 - 1.220 --- Log message: For PR1297: http://llvm.org/PR1297 : Document changes to bswap and bit counting intrinsics. bswap's name now requires two types in the suffix per overloaded intrinsic naming rules. The ctpop, cttz, and ctlz

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

2007-04-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.220 - 1.221 --- Log message: For PR1297: http://llvm.org/PR1297 : Preview documentation for the llvm.bit.concat intrinsic (yet to be implemented). --- Diffs of the changes: (+47 -1) LangRef.html | 48

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

2007-04-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.221 - 1.222 --- Log message: Preview documentation for additional intrinsic functions. --- Diffs of the changes: (+343 -18) LangRef.html | 361 --- 1 files changed, 343

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

2007-04-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.222 - 1.223 --- Log message: Fix some bswap typos that Chris noticed. --- Diffs of the changes: (+3 -3) LangRef.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-04-01 Thread Chris Lattner
On Apr 1, 2007, at 5:20 PM, Reid Spencer wrote: p -The 'ttllvm.bwsap/tt' family of intrinsics is used to byteswap integer +The 'ttllvm.bwsap/tt' family of intrinsics is used to byte swap integer values with an even number of bytes (positive multiple of 16 bits). These are Typo

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

2007-04-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.223 - 1.224 --- Log message: bwsap - bswap --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.223

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

2007-03-30 Thread Duncan Sands
Changes in directory llvm/docs: LangRef.html updated: 1.218 - 1.219 --- Log message: Remove reference to checkpoint. --- Diffs of the changes: (+1 -11) LangRef.html | 12 +--- 1 files changed, 1 insertion(+), 11 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-03-27 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.216 - 1.217 --- Log message: Undocument the implementation keyword Docuemnt the checkpoint keyword --- Diffs of the changes: (+12 -13) LangRef.html | 25 - 1 files changed, 12 insertions(+), 13 deletions(-)

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

2007-03-24 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.214 - 1.215 --- Log message: Correct the description of srem. remainder follows the dividend not the divisor! --- Diffs of the changes: (+7 -5) LangRef.html | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-)

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

2007-03-24 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.215 - 1.216 --- Log message: Fix a link. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.215

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

2007-03-21 Thread Anton Korobeynikov
Changes in directory llvm/docs: LangRef.html updated: 1.210 - 1.211 --- Log message: Fixed va_arg example. Reported by Roman Samoilov --- Diffs of the changes: (+10 -6) LangRef.html | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) Index: llvm/docs/LangRef.html

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

2007-03-21 Thread Anton Korobeynikov
Changes in directory llvm/docs: LangRef.html updated: 1.211 - 1.212 --- Log message: More LangRef fixes. Corrected names of intrinsics. --- Diffs of the changes: (+38 -38) LangRef.html | 76 +-- 1 files changed, 38 insertions(+),

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

2007-03-21 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.212 - 1.213 --- Log message: Preview nounwind function attribute. --- Diffs of the changes: (+6 -3) LangRef.html |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-03-21 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.213 - 1.214 --- Log message: Add noreturn function attribute. --- Diffs of the changes: (+5 -1) LangRef.html |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u

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

2007-03-14 Thread Jim Laskey
Changes in directory llvm/docs: LangRef.html updated: 1.209 - 1.210 --- Log message: Add link to exception handling. --- Diffs of the changes: (+15 -1) LangRef.html | 16 +++- 1 files changed, 15 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u

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

2007-02-14 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.207 - 1.208 ProgrammersManual.html updated: 1.125 - 1.126 --- Log message: For PR1195: http://llvm.org/PR1195 : Packed - Vector --- Diffs of the changes: (+32 -32) LangRef.html | 56

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

2007-02-02 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.206 - 1.207 --- Log message: Put the Shift instructions in the right section. --- Diffs of the changes: (+17 -16) LangRef.html | 33 + 1 files changed, 17 insertions(+), 16 deletions(-) Index:

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

2007-01-31 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.205 - 1.206 --- Log message: Preview of the shift instructions becoming Binary Operators. --- Diffs of the changes: (+86 -87) LangRef.html | 173 +-- 1 files changed, 86

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

2007-01-28 Thread Anton Korobeynikov
Changes in directory llvm/docs: LangRef.html updated: 1.203 - 1.204 --- Log message: Document 'inreg' 'sret' --- Diffs of the changes: (+8 -20) LangRef.html | 28 1 files changed, 8 insertions(+), 20 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-01-28 Thread Chris Lattner
Document 'inreg' 'sret' Nice. @@ -743,14 +730,15 @@ dtttsext/tt/dt ddThis indicates that the parameter should be sign extended just before a call to this function./dd +dtttinreg/tt/dt +ddThis indicates that the parameter should be placed in register (if +

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

2007-01-20 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.201 - 1.202 --- Log message: For PR970: http://llvm.org/PR970 : Clean up handling of isFloatingPoint() and dealing with PackedType. Patch by Gordon Henriksen! --- Diffs of the changes: (+2 -5) LangRef.html |7 ++- 1 files

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

2007-01-19 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.200 - 1.201 --- Log message: icmp doesn't support comparison of packed types. --- Diffs of the changes: (+1 -4) LangRef.html |5 + 1 files changed, 1 insertion(+), 4 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-01-15 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.198 - 1.199 --- Log message: Update documentation for parameter attributes for the syntax change. --- Diffs of the changes: (+11 -9) LangRef.html | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) Index:

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

2007-01-15 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.199 - 1.200 --- Log message: One more @ to remove. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.199

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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.197 - 1.198 --- Log message: Terminology change: drop 'integral' completely. Now we just have integer, which includes i1. Change the semantics of the various instructions to support i1 where they didn't before: for example, it is now

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

2007-01-13 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.194 - 1.195 --- Log message: add a global variable example --- Diffs of the changes: (+8 -1) LangRef.html |9 - 1 files changed, 8 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u

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

2007-01-13 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.195 - 1.196 --- Log message: Fix an incorrect conversion of int - i32 --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-01-13 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.196 - 1.197 --- Log message: clarify linkonce/weak linkage --- Diffs of the changes: (+11 -8) LangRef.html | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2007-01-12 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.192 - 1.193 --- Log message: Fix a typo. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.192

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

2007-01-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.191 - 1.192 --- Log message: Update for changes in the assembly syntax. bool is replaced with i1. --- Diffs of the changes: (+34 -32) LangRef.html | 66 ++- 1 files changed,

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

2007-01-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.190 - 1.191 --- Log message: Explain that bitcast can only cast a pointer to another pointer. --- Diffs of the changes: (+3 -2) LangRef.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

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

2007-01-07 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.188 - 1.189 --- Log message: llvm.isunordered is no longer alive. --- Diffs of the changes: (+1 -37) LangRef.html | 38 +- 1 files changed, 1 insertion(+), 37 deletions(-) Index:

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

2007-01-07 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.189 - 1.190 --- Log message: Fully specify the type of the llvm.va* intrinsics. This helps resolve Pr1093: http://llvm.org/PR1093 --- Diffs of the changes: (+16 -9) LangRef.html | 25 - 1 files changed,

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

2007-01-05 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.187 - 1.188 --- Log message: Add an example to the trunc instruction to clarify trunc to bool. Example provided by Baptiste Lepilleur. --- Diffs of the changes: (+2 -1) LangRef.html |3 ++- 1 files changed, 2 insertions(+), 1

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

2007-01-04 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.185 - 1.186 --- Log message: Clean up usage of unsigned and signed in the documentation to indicate only that specific instructions regard their operands as signed and unsigned not that the operands *are* signed or unsigned. --- Diffs

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

2007-01-04 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.186 - 1.187 --- Log message: Correct the documentation for function declarations. They can have dllimport or extern_weak linkage as well as externally visible. --- Diffs of the changes: (+5 -3) LangRef.html |8 +--- 1 files

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

2007-01-03 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.184 - 1.185 --- Log message: icmp and fcmp do not take packed type operands. --- Diffs of the changes: (+6 -7) LangRef.html | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) Index: llvm/docs/LangRef.html diff

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

2006-12-31 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.183 - 1.184 --- Log message: Remove documentation of non-existent cextcc and csretextcc calling conventions as these have been replaced with parameter attributes. --- Diffs of the changes: (+2 -27) LangRef.html | 29

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

2006-12-30 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.180 - 1.181 --- Log message: For PR950: http://llvm.org/PR950 : Update for signless integer types: 1. Replace [us]byte with i8 2. Replace [u]short with i16 3. Replace [u]int with i32 4. Replace [u]long with i64 5. Document the define

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

2006-12-30 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.181 - 1.182 --- Log message: Clean up some typos and formatting. --- Diffs of the changes: (+22 -20) LangRef.html | 42 ++ 1 files changed, 22 insertions(+), 20 deletions(-) Index:

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

2006-12-28 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.179 - 1.180 --- Log message: Preview of new calling conventions: cextcc and csretextcc to handle explicit sign and zero extension in function calls. --- Diffs of the changes: (+27 -2) LangRef.html | 29 +++--

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

2006-12-05 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.177 - 1.178 --- Log message: Tie the ordered/unordered predicate descriptions to their meaning wrt to QNAN values. --- Diffs of the changes: (+3 -1) LangRef.html |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

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

2006-12-04 Thread Chris Lattner
Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.174 llvm/docs/LangRef.html:1.175 --- llvm/docs/LangRef.html:1.174 Mon Nov 27 15:53:28 2006 +++ llvm/docs/LangRef.htmlSun Dec 3 10:53:48 2006 @@ -2491,9 +2491,9 @@ provided depend on the type of the first pointer

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

2006-12-04 Thread Reid Spencer
On Mon, 2006-12-04 at 10:29 -0800, Chris Lattner wrote: I thought only 32- and 64-bit integers were allowed? I thought we agreed on any size for sequential type indices. See PR950. I codified the rules after we agreed on them. Reid signature.asc Description: This is a digitally signed

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

2006-12-04 Thread Chris Lattner
On Dec 4, 2006, at 10:40 AM, Reid Spencer wrote: On Mon, 2006-12-04 at 10:29 -0800, Chris Lattner wrote: I thought only 32- and 64-bit integers were allowed? I thought we agreed on any size for sequential type indices. See PR950. I codified the rules after we agreed on them. The bc

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

2006-12-04 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.176 - 1.177 --- Log message: We only support 32-bit or 64-bit sequential type indices for GEP. Document it as so. --- Diffs of the changes: (+5 -5) LangRef.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-)

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

2006-12-04 Thread Reid Spencer
On Mon, 2006-12-04 at 10:45 -0800, Chris Lattner wrote: On Dec 4, 2006, at 10:40 AM, Reid Spencer wrote: On Mon, 2006-12-04 at 10:29 -0800, Chris Lattner wrote: I thought only 32- and 64-bit integers were allowed? I thought we agreed on any size for sequential type indices. See

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

2006-12-03 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.174 - 1.175 --- Log message: Update for signless GEP semantics. --- Diffs of the changes: (+8 -7) LangRef.html | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2006-11-27 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.173 - 1.174 --- Log message: remove dead tag --- Diffs of the changes: (+1 -2) LangRef.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.173

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

2006-11-18 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.170 - 1.171 --- Log message: For PR950: http://llvm.org/PR950 : Documentation preview of the upcoming icmp and fcmp instructions that will replace the various setcc instructions. --- Diffs of the changes: (+163 -49) LangRef.html |

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

2006-11-18 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.171 - 1.172 --- Log message: Update a reference to the old setcc instruction. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2006-11-18 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.172 - 1.173 --- Log message: Corrections from review. --- Diffs of the changes: (+22 -22) LangRef.html | 44 ++-- 1 files changed, 22 insertions(+), 22 deletions(-) Index:

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.168 - 1.169 --- Log message: Add a preview of two new conversion operators: ptrtoint and inttoptr. Update the defintion of bitconvert correspondingly. --- Diffs of the changes: (+80 -5) LangRef.html | 85

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.169 - 1.170 --- Log message: Document new constant expr operators, rename bitconvert as bitcast. --- Diffs of the changes: (+30 -16) LangRef.html | 46 ++ 1 files changed, 30

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

2006-11-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.164 - 1.165 --- Log message: One more time for indentation. --- Diffs of the changes: (+2 -1) LangRef.html |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u

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

2006-11-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.163 - 1.164 --- Log message: Fix indentation problem starting at GEP. --- Diffs of the changes: (+4 -2) LangRef.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2006-11-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.165 - 1.166 --- Log message: Remove futurisms that won't be in our future. --- Diffs of the changes: (+1 -191) LangRef.html | 192 --- 1 files changed, 1 insertion(+), 191

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

2006-11-09 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.166 - 1.167 --- Log message: Fix runaway tt element and section ordering. --- Diffs of the changes: (+32 -32) LangRef.html | 64 +-- 1 files changed, 32 insertions(+), 32

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

2006-11-07 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.160 - 1.161 --- Log message: For PR950: http://llvm.org/PR950 : Early commit of the documentation for new conversion instructions for easier review. --- Diffs of the changes: (+405 -33) LangRef.html | 438

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

2006-11-07 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.161 - 1.162 --- Log message: Fix the section headings. --- Diffs of the changes: (+39 -30) LangRef.html | 69 +-- 1 files changed, 39 insertions(+), 30 deletions(-) Index:

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

2006-11-07 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.162 - 1.163 --- Log message: For PR950: http://llvm.org/PR950 : This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their

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

2006-11-01 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.159 - 1.160 --- Log message: For PR950: http://llvm.org/PR950 : Replace the REM instruction with UREM, SREM and FREM. --- Diffs of the changes: (+57 -13) LangRef.html | 70 ---

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

2006-10-26 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.158 - 1.159 --- Log message: For PR950: http://llvm.org/PR950 : Make necessary changes to support DIV - [SUF]Div. This changes llvm to have three division instructions: signed, unsigned, floating point. The bytecode and assembler are

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

2006-10-15 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.157 - 1.158 --- Log message: clarify --- Diffs of the changes: (+6 -5) LangRef.html | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.157

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

2006-09-08 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.155 - 1.156 --- Log message: new powi intrinsic --- Diffs of the changes: (+40 -4) LangRef.html | 44 1 files changed, 40 insertions(+), 4 deletions(-) Index: llvm/docs/LangRef.html

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

2006-08-14 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.154 - 1.155 --- Log message: Add a link to the GEP faq. --- Diffs of the changes: (+7 -3) LangRef.html | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: llvm/docs/LangRef.html diff -u

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

2006-06-12 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.153 - 1.154 --- Log message: Decribe the implementation keyword. --- Diffs of the changes: (+11 -1) LangRef.html | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u

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

2006-05-19 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.152 - 1.153 --- Log message: New calling convention I will be adding shortly. --- Diffs of the changes: (+14 -1) LangRef.html | 15 ++- 1 files changed, 14 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.151 - 1.152 --- Log message: Update dox, patch by Vladimir Prus! --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u

  1   2   >