summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Verifier: Check composite type template paramsDuncan P. N. Exon Smith2015-04-061-4/+4
* Verifier: Move more debug info checks away from Verify()Duncan P. N. Exon Smith2015-03-313-2/+10
* Verifier: Move checks over from DIDescriptor::Verify()Duncan P. N. Exon Smith2015-03-312-7/+9
* Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith2015-03-304-10/+9
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-303-6/+14
* DebugInfo: Rename some testcasesDuncan P. N. Exon Smith2015-03-303-0/+0
* Verifier: Allow subroutine types to have no type arrayDuncan P. N. Exon Smith2015-03-281-0/+23
* DebugInfo: Fix testcases with invalid MDSubprogram nodesDuncan P. N. Exon Smith2015-03-281-7/+7
* LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith2015-03-272-0/+8
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-275-20/+29
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-262-3/+3
* Prevent CHECK-NOTs from matching file pathsDuncan P. N. Exon Smith2015-03-227-7/+7
* AsmParser: Stop requiring 'name:' when it's not printedDuncan P. N. Exon Smith2015-03-166-19/+7
* Assembler: Rewrite test for function-local metadataDuncan P. N. Exon Smith2015-03-152-55/+20
* AsmWriter: Write alloca array size explicitly (and -instcombine fixup)Duncan P. N. Exon Smith2015-03-131-0/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-1318-49/+49
* Fix a stack overflow in the assembler when checking that GEPs must be over si...Owen Anderson2015-03-101-0/+9
* LLParser: gep: Simplify parsing error handlingDavid Blaikie2015-03-091-1/+1
* Fix a bug in the LLParser where we failed to diagnose landingpads with non-co...Owen Anderson2015-03-091-0/+7
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-033-26/+26
* Cleanup after r230934 per Dave's suggestions.Owen Anderson2015-03-031-2/+1
* Teach DataLayout that alignments on basic types must be powers of two.Owen Anderson2015-03-022-0/+12
* Teach DataLayout that ABI alignments for non-aggregate types must be non-zero.Owen Anderson2015-03-021-0/+6
* Teach DataLayout that pointer ABI and preferred alignments are required to be...Owen Anderson2015-03-022-0/+12
* Teach DataLayout that zero-byte pointer sizes don't make sense.Owen Anderson2015-03-021-0/+6
* Teach the LLParser to fail gracefully when it encounters an invalid label name.Owen Anderson2015-03-021-0/+11
* Fix a crash in the LL parser where it failed to validate that the pointer ope...Owen Anderson2015-03-021-0/+11
* Optimize metadata node fields for CHECK-abilityDuncan P. N. Exon Smith2015-02-2811-54/+41
* AsmWriter: Escape string fields in metadataDuncan P. N. Exon Smith2015-02-281-0/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2721-50/+62
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2713-21/+34
* llvm-dis: Stop crashing when dropping debug infoDuncan P. N. Exon Smith2015-02-251-0/+29
* AsmParser: Check ConstantExpr insertvalue operands for type correctnessDavid Majnemer2015-02-231-0/+7
* AsmParser: Call instructions can't have an alignmentDavid Majnemer2015-02-231-0/+9
* AsmParser: Check ConstantExpr GEP operands for validityDavid Majnemer2015-02-221-0/+5
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-214-16/+16
* IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith2015-02-208-27/+27
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-201-0/+13
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-0/+12
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-197-27/+18
* IR: Allow MDSubrange to have 'count: -1'Duncan P. N. Exon Smith2015-02-182-2/+19
* IR: Swap order of name and value in MDEnumDuncan P. N. Exon Smith2015-02-181-6/+6
* ConstantFold: Properly fold GEP indices wider than i64David Majnemer2015-02-161-0/+6
* IR: SrcTy == DstTy doesn't imply that a cast is validDavid Majnemer2015-02-161-0/+4
* AsmParser: extractvalue requires at least one index operandDavid Majnemer2015-02-161-0/+8
* AsmParser: Make sure GlobalVariables have sane typesDavid Majnemer2015-02-161-0/+4
* AsmParser: Reject alloca with function typeDavid Majnemer2015-02-162-1/+10
* DebugInfo: Don't crash if 'Debug Info Version' has a strange valueDavid Majnemer2015-02-161-0/+5
* DataLayout: Validate that the pref alignment is at least the ABI alignDavid Majnemer2015-02-161-0/+3
* DataLayout: Report when the datalayout type alignment/width is too largeDavid Majnemer2015-02-163-0/+9
OpenPOWER on IntegriCloud