summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
...
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* AsmParser: Add stubs for specialized MDNodes, NFCDuncan P. N. Exon Smith2015-02-102-7/+65
* IR: Allow 32-bits for lines in debug locationDuncan P. N. Exon Smith2015-02-061-1/+1
* AsmParser: Use DW_TAG_hi_user instead of magic constant, NFCDuncan P. N. Exon Smith2015-02-061-1/+1
* AsmParser: Split out LineField, NFCDuncan P. N. Exon Smith2015-02-041-2/+17
* Fix GCC error caused by r228211Duncan P. N. Exon Smith2015-02-041-0/+4
* AsmParser: Move MDField details to source file, NFCDuncan P. N. Exon Smith2015-02-042-38/+44
* AsmParser: Simplify assertion, NFCDuncan P. N. Exon Smith2015-02-041-1/+1
* AsmParser: Remove dead code, NFCDuncan P. N. Exon Smith2015-02-041-4/+0
* AsmParser: Simplify MDUnsignedFieldDuncan P. N. Exon Smith2015-02-042-17/+14
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-034-1/+35
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-032-2/+48
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* Remove unused tokens in the ll lexer.Sean Silva2015-01-292-3/+0
* AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFCDuncan P. N. Exon Smith2015-01-202-13/+13
* AsmParser: Refactor duplicate code, NFCDuncan P. N. Exon Smith2015-01-201-8/+4
* AsmParser: Abstract more of MDLocation parser, NFCDuncan P. N. Exon Smith2015-01-191-16/+27
* AsmParser: Split up ParseMDFieldsImpl(), NFCDuncan P. N. Exon Smith2015-01-192-10/+17
* AsmParser: Fix error location for missing fieldsDuncan P. N. Exon Smith2015-01-192-10/+13
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-2/+2
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-192-8/+6
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-192-4/+4
* Remove std::move that was preventing return value optimization.Richard Trieu2015-01-171-1/+1
* IR: Allow 16-bits for column infoDuncan P. N. Exon Smith2015-01-161-1/+1
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-132-2/+150
* AsmParser: Use subclass API instead of MDNode wrappers, NFCDuncan P. N. Exon Smith2015-01-121-4/+4
* AsmParser: Factor duplicated code into ParseMDNode(), NFCDuncan P. N. Exon Smith2015-01-122-27/+24
* AsmParser: Reorder ParseMetadata() logic, NFCDuncan P. N. Exon Smith2015-01-121-13/+13
* AsmParser: Simplify ParseMDTuple(), NFCDuncan P. N. Exon Smith2015-01-121-4/+1
* AsmParser: ParseMDNode() => ParseMDTuple(), NFCDuncan P. N. Exon Smith2015-01-122-5/+5
* AsmParser: Remove unused version of ParseMDNodeID()Duncan P. N. Exon Smith2015-01-122-18/+6
* AsmParser: Use normal references for metadata attachments, NFCDuncan P. N. Exon Smith2015-01-122-39/+6
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-2/+2
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-084-4/+14
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-062-10/+20
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-152-74/+80
* AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer2014-12-111-2/+2
* AsmParser: Don't crash on an ill-formed MDNodeVectorDavid Majnemer2014-12-111-2/+2
* 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-102-52/+34
* 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
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-092-62/+92
* AsmParser: Don't crash on malformed attribute groupsDavid Majnemer2014-12-091-1/+3
* Reland r223754David Majnemer2014-12-091-6/+9
* Revert "AsmParser: Reject invalid mismatch between forward ref and def"David Majnemer2014-12-091-8/+5
* AsmParser: Reject invalid mismatch between forward ref and defDavid Majnemer2014-12-091-5/+8
* IR: Add missing tests for function-local metadataDuncan P. N. Exon Smith2014-12-071-1/+1
* IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith2014-12-061-0/+4
* IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith2014-12-061-0/+13
OpenPOWER on IntegriCloud