aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-161-6/+21
* Remove trailing whitespaceMichael Ilseman2012-11-161-28/+28
* Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2.Craig Topper2012-11-151-0/+102
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-151-0/+141
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-6/+7
* Loads and stores without an explicit alignment use the abi alignment not theDuncan Sands2012-10-291-2/+2
* Update the LangRef documentation for the per pointer address space support.Micah Villmow2012-10-181-4/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-041-3/+3
* Say "bytes" instead of "address units", since that's what theDan Gohman2012-09-211-5/+5
* Document the new !tbaa.struct metadata.Dan Gohman2012-09-211-0/+39
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-7/+6
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-051-2/+13
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-7/+0
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-10/+9
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-0/+7
* Add a floor intrinsic.Dan Gohman2012-07-261-0/+35
* Fix two typos in the docSylvestre Ledru2012-07-251-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-171-2/+3
* add @llvm.donothingNuno Lopes2012-07-051-2/+28
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-031-0/+35
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-2/+32
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-181-44/+0
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-181-0/+44
* Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands2012-06-141-1/+1
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-051-0/+51
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-311-2/+2
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-311-0/+4
* typo fixChris Lattner2012-05-301-1/+1
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-2/+2
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-241-3/+5
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-12/+8
* Fixed grammar for the llvm.trap intrinsic description.John Criswell2012-05-161-2/+2
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-5/+5
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-0/+26
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-10/+14
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-191-1/+1
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-7/+3
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-8/+11
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-6/+6
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-101-4/+4
* Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands2012-04-091-2/+4
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-271-2/+2
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-241-0/+34
* This clause (although matching parts of the implementation) can't be correct.Nick Lewycky2012-03-181-2/+1
* Update the "hello world" example to resemble what we currently output.Bill Wendling2012-03-141-15/+15
* Add column width.Bill Wendling2012-03-061-0/+1
* Fix validation errors.Bill Wendling2012-03-061-16/+24
* Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky2012-02-291-1/+6