summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASMParser] Parse FP constants in non-C localesMeador Inge2016-06-021-2/+4
* AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov2016-05-061-0/+1
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+1
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+1
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-0/+4
* Swift Calling Convention: add swiftcc.Manman Ren2016-04-051-0/+1
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+1
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-1/+5
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-0/+1
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-1/+0
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-301-0/+1
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+1
* [AVR] Add calling convention parser tokensDylan McKay2016-03-031-0/+2
* Implemented Support of IA interrupt and exception handlers:Amjad Aboud2015-12-211-0/+1
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+2
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-2/+3
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+1
* [CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2015-12-041-0/+1
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+1
* Add a new attribute: norecurseJames Molloy2015-11-061-0/+1
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* Fix bug in method LLLexer::FP80HexToIntPairKarl Schimpf2015-08-311-1/+1
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+7
* Add argmemonly attribute.Igor Laevsky2015-07-111-0/+1
* Revert the new EH instructionsDavid Majnemer2015-07-101-7/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+7
* ADT: Add a string APSInt constructor.Alex Lorenz2015-06-231-14/+1
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* Fix doxygen comments. NFCFilipe Cabecinhas2015-06-071-10/+10
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+1
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-211-0/+6
* AsmParser: Use StringRef for keyword comparisons, NFCDuncan P. N. Exon Smith2015-02-211-10/+9
* AsmParser: Use do{}while(false) in macros, NFCDuncan P. N. Exon Smith2015-02-201-11/+21
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith2015-02-131-5/+9
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+6
* Remove unused tokens in the ll lexer.Sean Silva2015-01-291-1/+0
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+3
* AsmParser: Don't allow null bytes in BB labelsDavid Majnemer2014-12-101-1/+6
* AsmParser: Don't crash if a null byte is inside a quoted stringDavid Majnemer2014-12-101-52/+33
* AsmParser: Verifier that the contents of a hex integer are hexDavid Majnemer2014-12-091-1/+7
* AsmParser: Don't crash on short hex constants for fp128 typesDavid Majnemer2014-12-091-5/+7
* Prologue supportPeter Collingbourne2014-12-031-0/+1
OpenPOWER on IntegriCloud