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-10-29
Loads and stores without an explicit alignment use the abi alignment not the
Duncan Sands
2012-10-18
Update the LangRef documentation for the per pointer address space support.
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-09-21
Say "bytes" instead of "address units", since that's what the
Dan Gohman
2012-09-21
Document the new !tbaa.struct metadata.
Dan Gohman
2012-09-05
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.
Chad Rosier
2012-09-04
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-10
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-25
Fix two typos in the doc
Sylvestre Ledru
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-17
Apparently it's possible to do an 'invoke asm'.
Nuno Lopes
2012-07-05
add @llvm.donothing
Nuno Lopes
2012-07-03
Document the llvm.fabs intrinsic.
Peter Collingbourne
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-18
revert r158660, since Chris has some issues with this patch (namely using cod...
Nuno Lopes
2012-06-18
add the 'alloc' metadata node to represent the size of offset of buffers poin...
Nuno Lopes
2012-06-14
Clarify a bit that the types have to be the same. Came up on IRC.
Duncan Sands
2012-06-05
Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
Lang Hames
2012-05-31
Fix typos noticed by Benjamin Kramer.
Rafael Espindola
2012-05-31
Require intervals in the range metadata to be in a canonical form: They must
Rafael Espindola
2012-05-30
typo fix
Chris Lattner
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-24
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-16
Fixed grammar for the llvm.trap intrinsic description.
John Criswell
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-09
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-04-19
[docs] Update HTML pages to refer to CSS in a way that works locally and with...
Daniel Dunbar
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
[next]