docs: Correct wording in LangRef relating to available_externally linkage.
[oota-llvm.git] / docs / LangRef.rst
2015-02-27 Philip Reames[new docs] Performance Tips for Frontend Authors
2015-02-25 Philip Reames[GC docs] More minor word tweaks to make the GC bits...
2015-02-25 Philip Reames[GC Docs] Update LangRef to link to Statepoint docs
2015-02-24 Arch D. RobisonFix typo: qual -> equal
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-19 Eric ChristopherFix grammar in documentation.
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
2015-01-14 Sanjay Patelfix typos
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-08 Duncan P. N. Exon... LangRef: Add usage points for distinct MDNodes
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-07 Sean Silva[LangRef] PR22118: Hyphen is allowed in IR identifiers.
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-05 Hal Finkel[LangRef] Correct a typo
2014-12-29 Elena DemikhovskyFixed 2 minor typos in the documentation.
2014-12-25 Elena DemikhovskyDocumentation for Masked Load and Store intrinsics.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-03 Peter CollingbournePrologue support
2014-11-24 Philip ReamesClarify wording in the LangRef around !invariant.load
2014-11-21 Hal FinkelClarify the description of the noalias attribute
2014-11-02 Tim NorthoverDocs: update va_arg example with valid x86_64 va_list...
2014-10-23 Juergen RibutzkaUpdate llvm.donothing documentation.
2014-10-22 Matt ArsenaultFix number of operands in documentation for minnum...
2014-10-22 Matt ArsenaultTry to fix documentation bot warning
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-20 Philip ReamesIntroduce a 'nonnull' metadata on Load instructions.
2014-10-16 Jonathan RoelofsFix lang-ref doc bug: s/icmp lt/icmp slt/
2014-09-11 Daniel Sanders[docs] Mention character array constants in docs/LangRe...
2014-09-10 Hans WennborgLangRef: @baz should be @bar in the COMDAT example
2014-09-08 Dan LiewFix type error in insertvalue example in LangRef. ...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-20 Dan LiewAdd note to LangRef about how function arguments can...
2014-08-19 Duncan P. N. Exon... LangRef: Move example of function-scope uselistorder...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-13 Nick LewyckyFix examples of "named metadata" (some of which isn...
2014-07-31 Richard SmithFix some grammatical errors.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Hans WennborgLangRef: add a note about the mangling-suppressing...
2014-07-30 Manuel JacobCorrect vector type definition in LangRef.
2014-07-28 Dan LiewFixed sphinx warning.
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-22 Hal FinkelMake use of the align parameter attribute for all point...
2014-07-22 Dan LiewFix Sphinx warning.
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-18 Mark HeffernanAdd loop unrolling metadata descriptions to docs/LangRe...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Hal FinkelFix a typo in the inalloca description
2014-07-15 Reid KlecknerDocument the maximum LLVM IR alignment, which is 1...
2014-07-10 Matt ArsenaultFix types in documentation.
2014-07-04 Sanjay Patelfixed typos
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-13 Tim NorthoverDocs: remove extra {} around result types.
2014-06-13 Tim NorthoverDocs: fix grammar error in description
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Bob WilsonLangRef: clarify that global declarations can have...
2014-06-12 Bob WilsonAdd missing "InitializerConstant" to global variable...
2014-06-09 Rafael EspindolaUpdate langref for unnamed_addr being allowed in aliases.
2014-06-06 Pekka JaaskelainenSlight language tweak from Jonathan Humphreys.
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Reid KlecknerWording fix for llvm.global_dtors docs.
2014-05-26 Rafael EspindolaFix link.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-23 Pekka JaaskelainenUpdated the llvm.mem.parallel_loop_access semantics...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-11 Hal Finkel[PowerPC] Add global named register support
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-08 Sean Silva[docs] Fix up some links to the preferred style.
2014-04-07 Sean Silva[docs] Fix some Sphinx warnings that have crept in.
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Reid Klecknerinalloca: Fix incorrect example IR and remove LangRef...
2014-03-26 Joerg SonnenbergerClarify that select is only non-branching on the IR...
2014-03-26 Joerg SonnenbergerClarify llvm.clear_cache description.
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
next