summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-5/+7
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+4
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-4/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+4
* Remove immarg from llvm.expectMatt Arsenault2019-03-171-2/+1
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+7
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-081-0/+8
* Rollback of rL355585.Mitch Phillips2019-03-071-8/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-071-0/+8
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-061-8/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-061-0/+8
* [LangRef] Add 'callbr' instruction to the 'blockaddress' section.Craig Topper2019-03-051-6/+6
* Update docs of memcpy/move/set wrt. align and lenKristina Brooks2019-02-261-7/+19
* [LangRef] *.overflow intrinsics now support vectorsSimon Pilgrim2019-02-251-6/+12
* [LangRef] add to description of alloca instructionSanjay Patel2019-02-191-9/+10
* [Docs] Use code-block:: text for part of the callbr documentation to attempt ...Craig Topper2019-02-081-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+80
* [Intrinsic] Unsigned Fixed Point Multiplication IntrinsicLeonard Chan2019-02-041-2/+62
* Hopefully fix a couple more sphinx doc errors.James Y Knight2019-02-011-2/+10
* Fix some sphinx doc errors.James Y Knight2019-02-011-0/+2
* Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington2019-01-301-19/+19
* [docs] Fix a couple spelling errors.Eli Friedman2019-01-281-1/+1
* [LangRef] Mention vector support for bitreverse/bswap intrinsics (PR38012)Simon Pilgrim2019-01-281-8/+12
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-4/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+4
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-4/+9
* Add DIGlobalVariableExpression to LangRefAdrian Prantl2019-01-221-6/+29
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-9/+4
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-4/+9
* [LangRef] Clarify semantics of volatile operations.Eli Friedman2019-01-221-0/+18
* [NFX] Fix language reference title declarationJohannes Doerfert2019-01-191-1/+1
* AbstractCallSite -- A unified interface for (in)direct and callback callsJohannes Doerfert2019-01-191-0/+66
* [DOCS] it it => itXing GUO2019-01-181-1/+1
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-7/+8
* [LangRef] Fix typo adress->address. NFCCraig Topper2019-01-161-2/+2
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-201-51/+81
* [docs] Use correct ending quotes.Michael Kruse2018-12-121-1/+1
* [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse2018-12-121-0/+123
* [Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan2018-12-121-0/+70
* [docs] Add the new Objective-C ARC intrinsics to the LangRef.Erik Pilkington2018-12-101-0/+260
* Introduce llvm.experimental.widenable_condition intrinsicMax Kazantsev2018-12-071-0/+139
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-13/+9
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-9/+13
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-13/+9
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-9/+13
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-13/+9
* [Docs] Documentation for the saturation addition and subtraction intrinsicsLeonard Chan2018-11-201-0/+200
* [FNeg] Add FNeg Instruction to LangRef documentCameron McInally2018-11-161-3/+49
* Mark @llvm.trap coldVedant Kumar2018-11-141-1/+1
* Add support for llvm.is.constant intrinsic (PR4898)James Y Knight2018-11-071-0/+45
OpenPOWER on IntegriCloud