OSDN Git Service

[X86] Added support for nocf_check attribute for indirect Branch Tracking
[android-x86/external-llvm.git] / docs / LangRef.rst
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
2017-04-11 Andrew KaylorMinor updates to floating point intrinsic documentation
2017-04-10 Matt ArsenaultAllow DataLayout to specify addrspace for allocas.
2017-03-30 Matt ArsenaultLangRef: Don't refer to a 'generic' address space.
2017-03-28 Adam Nemet[IR] Add AllowContract to FastMathFlags
2017-03-22 Adrian PrantlDocument the status quo of DIExpression semantics in...
2017-03-21 George Burgess IVLet llvm.objectsize be conservative with null pointers
2017-03-17 Evgeniy StepanovFix docs-llvm-html build.
2017-03-17 Evgeniy StepanovAdd !associated metadata.
2017-03-09 Sanjay Patel[InstSimplify] vector div/rem with any zero element...
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
2017-03-04 Sylvestre LedruFix a typo. Patch by fcrick on github https://github...
2017-02-23 Eli FriedmanExplicitly state the behavior of inbounds with a null...
2017-02-13 Sanjoy Das[LangRef] Explicitly allow readnone and reaodnly functi...
2017-02-13 Sanjoy Das[LangRef] Update the TBAA section
2017-02-10 Dehao ChenEncode duplication factor from loop vectorization and...
2017-02-07 Daniel BerlinThis patch adds a ssa_copy intrinsic, as part of splitt...
2017-02-06 Reid Kleckner[LangRef] Document some LLVM inline asm special escapes
2017-01-30 Alexey Bader[LanRef] Fix typo in getelementptr example.
2017-01-27 Justin Lebar[LangRef] Make @llvm.sqrt(x) return undef, rather than...
2017-01-26 Andrew KaylorAdd intrinsics for constrained floating point operations
2017-01-26 Zvi Rackover[Doc][LangRef] Fix typo-ish error in description of...
2017-01-25 Peter CollingbourneLangRef: Document the allowed metadata dropping transforms.
2017-01-20 Peter Collingbournedocs: Document that !absolute_symbol { all-ones, all...
2017-01-17 Aaron BallmanSilence some Sphinx diagnostics in an attempt to get...
2017-01-10 Matt ArsenaultLangRef: Note that calls also support fast math flags
2016-12-30 Piotr Padlewski[MemDep] Handle gep with zeros for invariant.group
2016-12-29 Igor LaevskyFix documentation generator warnings after rL290708.
2016-12-29 Igor LaevskyIntroduce element-wise atomic memcpy intrinsic
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-19 Daniel JasperRevert @llvm.assume with operator bundles (r289755...
next