LangRef: @baz should be @bar in the COMDAT example
[oota-llvm.git] / docs / LangRef.rst
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
2014-03-07 Rafael EspindolaAdd missing "[unnamed_addr]" to LangRef.rst#functions.
2014-03-05 Tobias Grosser[LangRef] Improve llvm.mem.parallel_loop_access example
2014-03-05 Reid KlecknerChange x86mmx -> x86_mmx in LangRef.rst
2014-03-05 Reid KlecknerLangRef: Remove stale docs on LLVM types in module...
2014-02-02 Duncan P. N. Exon... Lower llvm.expect intrinsic correctly for i1
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Matt ArsenaultAllow speculating llvm.sqrt, fma and fmuladd
2014-01-30 Juergen RibutzkaExtend the preserve_most/all calling convention descrip...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Juergen RibutzkaUpdate LangRef to emphasize the difference between...
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-15 Hans WennborgLangRef.rst: fix LangRef data layout text about m speci...
2014-01-15 Hans WennborgLangRef: attempt to fix line breaks
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-03 Rafael EspindolaFix typo.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-24 Andrew TrickLangRef documentation for the stackmap and patchpoint...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-12 Rafael EspindolaUse "a" instead of "a0" in DataLayout.
2013-12-10 Rafael EspindolaUse Field Lists for the types' "Overview", "Syntax...
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-05 Yunzhong GaoDocument that dllexported symbols are preserved by...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 Sean Silva[LangRef] Remove (non-normative) paragraph that doesn...
2013-11-27 Sean Silva[docs] Mention gotcha regarding implicit BB numbering
next