Merging r261258:
[oota-llvm.git] / test / Assembler /
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-11 David MajnemerAsmParser: Validate alloca's type
2015-02-11 David MajnemerDataLayout: Report when the preferred alignment is...
2015-02-11 David MajnemerAsmParser: Don't crash when insertvalue has bad operands
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-19 Duncan P. N. Exon... AsmParser: Fix error location for missing fields
2015-01-16 Duncan P. N. Exon... IR: Allow 16-bits for column info
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Duncan P. N. Exon... IR: Always print MDLocation line
2015-01-14 Rafael EspindolaAdd support for comdats with names larger than 256...
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-16 Duncan P. N. Exon... DebugInfo: Update testcase to actually check something
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Duncan P. N. Exon... IR: Add 'invalid-' to test names for invalid assembly
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-09 David MajnemerForgot to add test for r223856
2014-12-09 David MajnemerAsmParser: Don't crash on short hex constants for fp128...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 David MajnemerAsmParser: Don't crash on malformed attribute groups
2014-12-09 David MajnemerReland r223754
2014-12-09 David MajnemerRevert "AsmParser: Reject invalid mismatch between...
2014-12-09 David MajnemerAsmParser: Reject invalid mismatch between forward...
2014-12-08 David MajnemerConstantFold: Zero-sized globals might land on top...
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-06 David MajnemerConstantFold: Don't optimize comparisons with weak...
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-11-06 Rafael EspindolaUse FileCheck in a few tests.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-05 Akira Hatanaka[inline asm] Add a check in InlineAsm::ConstraintInfo...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-16 Duncan P. N. Exon... IR: Don't add inbounds to GEPs of extern_weak variables
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Duncan P. N. Exon... UseListOrder: Handle self-users
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Add RUN lines to cases in test...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-25 Eli BenderskyAdd some test files for r211710.
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-27 Arnaud A. de Grand... No need for those tests to go thru llvm-as and/or llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-09 Rafael EspindolaDon't crash on redefinitions.
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-13 Cameron McInallyClean up RUN command for Assembler/getInt.ll.
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-08 Eric ChristopherDISubprogram metadata have an MDNode representing which...
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-24 Rafael EspindolaAdd -disable-debug-info-verifier to a RUN line.
2013-07-24 Manman RenUpdate testing cases to make them pass debug info verif...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-03 Rafael EspindolaFix test: It was missing run lines and llvm-dis has...
next