summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsicsCameron McInally2018-11-051-0/+145
* [NFC] Remove some extra characters from docs/LangRef.rstCameron McInally2018-11-021-3/+3
* [COFF, ARM64] Implement Intrinsic.sponentry for AArch64Mandeep Singh Grang2018-11-011-29/+50
* [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsicMandeep Singh Grang2018-11-011-1/+1
* Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64"Mandeep Singh Grang2018-11-011-50/+29
* [COFF, ARM64] Implement Intrinsic.sponentry for AArch64Mandeep Singh Grang2018-10-311-29/+50
* [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUMCameron McInally2018-10-301-0/+74
* [X86] Support for the mno-tls-direct-seg-refs flagKristina Brooks2018-10-181-0/+4
* [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functionsThomas Lively2018-10-131-0/+76
* [ThinLTO] Update LangRef doc for summary parsingTeresa Johnson2018-09-181-10/+10
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+22
* LangRef: Clarify expected sNaN behavior for minnum/maxnumMatt Arsenault2018-08-271-10/+27
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-8/+17
* [docs] Stop trying to parse the ThinLTO summary IR fragments with theChandler Carruth2018-08-061-22/+22
* [docs] Switch debug info metadata blocks to use `text` instead of `llvm`Chandler Carruth2018-08-061-9/+9
* [docs] Correct the basic syntax structure of the DISubrange example.Chandler Carruth2018-08-061-4/+4
* [docs] Remove an example that isn't well formed LLVM IR and trips up theChandler Carruth2018-08-061-9/+1
* [docs] Clarify role of DIExpressions within debug intrinsicsVedant Kumar2018-07-281-8/+29
* [LangRef] Clarify undefined behavior for function attributes.Eli Friedman2018-07-251-6/+23
* [UnJ] Document unroll and jam pass and loop metadataDavid Green2018-07-191-0/+53
* [LangRef] Clarify semantics of load metadata.Eli Friedman2018-07-171-9/+12
* [LangRef] nnan and ninf produce poison.Eli Friedman2018-07-171-4/+4
* [LangRef] Clarify which fast-math flags affect fcmp.Eli Friedman2018-07-171-1/+1
* [Intrinsics] define funnel shift IR intrinsics + DAG builder supportSanjay Patel2018-07-161-0/+92
* [LangRef] Clarify alloca of zero bytes.Eli Friedman2018-07-111-3/+3
* llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-091-0/+8
OpenPOWER on IntegriCloud