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
2011-03-31
Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415
Nick Lewycky
2011-03-17
Change the signext language in LangRef to closer match zeroext.
Cameron Zwarich
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-07
Clarify that the result of an srem is only guaranteed to have the same sign a...
Duncan Sands
2011-03-02
Small cleanup.
Bill Wendling
2011-02-24
Enable support for vector sext and trunc:
Nadav Rotem
2011-02-20
Fix 9267; Add vector zext support.
Nadav Rotem
2011-02-09
fix typo
Chris Lattner
2011-02-07
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-06
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-01-29
Most browsers eliminate whitespace between anchor tags. Force whitespace with
Nick Lewycky
2011-01-15
Add a clarification about merging constants with and without unnamed_addr.
Rafael Espindola
2011-01-08
First step in fixing PR8927:
Rafael Espindola
2010-12-28
Integers are primitive types. Update the documentation to state this
Tobias Grosser
2010-12-05
Clarify some of the differences between indexing with getelementptr and index...
Frits van Bommel
2010-11-30
Make @llvm.invariant.start not be readonly, so that it has side-effects. This
Nick Lewycky
2010-11-20
a byval argument without an align can have an arbitrary alignment
Chris Lattner
2010-11-17
With the newly simplified SourceMgr interfaces and the generalized
Chris Lattner
2010-10-27
Random cleanups and format changes.
Bill Wendling
2010-10-25
Make the description of the hotpatch attribute even more generic. Spotted by
Charles Davis
2010-10-25
Make hotpatch attribute description a little less Wintel-specific.
Charles Davis
2010-10-25
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
Charles Davis
2010-10-10
clarify that zero sized vectors are illegal, PR8340
Chris Lattner
2010-10-01
Fix pasto.
Dale Johannesen
2010-10-01
Add some doc for the x86mmx type.
Dale Johannesen
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-20
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-17
fix a broken link
Chris Lattner
2010-08-17
add some 's to a pre to avoid newlines being eaten
Chris Lattner
2010-07-30
Grammar cop pullover: Corrected and improved some grammar in the description of
John Criswell
2010-07-21
Disallow null as a named metadata operand.
Dan Gohman
2010-07-13
Fix the Named Metadata example to make it clear which specific
Dan Gohman
2010-07-13
HTML cleanup and validation.
Benjamin Kramer
2010-07-13
When doing sext/zext of constants, the target type must be strictly
Duncan Sands
2010-07-11
sdiv overflow is outright undefined behavior, with or without the
Dan Gohman
2010-07-06
Closing tags start with slashes.
John McCall
2010-07-06
minor typo
Chris Lattner
2010-07-06
Alphabetize the list of function parameters.
Nick Lewycky
2010-07-06
Note the relationship between C99 restrict and LLVM noalias, and
Dan Gohman
2010-07-02
Describe which dependencies are relevant to noalias, and document how
Dan Gohman
2010-07-02
Add some html anchors, to allow attributes to be linked to directly.
Dan Gohman
2010-07-02
Reword the definition of the noalias attribute. The intention is for
Dan Gohman
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Improve explanation.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-17
Minor clarification.
Dan Gohman
2010-05-29
Document aggregate operation constant expressions.
Nick Lewycky
2010-05-28
Fix Data Layout description of floating point.
Dale Johannesen
2010-05-28
Fix more whitespace to be consistent with AsmPrinter.
Dan Gohman
[next]