Test Commit: Reformats 2 lines in LangRef.rst
[oota-llvm.git] / docs / LangRef.rst
2015-08-21 Mohammad ShahidTest Commit: Reformats 2 lines in LangRef.rst
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-11 Nick LewyckyUpdate the syntax for load instruction in this example.
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata.
2015-08-06 Sean Silva[LangRef] Cleanup some stray whitespace inconsistencies.
2015-08-06 Sean Silva[LangRef] Tiny editorial fixes.
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-13 Daniel Sanders[mips] Explained the 'w' modifier in the Inline Assembl...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Owen AndersonDefine a new intrinsic @llvm.canonicalize.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-08 James Y KnightExpand LangRef.html's documentation on LLVM's inline...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-06-30 Mark HeffernanFix several typos in LangRef.rst related to loop unroll...
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-17 David Majnemer[docs] Fix "WARNING: Title underline too short."
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-14 Michael KupersteinFixed some typos and broken links in source level debug...
2015-05-11 Adam Nemet[Docs] Fix scoped noalias example
2015-05-07 Elena DemikhovskyMasked Gather and Scatter intrinsics - updated document...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-26 Philip Reames[PerformanceTips] Provide context on the impact of...
2015-04-17 Sean Silva[LangRef] Remove redundant and inconsistent condition.
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-02 Eli BenderskyFix typo and reword in LangRef
2015-03-17 Duncan P. N. Exon... docs: Update LangRef and SourceLevelDebugging
2015-03-14 Mehdi AminiUpdate LangRef now that a DataLayout is mandatory.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 Dan LiewFix too short title underline reported by build-bot.
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Philip ReamesAdd a few more performance tips
2015-03-04 David BlaikieUpdate LangRef for explicit type changes to 'load'...
2015-03-04 David BlaikieUpdate LangRef for getelementptr explicit type changes
2015-03-04 Reid KlecknerDocument the LLVM "thunk" attribute added back in r226708
2015-03-03 David MajnemerLangRef: Clarify select's semantics with vector arguments
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
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
next