summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* Document the status quo of DIExpression semantics in LangRef.rstAdrian Prantl2017-03-221-7/+20
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-7/+12
* Fix docs-llvm-html build.Evgeniy Stepanov2017-03-171-1/+2
* Add !associated metadata.Evgeniy Stepanov2017-03-171-0/+25
* [InstSimplify] vector div/rem with any zero element in divisor is undefSanjay Patel2017-03-091-7/+14
* [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov2017-03-081-0/+5
* Fix a typo. Patch by fcrick on github https://github.com/llvm-mirror/llvm/pul...Sylvestre Ledru2017-03-041-1/+1
* Explicitly state the behavior of inbounds with a null pointer.Eli Friedman2017-02-231-2/+4
* [LangRef] Explicitly allow readnone and reaodnly functions to unwindSanjoy Das2017-02-131-5/+8
* [LangRef] Update the TBAA sectionSanjoy Das2017-02-131-27/+146
* Encode duplication factor from loop vectorization and loop unrolling to discr...Dehao Chen2017-02-101-1/+3
* This patch adds a ssa_copy intrinsic, as part of splitting up D29316.Daniel Berlin2017-02-071-0/+27
* [LangRef] Document some LLVM inline asm special escapesReid Kleckner2017-02-061-0/+16
* [LanRef] Fix typo in getelementptr example.Alexey Bader2017-01-301-1/+1
* [LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x.Justin Lebar2017-01-271-5/+2
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+271
* [Doc][LangRef] Fix typo-ish error in description of Masked GatherZvi Rackover2017-01-261-1/+1
* LangRef: Document the allowed metadata dropping transforms.Peter Collingbourne2017-01-251-3/+16
* docs: Document that !absolute_symbol { all-ones, all-ones } means the full set.Peter Collingbourne2017-01-201-2/+5
* Silence some Sphinx diagnostics in an attempt to get the documentation builde...Aaron Ballman2017-01-171-1/+1
* LangRef: Note that calls also support fast math flagsMatt Arsenault2017-01-101-2/+3
* [MemDep] Handle gep with zeros for invariant.groupPiotr Padlewski2016-12-301-1/+2
* Fix documentation generator warnings after rL290708.Igor Laevsky2016-12-291-3/+3
* Introduce element-wise atomic memcpy intrinsicIgor Laevsky2016-12-291-0/+76
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-1/+4
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-9/+0
* Make processing @llvm.assume more efficient by using operand bundlesHal Finkel2016-12-151-0/+9
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-081-0/+19
* Fix doc of `llvm.bitreverse.iN`Yichao Yu2016-11-231-1/+1
* [LangRef] Drop misleading anecdoteSanjoy Das2016-11-131-3/+1
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-3/+15
* [LangRef] Drop "experimental" caveat from operand bundlesSanjoy Das2016-11-101-3/+0
* DebugInfo: make DW_TAG_atomic_type validVictor Leschuk2016-10-311-2/+3
* fix title underline lengthAlbert Gutowski2016-10-121-1/+1
* Create llvm.addressofreturnaddress intrinsicAlbert Gutowski2016-10-121-0/+26
* [docs] Fix indentation bug in LangRef.Lang Hames2016-10-081-2/+2
* Extend title underlineXinliang David Li2016-09-181-1/+1
* [Profile] Implement select instruction instrumentation in IR PGOXinliang David Li2016-09-181-0/+31
* [LangRef] Add a clarifying example for undefSanjoy Das2016-09-151-0/+3
* 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
OpenPOWER on IntegriCloud