[RuntimeDyld] Don't try to get the contents of sections that don't have any
[oota-llvm.git] / test / Verifier /
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.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-22 Jakub StaszakFix typo in test.
2013-07-20 Matt ArsenaultDisallow global aliases to bitcast between address...
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-04-22 Rafael EspindolaAlso verify llvm.compiler_used.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-08 Eli BenderskyRewrite test/Verifier tests to use FileCheck instead...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
next