summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
AgeCommit message (Expand)Author
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-30[LangRef] clarify semantics of the frem instructionSanjay Patel
2017-11-16Let llvm.invariant.group.barrier accepts pointer to any address spaceYaxun Liu
2017-11-08Add an @llvm.sideeffect intrinsicDan Gohman
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-06[docs] Update code block for compatibility with Sphinx 1.5.1Jonas Devlieghere
2017-11-02Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-24[LangRef] Update description of Constant ExpressionsBjorn Pettersson
2017-10-16Add !callees metadataMatthew Simpson
2017-09-28Docs: fix link to Debugger intrinsic functionsHans Wennborg
2017-09-13Fix a misleading phrase in the LangRefSanjoy Das
2017-09-05Fix RST syntax in LangRef for llvm.codeview.annotation intrinsicReid Kleckner
2017-09-05Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner
2017-08-24Add ‘llvm.experimental.constrained.fma‘ Intrinsic.Wei Ding
2017-08-23Test commit.Pete Couperus
2017-08-22Emit section information for extern variablesErich Keane
2017-08-15[Doc] Update LangRef for new Module Flag BehaviorSteven Wu
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-09LangRef: Fix/improve cmpxchg wordingMatthias Braun
2017-07-28Add documentation for the attribute "no-jump-tables"Sumanth Gundapaneni
2017-07-28Reword sentence in LangRefAdrian Prantl
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-12Add element atomic memset intrinsicDaniel Neilson
2017-07-12Add element atomic memmove intrinsicDaniel Neilson
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-02fix trivial typos in documents; NFCHiroshi Inoue
2017-06-22Define behavior of "stack-probe-size" attribute when inlining.whitequark
2017-06-21Add a "probe-stack" attributewhitequark
2017-06-19[Doc] Fix getelementptr description about argumentsDavid Blaikie
2017-06-16[Atomics] Rename and change prototype for atomic memcpy intrinsicDaniel Neilson
2017-06-15[Doc] Document prof metadata in LangRefTeresa Johnson
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-13Align definition of DW_OP_plus with DWARF spec [1/3]Florian Hahn
2017-06-12Update LangRef for PR27284.Adrian Prantl
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2017-06-06[docs] Make it clear shifts yield poison when shift amount >= bitwidthNuno Lopes
2017-05-25Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor
2017-05-25Delete an obsolete paragraph in LangRef.Adrian Prantl
2017-05-20[docs] Small style nits.George Burgess IV
2017-05-12[SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-09Introduce experimental generic intrinsics for horizontal vector reductions.Amara Emerson
2017-05-03Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen
2017-05-02Typo in LangRef.rst. NFCXin Tong
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-20Fix formatting of constrained FP intrinsic documentationAndrew Kaylor
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-04-13Remove more lies from the LangRef.George Burgess IV
2017-04-13Update the LangRef to reflect reality.George Burgess IV