aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't load values out of global constants with weakDuncan Sands2009-03-201-0/+38
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-022-5/+1
* add testcase for type parsing.Chris Lattner2008-12-271-0/+21
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-241-0/+6
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-101-756/+0
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-101-1/+1
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-231-1/+1
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-201-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update testAnton Korobeynikov2008-04-251-1/+1
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-221-67/+0
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-141-18/+18
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-221-0/+2
* no need to keep around this output.Chris Lattner2008-03-121-1/+1
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-9/+9