summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AsmParser: Don't crash when insertvalue has bad operandsDavid Majnemer2015-02-111-1/+6
* AsmParser: Switch some vectors to mapsDavid Majnemer2015-02-111-19/+10
* AsmParser: Add stubs for specialized MDNodes, NFCDuncan P. N. Exon Smith2015-02-101-5/+61
* 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-041-0/+42
* 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-041-8/+8
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-1/+24
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-0/+36
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFCDuncan P. N. Exon Smith2015-01-201-13/+12
* 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-191-10/+15
* AsmParser: Fix error location for missing fieldsDuncan P. N. Exon Smith2015-01-191-9/+11
* 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-191-7/+5
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-3/+3
* 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-131-2/+118
* 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-121-27/+22
* 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-121-4/+4
* AsmParser: Remove unused version of ParseMDNodeID()Duncan P. N. Exon Smith2015-01-121-17/+6
* AsmParser: Use normal references for metadata attachments, NFCDuncan P. N. Exon Smith2015-01-121-38/+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-081-3/+7
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-9/+19
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-67/+68
* 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
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-53/+82
* 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
* Prologue supportPeter Collingbourne2014-12-031-2/+6
* Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner2014-12-011-1/+3
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-281-0/+2
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-101-9/+5
OpenPOWER on IntegriCloud