summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-288-19/+24
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-0/+59
* [IR] Add token typesDavid Majnemer2015-08-141-0/+6
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-038-32/+30
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-317-24/+20
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-242-4/+5
* Extended syntax of vector version of getelementptr instruction.Elena Demikhovsky2015-07-093-8/+22
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+15
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-0/+11
* Add safestack attribute to LLVMAttribute enum and Go bindings. CorrectPeter Collingbourne2015-06-152-0/+8
* Make the test introduced in r239015 more targeted.David Majnemer2015-06-041-0/+4
* [IR/AsmWriter] Output escape sequences if the first character isdigit()Filipe Cabecinhas2015-06-021-0/+7
* CHECK-LABEL-ize test. NFCFilipe Cabecinhas2015-06-021-3/+3
* DebugInfo: Really support 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-06-023-0/+22
* DebugInfo: Rename testcases from MD* to DI*, NFCDuncan P. N. Exon Smith2015-06-0256-0/+0
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-3/+3
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-2966-281/+281
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+14
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-166-8/+8
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-4/+4
* DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith2015-04-151-1/+1
* 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
OpenPOWER on IntegriCloud