aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove empty test.Devang Patel2009-07-221-0/+0
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-222-7/+5
* Drop "constant" from Devang Patel2009-07-083-4/+5
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-3/+4
* Support MDNode forward reference.Devang Patel2009-07-081-0/+5
* new test caseDevang Patel2009-07-011-0/+3
* Support stand alone metadata syntax.Devang Patel2009-07-011-0/+7
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+3
* No need to code gen MDNodesDevang Patel2009-06-251-0/+2
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-0/+37
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-3/+3
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-3/+3
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-1/+1
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+11