summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Let's ignore MDStrings also!Devang Patel1-1/+3
2009-06-25No need to code gen MDNodesDevang Patel1-0/+2
2009-06-15Support vector casts in more places, fixing a variety of assertionDan Gohman1-0/+37
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman3-3/+3
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky1-3/+3
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky1-1/+1
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky1-0/+11
2009-03-20Don't load values out of global constants with weakDuncan Sands1-0/+38
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2-5/+1
2008-12-27add testcase for type parsing.Chris Lattner1-0/+21
2008-11-24Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky1-0/+6
2008-07-10Put CPPBackend tests into their own directory and run them only if they'reBill Wendling1-756/+0
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman1-1/+1
2008-05-23Remove lingering references to .llx and .tr in the tests.Dan Gohman1-1/+1
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif1-1/+1
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-04-25Update testAnton Korobeynikov1-1/+1
2008-04-22Start removing 'unwinds to' support from mainline in preparation for 2.3.Nick Lewycky1-67/+0
2008-04-14Upgrade these tests for the current intrinsic prototypes.Dan Gohman1-18/+18
2008-03-22Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov1-0/+2
2008-03-12no need to keep around this output.Chris Lattner1-1/+1
2008-03-10Turn unwind_to into "unwinds to".Nick Lewycky1-9/+9
2008-03-06Exercise the new CFG change.Nick Lewycky1-0/+13
2008-03-02Oops, can't unwind to the entry block (entry block may have no preds).Nick Lewycky1-0/+6
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky1-0/+48
2008-03-01Remove llvm-upgrade and update tests.Tanya Lattner40-705/+624
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman1-1/+1
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands1-1/+1
2007-11-17Add support for vectors to int <-> float casts.Nate Begeman1-0/+5
2007-10-23llvm/test programs should not be execution programs. This Chris Lattner1-4/+1
2007-09-05Change all floating constants that are not exactlyDale Johannesen2-3/+3
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth1-54/+18
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen3-0/+76
2007-07-23Delete the svn:executable property on these files, which aren't executable.Dan Gohman2-0/+0
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands3-7/+7
2007-07-19For PR1553:Reid Spencer1-7/+7
2007-06-29Convert .cvsignore filesJohn Criswell1-1/+0
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng1-0/+2
2007-05-19Make sure we can round-trip an escaped value in a name.Reid Spencer1-0/+1
2007-05-06remove libbzip2 from this. This should use llvm-config or something.Chris Lattner1-1/+1
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov1-2/+2
2007-04-28not fully implemented yet.Chris Lattner1-0/+2
2007-04-26An example for PR1362Andrew Lenharth1-0/+1
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov1-0/+28
2007-04-16For PR1319:Reid Spencer3-5/+3
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer1-1/+1
2007-04-14Try some alternative syntax.Reid Spencer3-5/+5
2007-04-14Simplify this test and correct redirection for Tcl exec.Reid Spencer1-3/+2
2007-04-14For PR1319:Reid Spencer4-9/+8