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
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-14
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-09
Clarify that fpaccuracy metadata is giving the compiler permission to use a
Duncan Sands
2012-03-27
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-03-24
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-18
This clause (although matching parts of the implementation) can't be correct.
Nick Lewycky
2012-03-14
Update the "hello world" example to resemble what we currently output.
Bill Wendling
2012-03-06
Add column width.
Bill Wendling
2012-03-06
Fix validation errors.
Bill Wendling
2012-02-29
Where the alloca'd space actually lives in ram is undefined, and attempting to
Nick Lewycky
2012-02-16
Give a description of the Objective-C garbage collection module flags.
Bill Wendling
2012-02-11
Document the new module flags.
Bill Wendling
2012-02-10
Added description of invariant.load metadata to LangRef. It was added to the...
Pete Cooper
2012-02-06
[unwind removal] Remove any mention of the 'unwind' instruction. What was that
Bill Wendling
2012-02-06
Mention that the 'unwind' instruction is now deprecated.
Bill Wendling
2012-01-23
Fix broken link.
Nick Lewycky
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-13
Try to clarify a little how exception handling works.
Duncan Sands
2012-01-12
Revert accidental commit.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2011-12-25
Update the LangRef documentation: the codegen does support this instruction.
Nadav Rotem
2011-12-17
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-14
Vectors are not aggregate types (see isAggregateType).
Duncan Sands
2011-12-13
Use the example from clang, not the GCC frontend, which doesn't exist anymore.
Bill Wendling
2011-12-12
Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify
Chandler Carruth
2011-12-09
Random cleanups. No description changes.
Bill Wendling
2011-12-09
Typo.
Chad Rosier
2011-12-06
Fix a subtle semantic issue with poison values that came up in
Dan Gohman
2011-12-06
Line up the comments in a code example.
Dan Gohman
2011-12-06
Rename "Trap Values" to "Poison Values", to better reflect their
Dan Gohman
2011-12-05
Move 'returns_twice' definition into alphabetical place.
Bill Wendling
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-04
Fix table of contents.
Jakub Staszak
2011-12-04
Add 'llvm.expect' intrinsic description.
Jakub Staszak
2011-11-30
More cleanups. No content change.
Bill Wendling
2011-11-30
Minor cleanup. No content change.
Bill Wendling
2011-11-27
remove asmparsing and documentation support for "volatile load", which was on...
Chris Lattner
2011-11-09
Reformat the quote and tag the math stuff with <tt> tags.
Bill Wendling
2011-11-08
Cleanup the formatting.
Bill Wendling
2011-11-04
Fix some misplaced punctuation.
Bill Wendling
2011-10-31
docs/*.html: Fix markups.
NAKAMURA Takumi
2011-10-31
Close <div> that was indenting the rest of the page.
Nick Lewycky
2011-10-27
Add a pinned metadata name for fpaccuracy, and document it
Peter Collingbourne
2011-10-27
Document tbaa metadata in LangRef (documentation largely based on
Peter Collingbourne
2011-10-26
Remove dead atomic intrinsics from LangRef.
Eli Friedman
2011-10-13
Fixed typo.
Lang Hames
2011-10-11
target data is a contract with the code generator, not the "processor"
Chris Lattner
2011-10-11
improve some of the documentation around target data layout strings.
Chris Lattner
[next]