Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / Feature /
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-04 Bob WilsonRemove "lto_on_osx" xfails, now that -rdynamic works...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 Bob WilsonTemporarily xfail a test that breaks on OS X when build...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-22 Nadav RotemAdd a testcase for the previous commit.
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
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-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
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...
next