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