aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Update tests to the newest EH syntax.Bill Wendling2011-08-252-26/+35
* Add feature test for the new exception handling stuff.Bill Wendling2011-08-251-0/+27
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-54/+0
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+54
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-4/+4
* more tests not making the jump into the brave new world.Chris Lattner2011-07-091-52/+0
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-194-11/+8
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-171-3/+3
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-172-20/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-174-55/+4
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-151-0/+2
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-101-29/+0
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-101-0/+29
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-291-1/+3
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-14/+0
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-241-2/+4
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+1
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-1/+1
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-131-0/+1
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-131-1/+2
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+6
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-101-0/+13
* add support for zero initialized unions, patch by Tim Northover!Chris Lattner2010-03-291-0/+2
* Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar2010-03-161-1/+1
* temporarily xfailChris Lattner2010-03-161-1/+1
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+4
* fix bogus testChris Lattner2010-01-091-1/+1
* Use separate namespace for named metadata.Devang Patel2010-01-071-0/+3
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-051-1/+1
* add bitcode reader support for blockaddress. We can now fullyChris Lattner2009-10-281-1/+7
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-3/+3
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+11
* change of mind :)Chris Lattner2009-10-271-0/+0
* rename test.Chris Lattner2009-10-271-0/+0
* eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner2009-10-192-24/+1
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-131-0/+36
* Parse custom metadata attached with an instruction.Devang Patel2009-09-292-9/+9
* Write and read metadata attachments.Devang Patel2009-09-181-0/+22
* A testcase!Devang Patel2009-09-171-0/+23
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* this test is using invalid "intrinsics".Chris Lattner2009-09-111-20/+0
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-081-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-082-3/+3
* Temporary test files should use %t.Daniel Dunbar2009-09-052-6/+6
* Remove obsolete -f flags.Dan Gohman2009-08-252-2/+2
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-301-0/+7
* Read and write NamedMDNode.Devang Patel2009-07-291-0/+6
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-234-17/+7