Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / Verifier /
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...
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-06-28 Nuno Lopesmake the verifier accept @llvm.donothing as the only...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-01 Rafael EspindolaUse dominates(Instruction, Use) in the verifier.
2012-06-01 Rafael EspindolaAdd some tests checking that the verifier rejects cases...
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-12 Chandler CarruthTeach the verifier to reject all non-constant arguments...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-05-29 Duncan SandsDan noticed that the verifier wasn't thoroughly checkin...
2009-05-22 Torok EdwinRevert this. There's no way to verifiy indirect calls...
2009-05-22 Torok EdwinVerify that calling conventions match function prototype.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-11-15 Nick LewyckyCorrect this error message.
2008-08-27 Dan GohmanDiagnose uses of unsized types with the byval attribute...
2008-08-23 Chris LattnerVerify that the alignment argument to llvm.memcpy is...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-16 Dan GohmanRevert the change from r51157 in
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-16 Nick LewyckyAll of these tests had out of date syntax and were...
2008-03-16 Nick LewyckyFunctions are allowed to return structures. (Note that...
2008-03-16 Nick LewyckyRegressions/ is long gone.
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-01 Chris LattnerFix PR2113 by verifying allocations.
2008-03-01 Chris LattnerFix this test.
2008-01-22 Chris Lattnerupdate this test to pass with duncan's change.
2008-01-14 Duncan SandsThis test is now the same as byval-1.ll, so remove it.
2008-01-14 Duncan SandsTest that byval cannot be used with pointers to
2008-01-14 Duncan SandsWe now allow byval on fairly general pointer types.
2008-01-12 Duncan SandsBe more liberal in what parameter attributes are
2008-01-11 Duncan SandsDo not allow attributes beyond a function's last
2007-12-21 Duncan SandsGet the verifier to check attributes on calls as well
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-11-27 Dan GohmanChange &| to |&.
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-08-01 Reid SpencerMake sure these tests pass for the right reasons (verif...
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris Lattnerremove bogus xfailed testcase
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-26 Reid SpencerFor PR761:
2006-12-16 Chris Lattnertestcases for PR1042
2006-12-13 Chris LattnerNew testcase for PR1047
2006-12-02 Reid SpencerMake sure this file gets upgraded with llvm-upgrade
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-10-15 Chris Lattnertestcase that causes the asmparser to assert
2006-07-11 Chris LattnerTestcase for PR826
2006-04-13 Chris LattnerFix an accidental commit.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-12-23 Chris Lattnerthis test is malformed
2005-12-22 Reid SpencerFix PR409:
2005-03-21 Chris LattnerNew testcase that the assembler incorrectly accepts.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-06 Tanya LattnerAdding RUN lines.
2004-05-21 Chris LattnerTestcase for PR340: Verifier misses malformed switch...
next