summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner1-3/+3
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2-20/+0
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner4-55/+4
2011-06-15Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall1-0/+2
2011-04-10Revert r129235 pending a vetting of the EH rewrite.Bill Wendling1-29/+0
2011-04-10Beginning of the Great Exception Handling Rewrite.Bill Wendling1-0/+29
2010-11-29test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi1-1/+3
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner1-14/+0
2010-08-24Extend function-local metadata to be usable as attachments.Dan Gohman1-2/+4
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling1-0/+1
2010-07-21Disallow null as a named metadata operand.Dan Gohman1-1/+1
2010-07-13Add support for empty named metadata too. This isn't particularlyDan Gohman1-0/+1
2010-07-13Add support for empty metadata nodes: !{}.Dan Gohman1-1/+2
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling1-0/+6
2010-05-10fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner1-0/+13
2010-03-29add support for zero initialized unions, patch by Tim Northover!Chris Lattner1-0/+2
2010-03-16Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar1-1/+1
2010-03-16temporarily xfailChris Lattner1-1/+1
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner1-0/+12
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis1-0/+4
2010-01-09fix bogus testChris Lattner1-1/+1
2010-01-07Use separate namespace for named metadata.Devang Patel1-0/+3
2010-01-05Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel1-1/+1
2009-10-28add bitcode reader support for blockaddress. We can now fullyChris Lattner1-1/+7
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner1-3/+3
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner1-0/+11
2009-10-27change of mind :)Chris Lattner1-0/+0
2009-10-27rename test.Chris Lattner1-0/+0
2009-10-19eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner2-24/+1
2009-10-13Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky1-0/+36
2009-09-29Parse custom metadata attached with an instruction.Devang Patel2-9/+9
2009-09-18Write and read metadata attachments.Devang Patel1-0/+22
2009-09-17A testcase!Devang Patel1-0/+23
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-11this test is using invalid "intrinsics".Chris Lattner1-20/+0
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman1-1/+1
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman2-3/+3
2009-09-05Temporary test files should use %t.Daniel Dunbar2-6/+6
2009-08-25Remove obsolete -f flags.Dan Gohman2-2/+2
2009-07-30Do not use abbrev while writing NamedMDNode name.Devang Patel1-0/+7
2009-07-29Read and write NamedMDNode.Devang Patel1-0/+6
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel4-17/+7
2009-07-22Remove empty test.Devang Patel1-0/+0
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2-7/+5
2009-07-08Drop "constant" from Devang Patel3-4/+5
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel1-3/+4
2009-07-08Support MDNode forward reference.Devang Patel1-0/+5
2009-07-01new test caseDevang Patel1-0/+3
2009-07-01Support stand alone metadata syntax.Devang Patel1-0/+7