Begin adding docs and IR-level support for the inalloca attribute
[oota-llvm.git] / docs / LangRef.rst
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...
2013-09-09 Sean Silva[docs] Fix Sphinx warning.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-12 Michael Gottesman[stack protector] Fixed typo.
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-09 Andrea Di BiagioAdd description of function attribute 'minsize' in...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Sean Silva[LangRef] Alphabetize function attribute listing.
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-06 Nick LewyckyFix language.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-02 Michael GottesmanFixed typo in LangRef where we were using _'' to quote...
2013-06-27 Michael GottesmanAt the request of Richard Smith, swapped the order...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-20 Stephen LinMinor grammar and word usage fix to 'returned' paramete...
2013-06-20 Stefanus Du ToitFix typos "metatadata" -> "metadata" in the LangRef.
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-06-07 Eli BenderskyAdd more explicit link targets to headers in LangRef.rst
2013-06-07 Eli BenderskyAdd explicit link targets to some headers in LangRef.rst
2013-06-04 Richard SmithFix link.
2013-05-30 Paul RedmondFix warning and resulting formatting issue.
2013-05-30 Paul RedmondRevise llvm.vectorizer.width documentation
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-23 Tim NorthoverARM: implement @llvm.readcyclecounter intrinsic
2013-05-20 Sean SilvaLangRef.rst: Clarify how basic blocks without named...
2013-05-07 Tim NorthoverCorrect logical shift documentation
2013-05-03 Richard SandifordRemove comment that no target supports 128-bit IEEE...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Eli BenderskyFixes to LangRef.rst: incorrect attributes syntax and...
2013-04-17 Eli BenderskyMore consistent formatting and tidying-up
2013-04-17 Eli BenderskyMake formatting more consistent and tidy-up.
2013-03-26 Michael GottesmanAdded documentation to LangRef for the intrinsic llvm...
2013-03-11 Eli BenderskyMissing period in doc
2013-03-06 Michael LiaoRemove tailing whitespaces
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-22 Pekka JaaskelainenMade it more explicit that the self-referential llvm...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-21 Paul Redmondadd missing space which prevented the llvm.loop code...
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-02-06 Bill WendlingAlphabetize the function attributes.
2013-02-04 Michael GottesmanRemoved reference to LLVM as a project (since in LangRe...
2013-02-03 Michael GottesmanAdded new Global Variable marker ``externally_initializ...
2013-02-03 Michael GottesmanAdded clarification paragraph to LangRef's documentation of
2013-01-31 Michael GottesmanFixed a mistake in my previous commit where I changed...
2013-01-31 Michael GottesmanFormatting Fix. Changed " to `` around the word 'consta...
2013-01-31 Andrew TrickLangRef: Add a Rationale for volatile rules.
2013-01-30 Andrew Trick...in light of recent activity related to llvm.memcpy...
2013-01-30 Patrik HagglundDocumentation: Updating the data layout default specifi...
2013-01-29 Dmitri GribenkoDocumentation: add empty lines so that lists are proper...
2013-01-26 Dmitri GribenkoDocumentation: fix syntax error
2013-01-23 Eli BenderskyFix small typo
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-19 Dmitri GribenkoDocumentation: replace some non-ASCII characters by...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-17 Daniel Dunbar[docs] Get rid of some UTF8 characters (non-breaking...
2013-01-17 Daniel Dunbar[IR] Reserve/define the purpose for the "Linker Options...
2013-01-17 Lang HamesUpdate the description of the llvm.fmuladd.* intrinsics...
2013-01-16 Dmitri GribenkoDocumentation: fix a typo 'IEE754'
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-09 Chris LattnerSo many people have touched this, it doesn't make sense...
2012-12-07 Sean Silvadocs: Convert LangRef to reST.