summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* It should also be legal to pass a swifterror parameter to a call as a swifterrorArnold Schwaighofer2016-09-101-4/+5
* Remove restriction that 'sret' must be on the first parameterReid Kleckner2016-09-081-4/+3
* [LangRef] Clarify !invariant.load semantics.Geoff Berry2016-08-311-6/+4
* docs: mention that clobbering output regs in inline asm is illegal.Peter Zotov2016-08-301-0/+3
* Revert "Revert "Invariant start/end intrinsics overloaded for address space""Mehdi Amini2016-08-131-2/+4
* Revert "Invariant start/end intrinsics overloaded for address space"Mehdi Amini2016-08-131-4/+2
* [LangRef] Fix formatting (no semantic change)Sanjoy Das2016-08-101-5/+4
* Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis2016-08-081-19/+1
* [X86] Support the "ms-hotpatch" attribute.Charles Davis2016-08-081-1/+19
* [IR] Introduce a non-integral pointer typeSanjoy Das2016-07-281-0/+24
* fix some typos in the docSylvestre Ledru2016-07-281-1/+1
* docs: Add reference to type metadata to langref.Peter Collingbourne2016-07-261-0/+4
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-221-2/+4
* Revert "Invariant start/end intrinsics overloaded for address space"Anna Thomas2016-07-211-4/+2
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-211-2/+4
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-63/+63
* 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
OpenPOWER on IntegriCloud