Merging r259346 (with adjustments for r258867):
[oota-llvm.git] / test / Assembler /
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-11-25 Peter CollingbourneAsmParser: Make the code for parsing unnamed aliases...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-10 David BlaikieTidy up some alias syntax to make explicit pointer...
2015-09-03 Sanjoy Das[IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
2015-09-03 Karl SchimpfAllow global address space forward decls using IDs...
2015-09-03 Karl SchimpfFix assertion failure in LLParser::ConvertValIDToValue
2015-09-03 Karl SchimpfRemove binary characters from test file.
2015-09-03 Karl SchimpfFix SEGV in InlineAsm::ConstraintInfo::Parse.
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-31 Karl SchimpfFix bug in method LLLexer::FP80HexToIntPair
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-14 David Majnemer[IR] Add token types
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-04 David MajnemerMake the test introduced in r239015 more targeted.
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-06-02 Filipe CabecinhasCHECK-LABEL-ize test. NFC
2015-06-02 Duncan P. N. Exon... DebugInfo: Really support 2^16 arguments in a subprogram
2015-06-02 Duncan P. N. Exon... DebugInfo: Rename testcases from MD* to DI*, NFC
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-06 Duncan P. N. Exon... Verifier: Check composite type template params
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... DebugInfo: Rename some testcases
2015-03-28 Duncan P. N. Exon... Verifier: Allow subroutine types to have no type array
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-22 Duncan P. N. Exon... Prevent CHECK-NOTs from matching file paths
2015-03-16 Duncan P. N. Exon... AsmParser: Stop requiring 'name:' when it's not printed
2015-03-15 Duncan P. N. Exon... Assembler: Rewrite test for function-local metadata
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Owen AndersonFix a bug in the LLParser where we failed to diagnose...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Owen AndersonCleanup after r230934 per Dave's suggestions.
2015-03-02 Owen AndersonTeach DataLayout that alignments on basic types must...
2015-03-02 Owen AndersonTeach DataLayout that ABI alignments for non-aggregate...
2015-03-02 Owen AndersonTeach DataLayout that pointer ABI and preferred alignme...
2015-03-02 Owen AndersonTeach DataLayout that zero-byte pointer sizes don't...
2015-03-02 Owen AndersonTeach the LLParser to fail gracefully when it encounter...
2015-03-02 Owen AndersonFix a crash in the LL parser where it failed to validat...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Duncan P. N. Exon... AsmWriter: Escape string fields in metadata
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Duncan P. N. Exon... llvm-dis: Stop crashing when dropping debug info
2015-02-23 David MajnemerAsmParser: Check ConstantExpr insertvalue operands...
2015-02-23 David MajnemerAsmParser: Call instructions can't have an alignment
2015-02-22 David MajnemerAsmParser: Check ConstantExpr GEP operands for validity
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Duncan P. N. Exon... IR: Swap order of name and value in MDEnum
2015-02-16 David MajnemerConstantFold: Properly fold GEP indices wider than i64
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 David MajnemerAsmParser: extractvalue requires at least one index...
2015-02-16 David MajnemerAsmParser: Make sure GlobalVariables have sane types
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-16 David MajnemerDataLayout: Validate that the pref alignment is at...
2015-02-16 David MajnemerDataLayout: Report when the datalayout type alignment...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
next