summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
AgeCommit message (Expand)Author
2018-07-28[docs] Clarify role of DIExpressions within debug intrinsicsVedant Kumar
2018-07-25[LangRef] Clarify undefined behavior for function attributes.Eli Friedman
2018-07-19[UnJ] Document unroll and jam pass and loop metadataDavid Green
2018-07-17[LangRef] Clarify semantics of load metadata.Eli Friedman
2018-07-17[LangRef] nnan and ninf produce poison.Eli Friedman
2018-07-17[LangRef] Clarify which fast-math flags affect fcmp.Eli Friedman
2018-07-16[Intrinsics] define funnel shift IR intrinsics + DAG builder supportSanjay Patel
2018-07-11[LangRef] Clarify alloca of zero bytes.Eli Friedman
2018-07-09llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2018-07-09Make llvm.objectsize more conservative with nullGeorge Burgess IV
2018-07-02Implement strip.invariant.groupPiotr Padlewski
2018-06-15[NFC] fix trivial typos in documentsHiroshi Inoue
2018-06-14Make uitofp and sitofp defined on overflow.Eli Friedman
2018-06-08[LangRef] fptosi and fptoui return poison on overflow.Eli Friedman
2018-06-08[LangRef] insertelement/extractelement return poison for out of range.Eli Friedman
2018-06-06Added documentation for Masked Vector Expanding Load and Compressing Store In...Elena Demikhovsky
2018-06-01[LangRef] fix typo; NFCSanjay Patel
2018-05-29[LangRef] Fix TBAA exampleFangrui Song
2018-05-26[ThinLTO] Print module summary index to assemblyTeresa Johnson
2018-05-22LangRef.rst: the "\01" prefix applies not just to variablesHans Wennborg
2018-05-18Dissallow non-empty metadata for invariant.groupPiotr Padlewski
2018-05-03Rename invariant.group.barrier to launder.invariant.groupPiotr Padlewski
2018-04-08Mark invariant.group as experimentalPiotr Padlewski
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich
2018-04-03[LangRef] fix description and examples of fptruncSanjay Patel
2018-03-22Document optforfuzzing attribute created in r328214.Matt Morehouse
2018-03-21[LangRef] add note about format of FP typesSanjay Patel
2018-03-21[LangRef] more hyphens: always write "floating-point"Sanjay Patel
2018-03-20[LangRef] fix link formattingSanjay Patel
2018-03-20[LangRef] describe the default FP environmentSanjay Patel
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-03-16[IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner
2018-03-09[LangRef] make it clear that FP instructions do not have side effectsSanjay Patel
2018-03-07[LangRef] fix formatting in FP descriptions; NFCSanjay Patel
2018-02-23Support for the mno-stack-arg-probe flagHans Wennborg
2018-02-19Add default address space for functions to the data layout (1/3)Dylan McKay
2018-02-15[ARM] Allow 64- and 128-bit types with 't' inline asm constraintPablo Barrio
2018-02-14Adding a width of the GEP index to the Data Layout.Elena Demikhovsky
2018-01-26[LangRef] Update out-of-date instrprof namesVedant Kumar
2018-01-24Fixes Sphinx issue ('undefined label') introduced in r323313.Sander de Smalen
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-19Additional fixes for docs in addition to r322968.Daniel Neilson
2018-01-19Fix docs build break caused by r322965Daniel Neilson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-17[LangRef] Clarify Varargs forwarding for musttail calls.Florian Hahn
2018-01-16[NFC] fix trivial typos in documentsHiroshi Inoue
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
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