index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
LangRef.html
Age
Commit message (
Expand
)
Author
2009-09-04
Merge 80805 from mainline.
Tanya Lattner
2009-08-20
Clarify a few things in the inbounds description.
Dan Gohman
2009-08-05
common globals may also not be marked constant.
Chris Lattner
2009-08-05
Clarify common linkage and the requirements on it. Enforce
Chris Lattner
2009-07-29
Add one-past-the-end language to the inbounds keyword.
Dan Gohman
2009-07-29
some wording changes.
Chris Lattner
2009-07-29
Fix a few typos and add links.
Andreas Bolka
2009-07-27
Add a new keyword 'inbounds' for use with getelementptr. See the
Dan Gohman
2009-07-27
Fix typo.
Andreas Bolka
2009-07-27
Following discussion on llvm-dev ("proposed new rule for getelementptr"),
Dan Gohman
2009-07-25
Update to new syntax.
Dan Gohman
2009-07-22
Rename the new unsigned and signed keywords to nuw and nsw,
Dan Gohman
2009-07-22
Misc. doc fixes following suggestions from Eli.
Dan Gohman
2009-07-20
Documentation for the new non-overflow and exact keywords.
Dan Gohman
2009-07-20
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors
Chris Lattner
2009-07-20
Rename the index to linkage types.
Bill Wendling
2009-07-20
More reformatting.
Bill Wendling
2009-07-20
Fix HTML violations.
Bill Wendling
2009-07-20
Obsessivly reformat.
Bill Wendling
2009-07-20
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-18
fix some typos pointed out by Hidenobu Seki
Chris Lattner
2009-07-17
end sentence in period, draw attention to the fact that you should
Chris Lattner
2009-07-17
Add support for naked functions
Anton Korobeynikov
2009-07-12
remove llvm.part.set.* and llvm.part.select.*. They have never been
Chris Lattner
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-06-20
Clarify that if the alignment is zero then an alignment
Duncan Sands
2009-06-16
Remove the "llvm.umul.with.overflow is broken" warning; it should be
Eli Friedman
2009-06-15
Rewrite the noredzone description, attempting to avoid confusing language.
Dan Gohman
2009-06-15
Reword the description of the noredzone attribute.
Dan Gohman
2009-06-12
Document noredzone and noimplicitfloat function attributes.
Devang Patel
2009-06-08
Document the stack alignment part of target data description.
Daniel Dunbar
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-03
Document how phi and invoke instructions interact with SSA form.
Jay Foad
2009-05-30
Metadata uses metadata type not empty struct.
Nick Lewycky
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-24
Remove border around table used for layout.
Nick Lewycky
2009-05-22
Add a note mentioning that uses of the return value of an invoke
Dan Gohman
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-09
fix typo
Chris Lattner
2009-05-08
Fix typo.
Bill Wendling
2009-05-06
Allow readonly functions to unwind exceptions. Teach
Duncan Sands
2009-05-03
Remove obsolete wording, the only exception a readnone function can throw
Chris Lattner
2009-05-03
be very explicit that readnone/readonly functions can't
Chris Lattner
2009-04-27
Now that any size of integer indices are allowed for sequential types, remove...
Sanjiv Gupta
2009-04-26
Any size of integral indices are allowed in gep for indexing into sequential ...
Sanjiv Gupta
2009-04-25
Fixed the gep example for i16 type indices.
Sanjiv Gupta
2009-04-24
Fixed spaces and the getelementpointer example with i16 type indices.
Sanjiv Gupta
2009-04-24
Allow i16 type indices to gep.
Sanjiv Gupta
2009-04-13
Add a new "available_externally" linkage type. This is intended
Chris Lattner
[next]