summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.cpp
AgeCommit message (Expand)Author
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-11-16[AsmParser] Avoid recursing when lexing ';'. NFC.Ahmed Bougacha
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-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
2016-08-05LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...NAKAMURA Takumi
2016-08-05Reformat.NAKAMURA Takumi
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-06-02[ASMParser] Parse FP constants in non-C localesMeador Inge
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-08-31Fix bug in method LLLexer::FP80HexToIntPairKarl Schimpf
2015-08-14[IR] Add token typesDavid Majnemer
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-23ADT: Add a string APSInt constructor.Alex Lorenz
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne
2015-06-07Fix doxygen comments. NFCFilipe Cabecinhas
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-21AsmParser: Use StringRef for keyword comparisons, NFCDuncan P. N. Exon Smith
2015-02-20AsmParser: Use do{}while(false) in macros, NFCDuncan P. N. Exon Smith