summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* LangRef: Add usage points for distinct MDNodesDuncan P. N. Exon Smith2015-01-081-0/+4
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+6
* [LangRef] PR22118: Hyphen is allowed in IR identifiers.Sean Silva2015-01-071-1/+1
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-6/+16
* [LangRef] Correct a typoHal Finkel2015-01-051-2/+2
* Fixed 2 minor typos in the documentation.Elena Demikhovsky2014-12-291-2/+2
* Documentation for Masked Load and Store intrinsics.Elena Demikhovsky2014-12-251-0/+87
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-62/+68
* InstrProf: An intrinsic and lowering for instrumentation based profilingJustin Bogner2014-12-081-0/+44
* Prologue supportPeter Collingbourne2014-12-031-26/+60
* Clarify wording in the LangRef around !invariant.loadPhilip Reames2014-11-241-4/+5
* Clarify the description of the noalias attributeHal Finkel2014-11-211-13/+16
* Docs: update va_arg example with valid x86_64 va_list type.Tim Northover2014-11-021-3/+10
* Update llvm.donothing documentation.Juergen Ributzka2014-10-231-2/+3
* Fix number of operands in documentation for minnum / maxnumMatt Arsenault2014-10-221-10/+10
* Try to fix documentation bot warningMatt Arsenault2014-10-221-2/+2
* Add minnum / maxnum intrinsicsMatt Arsenault2014-10-211-2/+85
* Introduce a 'nonnull' metadata on Load instructions.Philip Reames2014-10-201-1/+9
* Fix lang-ref doc bug: s/icmp lt/icmp slt/Jonathan Roelofs2014-10-161-1/+1
* [docs] Mention character array constants in docs/LangRef.rstDaniel Sanders2014-09-111-1/+3
* LangRef: @baz should be @bar in the COMDAT exampleHans Wennborg2014-09-101-1/+1
* Fix type error in insertvalue example in LangRef. %agg1 is of type {i32,Dan Liew2014-09-081-1/+1
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-0/+3
* Add note to LangRef about how function arguments can be unnamed andDan Liew2014-08-201-3/+12
* LangRef: Move example of function-scope uselistorder to a functionDuncan P. N. Exon Smith2014-08-191-3/+10
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+39
* Fix examples of "named metadata" (some of which isn't named).Nick Lewycky2014-08-131-2/+2
* Fix some grammatical errors.Richard Smith2014-07-311-12/+12
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-1/+1
* LangRef: add a note about the mangling-suppressing \01 prefixHans Wennborg2014-07-301-1/+2
* Correct vector type definition in LangRef.Manuel Jacob2014-07-301-2/+2
* Fixed sphinx warning.Dan Liew2014-07-281-1/+1
* Add @llvm.assume, lowering, and some basic propertiesHal Finkel2014-07-251-0/+40
* Simplify and improve scoped-noalias metadata semanticsHal Finkel2014-07-251-33/+41
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+53
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-20/+20
* Make use of the align parameter attribute for all pointer argumentsHal Finkel2014-07-221-0/+7
* Fix Sphinx warning.Dan Liew2014-07-221-1/+1
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-19/+31
* Add loop unrolling metadata descriptions to docs/LangRef.rst.Mark Heffernan2014-07-181-54/+97
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+11
* CodeGen: extend f16 conversions to permit types > float.Tim Northover2014-07-171-10/+10
* Fix a typo in the inalloca descriptionHal Finkel2014-07-161-1/+1
* Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiBReid Kleckner2014-07-151-6/+8
* Fix types in documentation.Matt Arsenault2014-07-101-4/+4
* fixed typosSanjay Patel2014-07-041-2/+2
* Fix 'platform-specific' hyphenationsAlp Toker2014-06-301-1/+1
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-4/+91
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-24/+24
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-201-0/+36
OpenPOWER on IntegriCloud