Pull out this predicate loop into a helper function.
[oota-llvm.git] / test / Feature /
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelRemove empty test.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-01 Devang Patelnew test case
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-27 Chris Lattneradd testcase for type parsing.
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-05-23 Dan GohmanRemove lingering references to .llx and .tr in the...
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-04-25 Anton KorobeynikovUpdate test
2008-04-22 Nick LewyckyStart removing 'unwinds to' support from mainline in...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-12 Chris Lattnerno need to keep around this output.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-06 Nick LewyckyExercise the new CFG change.
2008-03-02 Nick LewyckyOops, can't unwind to the entry block (entry block...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update tests.
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-10-23 Chris Lattnerllvm/test programs should not be execution programs...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-07-23 Duncan SandsThe Ada f-e produces various auxiliary output files
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-05-19 Reid SpencerMake sure we can round-trip an escaped value in a name.
2007-05-06 Chris Lattnerremove libbzip2 from this. This should use llvm-config...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnernot fully implemented yet.
2007-04-26 Andrew LenharthAn example for PR1362
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-16 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Reid SpencerTry some alternative syntax.
2007-04-14 Reid SpencerSimplify this test and correct redirection for Tcl...
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFix a missing -f that the new llvm.exp found.
2007-04-14 Reid SpencerFix a missing -f caught by the new llvm.exp script.
2007-04-12 Chris Lattnervector compares aren't allowed. It doesn't make sense...
2007-04-12 Reid SpencerThe hello pass actually requires a function to chew on!
2007-04-11 Reid SpencerFix a guard that is supposed to guard against mistakes...
2007-04-11 Reid SpencerThe "Hello" message is written on stderr so make sure...
2007-04-11 Reid SpencerAdd a test case for PR1318.
2007-04-11 Reid SpencerUse the new %link variable to make this test portable.
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-11 Reid SpencerAdd a test case for testing basic IR features via llvm2...
2007-04-11 Reid SpencerMake sure upgrade doesn't fail on this.
2007-04-11 Reid SpencerUpgrade this file completely instead of downgrading...
2007-04-11 Reid SpencerMake sure this test uses llvm-upgrade.
2007-04-11 Reid SpencerFix to not give false positives.
2007-04-01 Reid SpencerFor PR1297:
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-22 Reid SpencerAdd tests for nounwind and noreturn function attributes.
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-08 Andrew LenharthPacked structs use packed struct initializers
2007-01-07 Reid SpencerRedefinition of functions is no longer permitted.
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerFix the test case for the change in parameter attribute...
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerFor PR1077:
2007-01-04 Reid SpencerXFAIL this test until such time that code gen can handl...
2007-01-04 Reid SpencerAdd a test to ensure that we can assembly comparisons...
2007-01-04 Reid SpencerTest @zext and @sext fully as well as testing the ...
2007-01-03 Reid SpencerAdd a test case to test parameter attributes feature.
2006-12-29 Reid SpencerRun llvm-upgrade on test to prepare for new assembly...
2006-12-20 Reid SpencerAdd some tests for negative constants to unsigned and...
2006-12-18 Reid SpencerAdd a couple little tests for SExt/ZExt of constants...
2006-12-11 Reid SpencerAdd a test for constant folding of bitcast to/from...
2006-12-08 Andrew Lenharthpacked initializers too in the test
2006-12-08 Andrew Lenharthfeature test for packed structs
2006-12-02 Reid SpencerRemove old intrinsic declarations and usage.
2006-12-02 Reid SpencerRemove a redundant RUN: line.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
next