aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko1-17/+18
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-1/+1
2016-08-05LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...NAKAMURA Takumi1-1/+2
2016-08-05Reformat.NAKAMURA Takumi1-1/+1
2016-07-04Add writeonly IR attributeNicolai Haehnle1-0/+1
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-0/+1
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-0/+1
2016-06-02[ASMParser] Parse FP constants in non-C localesMeador Inge1-2/+4
2016-05-06AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov1-0/+1
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-0/+1
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-0/+1
2016-04-06AMDGPU: Add a shader calling conventionNicolai Haehnle1-0/+4
2016-04-05Swift Calling Convention: add swiftcc.Manman Ren1-0/+1
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-0/+1
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl1-1/+5
2016-03-30Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson1-0/+1
2016-03-30Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson1-1/+0
2016-03-30[ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson1-0/+1
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren1-0/+1
2016-03-03[AVR] Add calling convention parser tokensDylan McKay1-0/+2
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud1-0/+1
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-0/+2
2015-12-14[IR] Remove terminatepadDavid Majnemer1-1/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-2/+3
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-0/+1
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren1-0/+1
2015-11-11[IR] Add support for empty tokensDavid Majnemer1-0/+1
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka1-0/+1
2015-11-06Add a new attribute: norecurseJames Molloy1-0/+1
2015-09-29HHVM calling conventions.Maksim Panchenko1-0/+2
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet1-0/+1
2015-08-31Fix bug in method LLLexer::FP80HexToIntPairKarl Schimpf1-1/+1
2015-08-14[IR] Add token typesDavid Majnemer1-0/+1
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer1-0/+7
2015-07-11Add argmemonly attribute.Igor Laevsky1-0/+1
2015-07-10Revert the new EH instructionsDavid Majnemer1-7/+0
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer1-0/+7
2015-06-23ADT: Add a string APSInt constructor.Alex Lorenz1-14/+1
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne1-0/+1
2015-06-07Fix doxygen comments. NFCFilipe Cabecinhas1-10/+10
2015-05-26Add initial support for the convergent attribute.Owen Anderson1-0/+1
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das1-0/+1
2015-02-21AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith1-0/+6
2015-02-21AsmParser: Use StringRef for keyword comparisons, NFCDuncan P. N. Exon Smith1-10/+9
2015-02-20AsmParser: Use do{}while(false) in macros, NFCDuncan P. N. Exon Smith1-11/+21
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith1-5/+9
2015-02-03AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith1-0/+6