aboutsummaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)Author
2010-11-29test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-24Extend function-local metadata to be usable as attachments.Dan Gohman
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-07-21Disallow null as a named metadata operand.Dan Gohman
2010-07-13Add support for empty named metadata too. This isn't particularlyDan Gohman
2010-07-13Add support for empty metadata nodes: !{}.Dan Gohman
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-05-10fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner
2010-03-29add support for zero initialized unions, patch by Tim Northover!Chris Lattner
2010-03-16Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar
2010-03-16temporarily xfailChris Lattner
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-01-09fix bogus testChris Lattner
2010-01-07Use separate namespace for named metadata.Devang Patel
2010-01-05Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel
2009-10-28add bitcode reader support for blockaddress. We can now fullyChris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner
2009-10-27change of mind :)Chris Lattner
2009-10-27rename test.Chris Lattner
2009-10-19eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner
2009-10-13Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky
2009-09-29Parse custom metadata attached with an instruction.Devang Patel
2009-09-18Write and read metadata attachments.Devang Patel
2009-09-17A testcase!Devang Patel
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-11this test is using invalid "intrinsics".Chris Lattner
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-05Temporary test files should use %t.Daniel Dunbar
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-07-30Do not use abbrev while writing NamedMDNode name.Devang Patel
2009-07-29Read and write NamedMDNode.Devang Patel
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-22Remove empty test.Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-08Drop "constant" from Devang Patel
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel
2009-07-08Support MDNode forward reference.Devang Patel
2009-07-01new test caseDevang Patel
2009-07-01Support stand alone metadata syntax.Devang Patel
2009-06-26Let's ignore MDStrings also!Devang Patel
2009-06-25No need to code gen MDNodesDevang Patel
2009-06-15Support vector casts in more places, fixing a variety of assertionDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky