summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLToken.h
AgeCommit message (Expand)Author
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-09-29[AMDGPU] calling conventions for AMDPAL OS typeTim Renouf
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-05-02AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak
2017-04-28Add speculatable function attributeMatt Arsenault
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-10-13[X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner
2016-05-11clang-format LLToken.h.Rafael Espindola
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-04-06AMDGPU: Add a shader calling conventionNicolai Haehnle
2016-04-05Swift Calling Convention: add swiftcc.Manman Ren
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-30Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson
2016-03-30Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson
2016-03-30[ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-03[AVR] Add calling convention parser tokensDylan McKay
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-12-10Macro debug info support in LLVM IRAmjad Aboud
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren
2015-11-11[IR] Add support for empty tokensDavid Majnemer
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka
2015-11-06Add a new attribute: norecurseJames Molloy
2015-09-29HHVM calling conventions.Maksim Panchenko
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-11Add argmemonly attribute.Igor Laevsky
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne
2015-05-26Add initial support for the convergent attribute.Owen Anderson
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das
2015-02-21AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith
2015-02-13AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith