summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Expand)AuthorAge
* Write and read metadata attachments.Devang Patel2009-09-18
* A testcase!Devang Patel2009-09-17
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* this test is using invalid "intrinsics".Chris Lattner2009-09-11
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Temporary test files should use %t.Daniel Dunbar2009-09-05
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-30
* Read and write NamedMDNode.Devang Patel2009-07-29
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Remove empty test.Devang Patel2009-07-22
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Drop "constant" from Devang Patel2009-07-08
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-08
* Support MDNode forward reference.Devang Patel2009-07-08
* new test caseDevang Patel2009-07-01
* Support stand alone metadata syntax.Devang Patel2009-07-01
* Let's ignore MDStrings also!Devang Patel2009-06-26
* No need to code gen MDNodesDevang Patel2009-06-25
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Don't load values out of global constants with weakDuncan Sands2009-03-20
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* add testcase for type parsing.Chris Lattner2008-12-27
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-24
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-10
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-23
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Update testAnton Korobeynikov2008-04-25
* Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky2008-04-22
* Upgrade these tests for the current intrinsic prototypes.Dan Gohman2008-04-14
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-22
* no need to keep around this output.Chris Lattner2008-03-12
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* Exercise the new CFG change.Nick Lewycky2008-03-06
* Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky2008-03-02
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-01
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-17
* llvm/test programs should not be execution programs. This Chris Lattner2007-10-23