summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-2/+2
* AsmParser: Stop requiring 'name:' when it's not printedDuncan P. N. Exon Smith2015-03-161-3/+3
* [opaque pointer type] more gep API migrations (AsmParser)David Blaikie2015-03-141-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+18
* Fix a stack overflow in the assembler when checking that GEPs must be over si...Owen Anderson2015-03-101-2/+6
* LLParser: gep: Simplify parsing error handlingDavid Blaikie2015-03-091-10/+4
* Fix a bug in the LLParser where we failed to diagnose landingpads with non-co...Owen Anderson2015-03-091-6/+7
* Revert "unique_ptrify ValID::ConstantStructElts"Reid Kleckner2015-03-041-8/+6
* unique_ptrify ValID::ConstantStructEltsDavid Blaikie2015-03-041-6/+8
* LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to t...David Blaikie2015-03-041-1/+6
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-12/+7
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-7/+12
* Cleanup after r230934 per Dave's suggestions.Owen Anderson2015-03-031-3/+4
* Teach the LLParser to fail gracefully when it encounters an invalid label name.Owen Anderson2015-03-021-5/+7
* Fix a crash in the LL parser where it failed to validate that the pointer ope...Owen Anderson2015-03-021-0/+2
* Optimize metadata node fields for CHECK-abilityDuncan P. N. Exon Smith2015-02-281-3/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+13
* AsmParser: Check ConstantExpr insertvalue operands for type correctnessDavid Majnemer2015-02-231-1/+8
* AsmParser: Call instructions can't have an alignmentDavid Majnemer2015-02-231-2/+10
* AsmParser: Check ConstantExpr GEP operands for validityDavid Majnemer2015-02-221-2/+24
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-211-5/+47
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-8/+8
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-10/+6
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-181-1/+1
* IR: Swap order of name and value in MDEnumDuncan P. N. Exon Smith2015-02-181-2/+2
* AsmParser: extractvalue requires at least one index operandDavid Majnemer2015-02-161-0/+1
* AsmParser: Make sure GlobalVariables have sane typesDavid Majnemer2015-02-161-1/+1
* AsmParser: Reject alloca with function typeDavid Majnemer2015-02-161-4/+4
* AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith2015-02-131-1/+16
* AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith2015-02-131-1/+19
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-1/+36
* AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith2015-02-131-1/+22
* AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith2015-02-131-1/+25
* AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith2015-02-131-2/+31
* AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith2015-02-131-1/+14
* AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith2015-02-131-1/+13
* AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith2015-02-131-1/+14
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-2/+25
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-4/+60
* AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith2015-02-131-1/+31
* AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith2015-02-131-1/+8
* AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith2015-02-131-1/+41
* AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith2015-02-131-2/+51
* AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith2015-02-131-1/+12
* AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith2015-02-131-1/+23
* AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith2015-02-131-1/+15
* AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith2015-02-131-1/+11
* AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith2015-02-131-1/+43
* AsmParser: Validate alloca's typeDavid Majnemer2015-02-111-0/+3
OpenPOWER on IntegriCloud