Merging r258184:
[oota-llvm.git] / docs / LangRef.rst
2016-01-13 JF BastienDoc fix: code-quote load / store doc the same way
2016-01-10 Joseph Tremoulet[LangRef] Move catchpad to "Other Operators" (NFC)
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2015-12-17 JF BastienPolish atomic pointers
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Akira Hatanaka[Docs] Fix Unexpected indentation errors.
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 Peter Collingbournedocs: Correct wording in LangRef relating to available_...
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 Akira Hatanaka[Docs] Fix underlines that were too short or too long.
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-07 Manman RenUpdate doc for C++ TLS calling convention.
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-01 Yury GribovFix "WARNING: Title underline too short." introduced...
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-21 Sanjoy Das[docs] Minor fixes to the operand bundle section
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-13 Akira Hatanaka[Docs] Fix warning "Title underline too short."
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-06 Peter Collingbournedocs: Document function-attached metadata and IR change...
2015-10-25 Saleem Abdulrasooldocs: document `x` mangling in LangRef
2015-10-23 Sanjoy Das[LangRef] Fix the doc for operand bundles
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-22 David MajnemerAttempt to fix formatting for operand bundles
2015-10-22 David BlaikieUpdate LangRef for changes to the alias textual IR...
2015-10-14 Arch D. RobisonAdd 'other' in description of extractvalue operands.
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-25 Sanjoy Das[LangRef] Unbreak the docs Sphinx build.
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-24 Mohammad ShahidCodegen: Fix llvm.*absdiff semantic.
2015-09-18 Artur PilipenkoNit cleanup in LangRef about dereferenceable metadata
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-12 Bruce MitchenerFix typos.
2015-09-08 Peter CollingbourneRe-apply r247080 with order of evaluation fix.
2015-09-08 Peter CollingbourneRevert r247080, "LowerBitSets: Extend pass to support...
2015-09-08 Peter CollingbourneLowerBitSets: Extend pass to support functions as bitse...
2015-09-03 Dan LiewTry to clarify the semantics of fptrunc
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Piotr PadlewskiSmall docs fix
2015-09-02 Sanjay Patelfix underline
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-08-23 Joseph Tremoulet[LangRef] Fix sphinx warning
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
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.
next