[docs] Fix up some links to the preferred style.
[oota-llvm.git] / docs / LangRef.rst
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...
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...
next