Merging r258616:
[oota-llvm.git] / test / Verifier /
2016-01-10 Joseph Tremoulet[WinEH] Fix catchpad pred verification
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-17 JF BastienPolish atomic pointers
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-09 Artur PilipenkoAdd verification for align, dereferenceable, dereferenc...
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
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-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-18 Chen Li[Verifier] Assert gc_relocate always return a pointer...
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
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: Add a testcase for verifying type refs
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-24 Duncan P. N. Exon... Verifier: Start recursing into !dbg attachments
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Owen AndersonFix an infinite recursion in the verifier caused by...
2015-03-11 Owen AndersonFix another verifier crash where a GC intrinsic would...
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
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-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-18 Igor LaevskyTesting commit access
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-01-30 Philip ReamesFix statepoint verifier tests to actually test verifier.
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-16 Duncan P. N. Exon... IR: Stop printing 'metadata' in Metadata::print()
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Duncan P. N. Exon... IR: Canonicalize metadata formatting, NFC
2014-12-01 Philip Reames[Statepoints 1/4] Statepoint infrastructure for garbage...
2014-10-20 Philip ReamesExtend the verifier to validate range metadata on calls...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Chandler CarruthDon't manually (and forcibly) run the verifier on the...
2014-07-13 David MajnemerIR: Allow comdats to be applied to globals with interna...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-12 Bob WilsonMove test for r210734 to Feature/aliases.ll.
2014-06-12 Bob WilsonFix verifier for GlobalAliases to avoid recursing into...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-15 Reid Klecknermusttail: Fix the verification of alignment attributes
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-02 Matt ArsenaultFix all the verifier tests I added for address spaces.
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-10-31 Andrew TrickAdd Verifier test case for variable argument intrinsics.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
next