aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2012-12-07docs: Convert LangRef to reST.Sean Silva
2012-11-30Removed redundancy in wordingMichael Ilseman
2012-11-30Clean up the documentation to have a common description area for fast-math fl...Michael Ilseman
2012-11-27Fast-math flags documentation added to LangRefMichael Ilseman
2012-11-26Correct copy-pasto where we're talking about function attributes and not para...Bill Wendling
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-16Remove trailing whitespaceMichael Ilseman
2012-11-15Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2.Craig Topper
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-10-29Loads and stores without an explicit alignment use the abi alignment not theDuncan Sands
2012-10-18Update the LangRef documentation for the per pointer address space support.Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04The alignment of an sret parameter is known: it must be at least theDuncan Sands
2012-09-21Say "bytes" instead of "address units", since that's what theDan Gohman
2012-09-21Document the new !tbaa.struct metadata.Dan Gohman
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad 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. ThisChad Rosier
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-10[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier
2012-07-26Add a floor intrinsic.Dan Gohman
2012-07-25Fix two typos in the docSylvestre Ledru
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-17Apparently it's possible to do an 'invoke asm'.Nuno Lopes
2012-07-05add @llvm.donothingNuno Lopes
2012-07-03Document the llvm.fabs intrinsic.Peter Collingbourne
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-06-18revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes
2012-06-18add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes
2012-06-14Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands
2012-06-05Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames
2012-05-31Fix typos noticed by Benjamin Kramer.Rafael Espindola
2012-05-31Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola
2012-05-30typo fixChris Lattner
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-16Fixed grammar for the llvm.trap intrinsic description.John Criswell
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman
2012-05-09change 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-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands
2012-04-10Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands
2012-04-09Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands
2012-03-27llvm/docs/*.html: Fix markups.NAKAMURA Takumi
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola