test commit
[oota-llvm.git] / test / Feature /
2012-03-25 Eli BenderskyThis file is no longer needed (DejaGNU-isms removed...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-08-25 Bill WendlingUpdate tests to the newest EH syntax.
2011-08-25 Bill WendlingAdd feature test for the new exception handling stuff.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
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-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2010-11-29 NAKAMURA Takumitest: Check the feature 'loadable_module' with load...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-13 Dan GohmanAdd support for empty named metadata too. This isn...
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
2010-03-16 Daniel DunbarRevert r98666 too; it's checkin-without-testing day!
2010-03-16 Chris Lattnertemporarily xfail
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:
next