summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* PR28516: Fix LangRef description of call and invoke to match IR changes for t...David Blaikie2016-07-131-14/+16
* Update the LangRef description of the 'returned' attributeHal Finkel2016-07-101-6/+7
* NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0Justin Bogner2016-07-061-1/+1
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+7
* fix some various typos in the docSylvestre Ledru2016-07-021-2/+2
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-06-281-10/+10
* Verifier: Reject non-float !fpmathMatt Arsenault2016-06-271-2/+2
* Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...Artur Pilipenko2016-06-271-10/+10
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-06-271-10/+10
* IR: Introduce llvm.type.checked.load intrinsic.Peter Collingbourne2016-06-251-0/+54
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-12/+6
* LangRef: Note expectations when loading with extra alignmentMatt Arsenault2016-06-161-2/+14
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-13/+23
* [SystemZ] Enable index register memory constraints for inline ASMUlrich Weigand2016-06-131-4/+8
* Update call site attribute documentationMatt Arsenault2016-06-101-2/+2
* [SystemZ] Enable long displacement constraints for inline ASM operandsUlrich Weigand2016-06-091-2/+4
* [IR] Disallow loading and storing unsized typesSanjoy Das2016-06-011-13/+14
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-2/+3
* [Docs] CodeGen has supported vector icmp/fcmp for a long time.Ahmed Bougacha2016-05-311-6/+0
* [CaptureTracking] Volatile operations capture their memory locationDavid Majnemer2016-05-261-1/+2
* Fail early on unknown appending linkage variables.Rafael Espindola2016-05-161-0/+5
* [Docs] clarify semantics of x.with.overflow intrinsicsJohn Regehr2016-05-121-1/+20
* All llvm.deoptimize declarations must use the same calling conventionSanjoy Das2016-05-121-0/+3
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-1/+1
* [LowerGuardIntrinsics] Keep track of !make.implicit metadataSanjoy Das2016-04-301-1/+6
* Fixed sphinx warning from r267672Adam Nemet2016-04-271-1/+1
* [LoopDist] Add llvm.loop.distribute.enable loop metadataAdam Nemet2016-04-271-0/+21
* [Docs] Try to clarify the concept of domains for noalias scopeAdam Nemet2016-04-271-1/+9
* [LoopVectorize] Don't consider conditional-load dereferenceability for marked...Hal Finkel2016-04-261-1/+2
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-11/+15
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+25
* Document source_filename in LangRef.Teresa Johnson2016-04-221-0/+20
* [AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic.Marcin Koscielnicki2016-04-191-0/+27
* [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen2016-04-191-0/+35
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-191-0/+25
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+5
* IR: Use ODR to unique DICompositeType membersDuncan P. N. Exon Smith2016-04-171-2/+11
* LangRef: Removed some outdated text about DIDerivedTypeDuncan P. N. Exon Smith2016-04-171-5/+2
* LangRef: Fix some bugs in debug info descriptionsDuncan P. N. Exon Smith2016-04-161-4/+9
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet2016-04-141-10/+10
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-04-121-10/+10
* LangRef: Update example syntax for atomic load instructionMatt Arsenault2016-04-121-1/+1
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+9
* [SSP] Remove llvm.stackprotectorcheck.Tim Shen2016-04-081-38/+0
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+19
* Swift Calling Convention: swiftcc for ARM.Manman Ren2016-04-051-0/+1
* Swift Calling Convention: add swiftcc.Manman Ren2016-04-051-0/+3
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+19
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* Introduce a @llvm.experimental.guard intrinsicSanjoy Das2016-03-311-0/+44
OpenPOWER on IntegriCloud