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
2010-03-12
Merge 97980 from mainline.
Tanya Lattner
2010-03-11
Merge 98212 from mainline.
Tanya Lattner
2010-03-04
Add metadata example.
Devang Patel
2010-03-02
attributes are not part of types anymore, patch by James Woodyatt!
Chris Lattner
2010-03-02
PerformTailCallOpt was renamed to GuaranteedTailCallOpt to
Dan Gohman
2010-03-01
Fix spelling.
Dan Gohman
2010-02-25
Fix HTML.
Bill Wendling
2010-02-25
Fix a typo.
Dan Gohman
2010-02-25
Clarify the description of pointer types, and move the
Dan Gohman
2010-02-23
Update LangRef to match the code; pointers default to being 64-bit.
Dan Gohman
2010-02-16
Add support for emitting non-temporal stores for DAGs marked
David Greene
2010-02-12
Add support for a union type in LLVM IR. Patch by Talin!
Chris Lattner
2010-02-12
Add a new function attribute, 'alignstack'. It will indicate (when the backends
Charles Davis
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-01-15
move "Metadata Nodes and Metadata Strings" section to the right place in the
Chris Lattner
2010-01-15
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2010-01-15
mention that unwind isn't to be trusted, patch by Dustin Laurence
Chris Lattner
2010-01-11
Add top level section for named metadata.
Devang Patel
2010-01-11
Improve unclear bits and inaccuracies in structure and insertvalue
Jeffrey Yasskin
2010-01-09
Clarify the requirements for a "tail call" to actually be optimized into a
Jeffrey Yasskin
2010-01-09
improve documentation for linkonce to be less confusing.
Chris Lattner
2010-01-08
Grammar thinko.
Eric Christopher
2010-01-05
NamedMDNode is a collection MDNodes.
Devang Patel
2009-12-23
Update docs for bitcode changes. For object size checking we won't
Eric Christopher
2009-12-05
More updates to objectsize intrinsic docs.
Eric Christopher
2009-12-01
Update per Bill's comments. Work in progress.
Eric Christopher
2009-11-30
First pass at llvm.objectsize documentation.
Eric Christopher
2009-11-27
Vector types are no longer required to have a power-of-two length.
Duncan Sands
2009-11-27
These code generator limitations have been removed.
Duncan Sands
2009-11-09
The inbounds keyword isn't relevant to overindexing of
Dan Gohman
2009-11-09
Remove the "special case" for zero-length arrays, and rephrase this
Dan Gohman
2009-11-07
add the ability for TargetData to return information about legal integer
Chris Lattner
2009-11-02
Add missing end-tag.
Bill Wendling
2009-11-02
Some formatting changes.
Bill Wendling
2009-11-01
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-10-31
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-28
use metavariable <result> instead of SSA name %result for consistency
Gabor Greif
2009-10-28
ooops, SSA name should not be part of the link
Gabor Greif
2009-10-28
advertise new syntax for unnamed instructions
Gabor Greif
2009-10-28
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-27
typo
Chris Lattner
2009-10-27
you can't take the address of the entry block of a function.
Chris Lattner
2009-10-27
improvements from gabor.
Chris Lattner
2009-10-27
fix things pointed out by Dan!
Chris Lattner
2009-10-27
document the forthcoming blockaddress constant.
Chris Lattner
2009-10-27
fix pasto pointed out by Rafael
Chris Lattner
2009-10-27
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
Fix reversed logic spotted by Owen Anderson.
Nick Lewycky
2009-10-26
Remove all references to MallocInst and FreeInst
Victor Hernandez
2009-10-21
Rename msasm to alignstack per review.
Dale Johannesen
[next]