OSDN Git Service

ReleaseNotes: support for new-pm passes in the opt tool
[android-x86/external-llvm.git] / docs / LangRef.rst
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"
2017-07-28 Adrian PrantlReword sentence in LangRef
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-12 Daniel NeilsonAdd element atomic memset intrinsic
2017-07-12 Daniel NeilsonAdd element atomic memmove intrinsic
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-02 Hiroshi Inouefix trivial typos in documents; NFC
2017-06-22 whitequarkDefine behavior of "stack-probe-size" attribute when...
2017-06-21 whitequarkAdd a "probe-stack" attribute
2017-06-19 David Blaikie[Doc] Fix getelementptr description about arguments
2017-06-16 Daniel Neilson[Atomics] Rename and change prototype for atomic memcpy...
2017-06-15 Teresa Johnson[Doc] Document prof metadata in LangRef
2017-06-14 Florian HahnAlign definition of DW_OP_plus with DWARF spec [3/3]
2017-06-13 Florian HahnAlign definition of DW_OP_plus with DWARF spec [1/3]
2017-06-12 Adrian PrantlUpdate LangRef for PR27284.
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-06 Nuno Lopes[docs] Make it clear shifts yield poison when shift...
2017-05-25 Andrew KaylorAdd constrained intrinsics for some libm-equivalent...
2017-05-25 Adrian PrantlDelete an obsolete paragraph in LangRef.
2017-05-20 George Burgess IV[docs] Small style nits.
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-11 Javed Absar[IR] Allow attributes with global variables
2017-05-09 Amara EmersonIntroduce experimental generic intrinsics for horizonta...
2017-05-03 Elad CohenSupport arbitrary address space pointers in masked...
2017-05-02 Xin TongTypo in LangRef.rst. NFC
2017-04-28 Matt ArsenaultAdd speculatable function attribute
2017-04-20 Andrew KaylorFix formatting of constrained FP intrinsic documentation
2017-04-18 Adrian PrantlPR32382: Fix emitting complex DWARF expressions.
2017-04-13 George Burgess IVRemove more lies from the LangRef.
2017-04-13 George Burgess IVUpdate the LangRef to reflect reality.
2017-04-12 Sanjay Patel[InstCombine] fix wrong undef handling when converting...
2017-04-12 Piotr Padlewski[LangRef] fix documentation
2017-04-12 Piotr PadlewskiInvariant.group and mustalias docs fixes
next