Add a dereferenceable attribute
[oota-llvm.git] / docs / LangRef.rst
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
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-15 Matt ArsenaultFix typos.
2013-11-15 Matt ArsenaultFix grammar in addrspacecast description
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew Trickwhitespace
2013-10-29 Benjamin KramerFix common typos in the docs.
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-27 Bill WendlingA small grammar-os fixed.
2013-10-27 Bill WendlingUpdate to specify that both metadata and label types...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-18 Bill WendlingWrite a simple description of the 'target triple' direc...
2013-10-18 Bill WendlingClarify that an alignment of 0 or 1 on a mem* intrinsic...
2013-10-16 Rafael EspindolaRemove an outdated statement.
2013-10-07 Rafael EspindolaFix typo.
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-09-23 Peter CollingbourneAdd a paragraph on prefix data layout.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Nick LewyckyFix anachronism/typo in syntax of declaration of llvm...
next