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 llv
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: l
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/docs
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
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/docs/LangRef.h
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/docs/LangRef.ht
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 chang
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
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/docs/LangR
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 "" to code examples.
---
Diffs of the changes: (+85 -45)
LangRef.html | 130 +
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/docs/Lang
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 deleti
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 ins
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)
LangRef
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
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: llvm/docs
>
> Undo erroneous corrections.
Thanks Jeff!
-Chris
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
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 llvm/docs/LangRef.html
Thanks for the cleanups Jeff, but...
On Apr 21, 2007, at 6:17 PM, Jeff Cohen wrote:
> @@ -1400,12 +1396,12 @@
>uitofp ( CST to TYPE )
>Convert an unsigned integer constant to the corresponding
> floating point
>constant. TYPE must be floating point. CST must be of integer
> type.
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/docs
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 l
Changes in directory llvm/docs:
LangRef.html updated: 1.232 -> 1.233
---
Log message:
Fix extra argument in part_set examples. Thanks Zhiru.
---
Diffs of the changes: (+5 -5)
LangRef.html | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/LangRef.html
di
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/docs/LangRef.
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/docs/LangRef.html:1
Reid Spencer wrote:
> -cause these bits to be set: 0xFF1F.
> +cause these bits to be set: 0xFF1F.
.
Nick
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
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/docs/LangRef.html
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:
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: llvm/do
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(+),
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-com
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
di
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 ou
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
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/docs/L
On Apr 1, 2007, at 5:20 PM, Reid Spencer wrote:
>
>
> -The 'llvm.bwsap' family of intrinsics is used to byteswap
> integer
> +The 'llvm.bwsap' family of intrinsics is used to byte
> swap integer
> values with an even number of bytes (positive multiple of 16
> bits). These are
Typo rema
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 llvm/docs/La
> +This is an overloaded intrinsic function. You can use bswap on
> any integer
> +type that is an even number of bytes (i.e. BitWidth % 16 == 0).
> Note the suffix
> +that includes the type for the result and the operand.
>
> + declare i16 @llvm.bswap.i16.i16(i16 )
> + declare i32 @llv
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 inserti
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 ++
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 in
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/docs/Lang
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(-)
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/docs/Lang
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(-)
Inde
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/docs/LangRef.htm
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/docs/Lan
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(+), 3
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
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/docs/L
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 -
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
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 insert
Changes in directory llvm/docs:
LangRef.html updated: 1.204 -> 1.205
---
Log message:
Grammar fix
---
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.204 llvm/do
> Document 'inreg' & 'sret'
Nice.
> @@ -743,14 +730,15 @@
> sext
> This indicates that the parameter should be sign extended
> just before
> a call to this function.
> +inreg
> +This indicates that the parameter should be placed in
> register (if
> +possible) during
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 llv
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 cha
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/d
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
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:
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 le
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/do
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/docs/Lan
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/docs/LangRef.htm
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/docs/Lang
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, 3
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/docs/LangRef.ht
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, 1
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/docs/Lang
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 del
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
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.
---
Di
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 -
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 ++
Changes in directory llvm/docs:
LangRef.html updated: 1.182 -> 1.183
---
Log message:
One more try on the table formatting.
---
Diffs of the changes: (+3 -2)
LangRef.html |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRe
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/doc
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"
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 +++--
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: l
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
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(-)
In
Changes in directory llvm/docs:
LangRef.html updated: 1.175 -> 1.176
---
Log message:
Document the icmp and fcmp constant expressions.
---
Diffs of the changes: (+10 -4)
LangRef.html | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
Index: llvm/docs/LangRef.html
di
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
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 messag
> 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 a
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/docs
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/docs/La
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/docs/LangRef
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/d
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 |
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 insertions(+
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 +++
Changes in directory llvm/docs:
LangRef.html updated: 1.167 -> 1.168
---
Log message:
Post-review changes on conversion instructions.
---
Diffs of the changes: (+56 -61)
LangRef.html | 117 ---
1 files changed, 56 insertions(+), 61 d
Changes in directory llvm/docs:
LangRef.html updated: 1.166 -> 1.167
---
Log message:
Fix runaway element and section ordering.
---
Diffs of the changes: (+32 -32)
LangRef.html | 64 +--
1 files changed, 32 insertions(+), 32 deleti
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 dele
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/docs/La
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/docs/LangRef.html:1.1
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 oper
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: l
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 ++
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 ---
1 - 100 of 144 matches
Mail list logo