Add support getting the operands of a User to ocaml.
[oota-llvm.git] / test / Feature /
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-01-09 Chris Lattnerfix bogus test
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris Lattnerchange of mind :)
2009-10-27 Chris Lattnerrename test.
2009-10-19 Chris Lattnereliminate md_on_instruction.ll, md_on_instruction2...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-17 Devang PatelA testcase!
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerthis test is using invalid "intrinsics".
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarTemporary test files should use %t.
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:
next