OSDN Git Service

Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
[android-x86/external-llvm.git] / docs / LangRef.rst
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.
2018-01-16 Hiroshi Inoue[NFC] fix trivial typos in documents
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-30 Sanjay Patel[LangRef] clarify semantics of the frem instruction
2017-11-16 Yaxun LiuLet llvm.invariant.group.barrier accepts pointer to...
2017-11-08 Dan GohmanAdd an @llvm.sideeffect intrinsic
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-06 Jonas Devlieghere[docs] Update code block for compatibility with Sphinx...
2017-11-02 Hiroshi YamauchiIrreducible loop metadata for more accurate block frequ...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-24 Bjorn Pettersson[LangRef] Update description of Constant Expressions
2017-10-16 Matthew SimpsonAdd !callees metadata
2017-09-28 Hans WennborgDocs: fix link to Debugger intrinsic functions
2017-09-13 Sanjoy DasFix a misleading phrase in the LangRef
2017-09-05 Reid KlecknerFix RST syntax in LangRef for llvm.codeview.annotation...
2017-09-05 Reid KlecknerAdd llvm.codeview.annotation to implement MSVC __annotation
2017-08-24 Wei DingAdd ‘llvm.experimental.constrained.fma‘ Intrinsic.
2017-08-23 Pete CouperusTest commit.
2017-08-22 Erich KeaneEmit section information for extern variables
2017-08-15 Steven Wu[Doc] Update LangRef for new Module Flag Behavior
2017-08-14 Andrew KaylorAdd strictfp attribute to prevent unwanted optimization...
2017-08-09 Matthias BraunLangRef: Fix/improve cmpxchg wording
2017-07-28 Sumanth GundapaneniAdd documentation for the attribute "no-jump-tables"
next