summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmParser] Fix inconsistent declaration parameter nameFangrui Song2018-07-121-2/+2
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-3/+74
* [ThinLTO] Print module summary index to assemblyTeresa Johnson2018-05-261-23/+27
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+1
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+1
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+1
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-0/+1
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-0/+2
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-0/+3
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-0/+2
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+1
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-171-1/+1
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-1/+1
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+1
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+1
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+1
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-0/+6
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-7/+7
* [AsmParser] Avoid recursing when lexing ';'. NFC.Ahmed Bougacha2016-11-161-52/+54
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-0/+1
* [X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon2016-10-131-0/+1
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-17/+18
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...NAKAMURA Takumi2016-08-051-1/+2
* Reformat.NAKAMURA Takumi2016-08-051-1/+1
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-0/+1
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-0/+1
* [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
OpenPOWER on IntegriCloud