summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-1/+2
* [IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner2017-04-121-4/+4
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-4/+4
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-0/+2
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-4/+4
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-101-4/+4
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+4
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-6/+6
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-1/+2
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+4
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-0/+1
* Refactor duplicated code. NFC.Rafael Espindola2016-05-121-6/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-1/+5
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-3/+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
* [AsmParser] Expose an API to parse a string starting with a type.Quentin Colombet2016-03-081-1/+2
* [AsmParser] Add a function to parse a standalone type.Quentin Colombet2016-03-071-0/+2
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-21/+8
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-9/+9
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+4
* Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf2015-09-031-1/+1
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-6/+19
* AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz2015-08-211-1/+5
* Try to fix the build for C++ standard libraries missing std::map::emplaceDavid Blaikie2015-08-031-5/+5
* Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...David Blaikie2015-08-031-9/+11
* Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...Reid Kleckner2015-08-031-11/+9
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-0/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-9/+11
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+9
* [opaque pointers] Avoid the use of pointee types when parsing inline asm in IRDavid Blaikie2015-07-271-1/+2
* AsmParser: Add a function to parse a standalone constant value.Alex Lorenz2015-07-171-0/+3
* Revert the new EH instructionsDavid Majnemer2015-07-101-9/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+9
* AsmParser: Extend the API to make the global value and metadata node slot map...Alex Lorenz2015-06-231-3/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+1
* LLParser: Simplify ParseInstructionMetadata(), NFCDuncan P. N. Exon Smith2015-04-241-1/+1
* LLParser: Split out ParseMetadataAttachment(), NFCDuncan P. N. Exon Smith2015-04-241-0/+1
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-1/+1
* Revert "unique_ptrify ValID::ConstantStructElts"Reid Kleckner2015-03-041-9/+5
* Workaround MSVC not providing implicit move membersDavid Blaikie2015-03-041-0/+8
* unique_ptrify ValID::ConstantStructEltsDavid Blaikie2015-03-041-5/+1
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-1/+5
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-5/+1
OpenPOWER on IntegriCloud