Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c89108437229e9c50883f907a44fb7cea58de29f
/
docs
/
LangRef.html
c891084
Fix validation errors.
by Reid Spencer
· 18 years ago
065cc7f
Missing end tag. Thanks, Nick.
by Reid Spencer
· 18 years ago
e31a27d
Put period inside the paragraph!
by Reid Spencer
· 18 years ago
f86037f
Document the part_set intrinsic.
by Reid Spencer
· 18 years ago
beacf66
Fix name of an intrinsic: bit.part_select -> part.select
by Reid Spencer
· 18 years ago
8d8e1eb
Remove the part_set intrinsic. It won't get implemented as an intrinsic.
by Reid Spencer
· 18 years ago
771b675
Appease Chris' pedantic streak.
by Reid Spencer
· 18 years ago
a3e435f
Remove intrinsics that we will not be implementing.
by Reid Spencer
· 18 years ago
338ea09
bwsap -> bswap
by Reid Spencer
· 18 years ago
543ab1d
Fix some bswap typos that Chris noticed.
by Reid Spencer
· 18 years ago
a13ba7d
Preview documentation for additional intrinsic functions.
by Reid Spencer
· 18 years ago
497d93e
For PR1297:
by Reid Spencer
· 18 years ago
409e28f
For PR1297:
by Reid Spencer
· 18 years ago
526cdf6
Remove reference to checkpoint.
by Duncan Sands
· 18 years ago
8036ca4
Various hopefully correct easy fixes.
by Duncan Sands
· 18 years ago
c10f0af
Undocument the implementation keyword Docuemnt the checkpoint keyword
by Reid Spencer
· 18 years ago
64f5c6c
Fix a link.
by Reid Spencer
· 18 years ago
c9fdfc8
Correct the description of srem. remainder follows the dividend not the divisor!
by Reid Spencer
· 18 years ago
2dc5201
Add noreturn function attribute.
by Reid Spencer
· 18 years ago
6760612
Preview nounwind function attribute.
by Reid Spencer
· 18 years ago
ec43a06
More LangRef fixes. Corrected names of intrinsics.
by Anton Korobeynikov
· 18 years ago
5d522f3
Fixed va_arg example. Reported by Roman Samoilov
by Anton Korobeynikov
· 18 years ago
dd4ef1b
Add link to exception handling.
by Jim Laskey
· 18 years ago
de15194
Add a section on the target datalayout syntax and describe the defaults
by Reid Spencer
· 18 years ago
485bad1
For PR1195: Packed -> Vector
by Reid Spencer
· 18 years ago
8e11bf8
Put the Shift instructions in the right section.
by Reid Spencer
· 18 years ago
569f2fa
Preview of the shift instructions becoming Binary Operators.
by Reid Spencer
· 18 years ago
66a8c8c
Grammar fix
by Anton Korobeynikov
· 18 years ago
34d6dea
Document 'inreg' & 'sret'
by Anton Korobeynikov
· 18 years ago
8cea37b
Updating documentation:
by Anton Korobeynikov
· 18 years ago
24d6da5
For PR970:
by Reid Spencer
· 18 years ago
03c056a
icmp doesn't support comparison of packed types.
by Reid Spencer
· 18 years ago
7bf214d
One more @ to remove.
by Reid Spencer
· 18 years ago
950e9f8
Update documentation for parameter attributes for the syntax change.
by Reid Spencer
· 18 years ago
3b19d65
Terminology change: drop 'integral' completely. Now we just have integer,
by Chris Lattner
· 18 years ago
4887bd8
clarify linkonce/weak linkage
by Chris Lattner
· 18 years ago
4580e52
Fix an incorrect conversion of int -> i32
by Reid Spencer
· 18 years ago
68027ea
add a global variable example
by Chris Lattner
· 18 years ago
7f70559
* PIC codegen for X86/Linux has been implemented
by Anton Korobeynikov
· 18 years ago
b592952
Fix a typo.
by Reid Spencer
· 18 years ago
c78f337
Update for changes in the assembly syntax. bool is replaced with i1.
by Reid Spencer
· 18 years ago
19b569f
Explain that bitcast can only cast a pointer to another pointer.
by Reid Spencer
· 18 years ago
b75137d
Fully specify the type of the llvm.va* intrinsics. This helps resolve Pr1093
by Chris Lattner
· 18 years ago
30ade26
llvm.isunordered is no longer alive.
by Chris Lattner
· 18 years ago
5cf0fe4
Add an example to the trunc instruction to clarify trunc to bool.
by Reid Spencer
· 18 years ago
ac8d276
Correct the documentation for function declarations. They can have dllimport
by Reid Spencer
· 18 years ago
a517338
Clean up usage of "unsigned" and "signed" in the documentation to indicate
by Reid Spencer
· 18 years ago
350f8aa
icmp and fcmp do not take packed type operands.
by Reid Spencer
· 18 years ago
c28d2bc
Remove documentation of non-existent cextcc and csretextcc calling
by Reid Spencer
· 18 years ago
f17a0b7
One more try on the table formatting.
by Reid Spencer
· 18 years ago
92f8230
Clean up some typos and formatting.
by Reid Spencer
· 18 years ago
ca86e16
For PR950:
by Reid Spencer
· 18 years ago
6f85b9d
Preview of new calling conventions: cextcc and csretextcc to handle explicit
by Reid Spencer
· 18 years ago
75e1068
Packed Structure Definitions (docs)
by Andrew Lenharth
· 18 years ago
93a4985
Tie the ordered/unordered predicate descriptions to their meaning wrt
by Reid Spencer
· 18 years ago
85f5b5b
We only support 32-bit or 64-bit sequential type indices for GEP. Document
by Reid Spencer
· 18 years ago
01c4259
Document the icmp and fcmp constant expressions.
by Reid Spencer
· 18 years ago
42ddd84
Update for signless GEP semantics.
by Reid Spencer
· 18 years ago
722a0ca
remove dead tag
by Chris Lattner
· 18 years ago
b7f2628
Corrections from review.
by Reid Spencer
· 18 years ago
36d68e4
Update a reference to the old setcc instruction.
by Reid Spencer
· 18 years ago
f3a70a6
For PR950:
by Reid Spencer
· 18 years ago
5c0ef47
Document new constant expr operators, rename bitconvert as bitcast.
by Reid Spencer
· 18 years ago
7267925
Add a preview of two new conversion operators: ptrtoint and inttoptr. Update
by Reid Spencer
· 18 years ago
d444879
Post-review changes on conversion instructions.
by Reid Spencer
· 18 years ago
3fa91b0
Fix runaway <tt> element and section ordering.
by Reid Spencer
· 18 years ago
16c469e
Remove futurisms that won't be in our future.
by Reid Spencer
· 18 years ago
035ab57
One more time for indentation.
by Reid Spencer
· 18 years ago
47ce179
Fix indentation problem starting at GEP.
by Reid Spencer
· 18 years ago
3822ff5
For PR950:
by Reid Spencer
· 18 years ago
2fd21e6
Fix the section headings.
by Reid Spencer
· 18 years ago
9dee3ac
For PR950:
by Reid Spencer
· 18 years ago
0a783f7
For PR950: Replace the REM instruction with UREM, SREM and FREM.
by Reid Spencer
· 18 years ago
1628cec
For PR950:
by Reid Spencer
· 18 years ago
32b5d71
clarify
by Chris Lattner
· 18 years ago
b74ed07
Adding dllimport, dllexport and external weak linkage types.
by Anton Korobeynikov
· 18 years ago
f4d252d
new powi intrinsic
by Chris Lattner
· 18 years ago
884a970
Add a link to the GEP faq.
by Chris Lattner
· 18 years ago
81c01f0
Decribe the "implementation" keyword.
by Chris Lattner
· 18 years ago
5710ce9
New calling convention I will be adding shortly.
by Chris Lattner
· 18 years ago
374ab30
Update dox, patch by Vladimir Prus!
by Chris Lattner
· 18 years ago
76b8a33
Change token to match asmprinter output
by Chris Lattner
· 18 years ago
99d3c27
typo
by Chris Lattner
· 19 years ago
0947429
Adding back vector instructions to keep in mainline.
by Tanya Lattner
· 19 years ago
36ba6d4
Removing unimplemented vector instructions from language referrence.
by Tanya Lattner
· 19 years ago
3df241e
Move the vector instructions to their own subsection.
by Chris Lattner
· 19 years ago
1eeeb0c
Wrap long lines, fix verification error
by Chris Lattner
· 19 years ago
1bb8d30
use the right escapes
by Chris Lattner
· 19 years ago
c198954
Description for the new shufflevector instruction I'm adding.
by Chris Lattner
· 19 years ago
b3e7afd
Fix a typo, thanks to Gabor Greif
by Chris Lattner
· 19 years ago
230bd09
Fixed a typo in the vsetfp examples.
by Robert Bocchino
· 19 years ago
8949de2
Split the 'vset' instruction into two instructions, 'vsetint' and
by Robert Bocchino
· 19 years ago
80626e9
Update this to match the documentation in the GC doc and to match actual
by Chris Lattner
· 19 years ago
05fe4b0
Changes docs for llvm.cs.uiuc.edu -> llvm.org
by Reid Spencer
· 19 years ago
f0afc2c
Spec change: the size of a memset/memcpy/memmove is not required to be aligned
by Chris Lattner
· 19 years ago
41edaa0
remove the read/write port/io intrinsics.
by Chris Lattner
· 19 years ago
5b310c3
Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split
by Chris Lattner
· 19 years ago
7b81c75
Added documentation for vset and vselect.
by Robert Bocchino
· 19 years ago
e87d653
document the syntax of inline asm
by Chris Lattner
· 19 years ago
52599e1
minor syntax change
by Chris Lattner
· 19 years ago
Next »