summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-1/+2
* AsmParser: Switch some vectors to mapsDavid Majnemer2015-02-111-2/+2
* AsmParser: Add stubs for specialized MDNodes, NFCDuncan P. N. Exon Smith2015-02-101-2/+4
* AsmParser: Move MDField details to source file, NFCDuncan P. N. Exon Smith2015-02-041-38/+2
* AsmParser: Simplify MDUnsignedFieldDuncan P. N. Exon Smith2015-02-041-9/+6
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-0/+4
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-2/+12
* AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFCDuncan P. N. Exon Smith2015-01-201-0/+1
* AsmParser: Split up ParseMDFieldsImpl(), NFCDuncan P. N. Exon Smith2015-01-191-0/+2
* AsmParser: Fix error location for missing fieldsDuncan P. N. Exon Smith2015-01-191-1/+2
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-1/+1
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-1/+1
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+32
* AsmParser: Factor duplicated code into ParseMDNode(), NFCDuncan P. N. Exon Smith2015-01-121-0/+2
* AsmParser: ParseMDNode() => ParseMDTuple(), NFCDuncan P. N. Exon Smith2015-01-121-1/+1
* AsmParser: Remove unused version of ParseMDNodeID()Duncan P. N. Exon Smith2015-01-121-1/+0
* AsmParser: Use normal references for metadata attachments, NFCDuncan P. N. Exon Smith2015-01-121-1/+0
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-1/+1
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-1/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-7/+12
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-9/+10
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-101-1/+1
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-1/+3
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+6
* LLParser: Handle BlockAddresses on-the-flyDuncan P. N. Exon Smith2014-08-191-10/+12
* These classes only need a StringRef, not a MemoryBuffer.Rafael Espindola2014-08-181-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
OpenPOWER on IntegriCloud