OSDN Git Service

[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
[android-x86/external-llvm.git] / docs / LangRef.rst
2019-02-26 Kristina BrooksUpdate docs of memcpy/move/set wrt. align and len
2019-02-25 Simon Pilgrim[LangRef] *.overflow intrinsics now support vectors
2019-02-19 Sanjay Patel[LangRef] add to description of alloca instruction
2019-02-08 Craig Topper[Docs] Use code-block:: text for part of the callbr...
2019-02-08 Craig TopperImplementation of asm-goto support in LLVM
2019-02-04 Leonard Chan[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
2019-02-01 James Y KnightHopefully fix a couple more sphinx doc errors.
2019-02-01 James Y KnightFix some sphinx doc errors.
2019-01-30 Erik PilkingtonAdd a 'dynamic' parameter to the objectsize intrinsic
2019-01-28 Eli Friedman[docs] Fix a couple spelling errors.
2019-01-28 Simon Pilgrim[LangRef] Mention vector support for bitreverse/bswap...
2019-01-24 Julian LettnerRevert "[Sanitizers] UBSan unreachable incompatible...
2019-01-24 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-01-22 Matt ArsenaultReapply "IR: Add fp operations to atomicrmw"
2019-01-22 Adrian PrantlAdd DIGlobalVariableExpression to LangRef
2019-01-22 Chandler CarruthRevert r351778: IR: Add fp operations to atomicrmw
2019-01-22 Matt ArsenaultIR: Add fp operations to atomicrmw
2019-01-22 Eli Friedman[LangRef] Clarify semantics of volatile operations.
2019-01-19 Johannes Doerfert[NFX] Fix language reference title declaration
2019-01-19 Johannes DoerfertAbstractCallSite -- A unified interface for (in)direct...
2019-01-18 Xing GUO[DOCS] it it => it
2019-01-17 Matt ArsenaultAllow FP types for atomicrmw xchg
2019-01-16 Craig Topper[LangRef] Fix typo adress->address. NFC
2018-12-20 Michael KruseIntroduce llvm.loop.parallel_accesses and llvm.access...
2018-12-12 Michael Kruse[docs] Use correct ending quotes.
2018-12-12 Michael Kruse[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
2018-12-12 Leonard Chan[Intrinsic] Signed Fixed Point Multiplication Intrinsic
2018-12-10 Erik Pilkington[docs] Add the new Objective-C ARC intrinsics to the...
2018-12-07 Max KazantsevIntroduce llvm.experimental.widenable_condition intrinsic
2018-11-27 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-27 Zola BridgesRevert "[clang][slh] add attribute for speculative...
2018-11-27 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-26 Zola BridgesRevert "[clang][slh] add attribute for speculative...
2018-11-26 Zola Bridges[clang][slh] add attribute for speculative load hardening
2018-11-20 Leonard Chan[Docs] Documentation for the saturation addition and...
2018-11-16 Cameron McInally[FNeg] Add FNeg Instruction to LangRef document
2018-11-14 Vedant KumarMark @llvm.trap cold
2018-11-07 James Y KnightAdd support for llvm.is.constant intrinsic (PR4898)
2018-11-05 Cameron McInally[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
2018-11-02 Cameron McInally[NFC] Remove some extra characters from docs/LangRef.rst
2018-11-01 Mandeep Singh Grang[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
2018-11-01 Mandeep Singh Grang[COFF, ARM64] Implement llvm.addressofreturnaddress...
2018-11-01 Mandeep Singh GrangRevert "[COFF, ARM64] Implement Intrinsic.sponentry...
2018-10-31 Mandeep Singh Grang[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
2018-10-30 Cameron McInally[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM...
2018-10-18 Kristina Brooks[X86] Support for the mno-tls-direct-seg-refs flag
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-09-18 Teresa Johnson[ThinLTO] Update LangRef doc for summary parsing
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-08-27 Matt ArsenaultLangRef: Clarify expected sNaN behavior for minnum...
2018-08-23 Alexander RichardsonAllow creating llvm::Function in non-zero address spaces
2018-08-06 Chandler Carruth[docs] Stop trying to parse the ThinLTO summary IR...
2018-08-06 Chandler Carruth[docs] Switch debug info metadata blocks to use `text...
2018-08-06 Chandler Carruth[docs] Correct the basic syntax structure of the DISubr...
2018-08-06 Chandler Carruth[docs] Remove an example that isn't well formed LLVM...
2018-07-28 Vedant Kumar[docs] Clarify role of DIExpressions within debug intri...
2018-07-25 Eli Friedman[LangRef] Clarify undefined behavior for function attri...
2018-07-19 David Green[UnJ] Document unroll and jam pass and loop metadata
2018-07-17 Eli Friedman[LangRef] Clarify semantics of load metadata.
2018-07-17 Eli Friedman[LangRef] nnan and ninf produce poison.
2018-07-17 Eli Friedman[LangRef] Clarify which fast-math flags affect fcmp.
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-11 Eli Friedman[LangRef] Clarify alloca of zero bytes.
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 George Burgess IVMake llvm.objectsize more conservative with null
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-06-15 Hiroshi Inoue[NFC] fix trivial typos in documents
2018-06-14 Eli FriedmanMake uitofp and sitofp defined on overflow.
2018-06-08 Eli Friedman[LangRef] fptosi and fptoui return poison on overflow.
2018-06-08 Eli Friedman[LangRef] insertelement/extractelement return poison...
2018-06-06 Elena DemikhovskyAdded documentation for Masked Vector Expanding Load...
2018-06-01 Sanjay Patel[LangRef] fix typo; NFC
2018-05-29 Fangrui Song[LangRef] Fix TBAA example
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
2018-05-22 Hans WennborgLangRef.rst: the "\01" prefix applies not just to variables
2018-05-18 Piotr PadlewskiDissallow non-empty metadata for invariant.group
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-04-08 Piotr PadlewskiMark invariant.group as experimental
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-04-03 Sanjay Patel[LangRef] fix description and examples of fptrunc
2018-03-22 Matt MorehouseDocument optforfuzzing attribute created in r328214.
2018-03-21 Sanjay Patel[LangRef] add note about format of FP types
2018-03-21 Sanjay Patel[LangRef] more hyphens: always write "floating-point"
2018-03-20 Sanjay Patel[LangRef] fix link formatting
2018-03-20 Sanjay Patel[LangRef] describe the default FP environment
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-03-09 Sanjay Patel[LangRef] make it clear that FP instructions do not...
2018-03-07 Sanjay Patel[LangRef] fix formatting in FP descriptions; NFC
2018-02-23 Hans WennborgSupport for the mno-stack-arg-probe flag
2018-02-19 Dylan McKayAdd default address space for functions to the data...
2018-02-15 Pablo Barrio[ARM] Allow 64- and 128-bit types with 't' inline asm...
2018-02-14 Elena DemikhovskyAdding a width of the GEP index to the Data Layout.
2018-01-26 Vedant Kumar[LangRef] Update out-of-date instrprof names
2018-01-24 Sander de SmalenFixes Sphinx issue ('undefined label') introduced in...
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-19 Daniel NeilsonAdditional fixes for docs in addition to r322968.
2018-01-19 Daniel NeilsonFix docs build break caused by r322965
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-17 Florian Hahn[LangRef] Clarify Varargs forwarding for musttail calls.
next