Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 32 | -773/+0 |
| | | | | llvm-svn: 33296 | ||||
* | Changes to parameter attribute syntax. | Reid Spencer | 2007-01-05 | 2 | -2/+2 |
| | | | | llvm-svn: 32919 | ||||
* | Changes to parameter attributes syntax. | Reid Spencer | 2007-01-05 | 1 | -13/+13 |
| | | | | llvm-svn: 32918 | ||||
* | Fix this test cases to use parameter attributes for its parameter and | Reid Spencer | 2007-01-03 | 2 | -114/+111 |
| | | | | | | | result types. These tests are checking for sext behavior and it won't happen unless requested with the parameter attribute. llvm-svn: 32828 | ||||
* | This test case previously passed the assembler without error even though | Reid Spencer | 2007-01-02 | 1 | -0/+2 |
| | | | | | | | it used an undefined type name as a parameter argument. This bug in the assembler has been fixed and it is now necessary to define the type. llvm-svn: 32826 | ||||
* | Reverse last patch, committed by accident. | Reid Spencer | 2007-01-02 | 1 | -2/+0 |
| | | | | llvm-svn: 32809 | ||||
* | Fix this test case to be legal. There is no ubyte %tmp ever defined! | Reid Spencer | 2007-01-02 | 1 | -0/+2 |
| | | | | llvm-svn: 32808 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789 | ||||
* | Copy ARM's weak symbol test | Andrew Lenharth | 2006-12-07 | 1 | -0/+18 |
| | | | | llvm-svn: 32307 | ||||
* | Upgrade intrinsic function calls manually. | Reid Spencer | 2006-12-02 | 1 | -2/+2 |
| | | | | llvm-svn: 32137 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 29 | -55/+55 |
| | | | | llvm-svn: 32115 | ||||
* | Fix this test | Andrew Lenharth | 2006-11-07 | 1 | -14/+14 |
| | | | | llvm-svn: 31501 | ||||
* | a regression :( | Andrew Lenharth | 2006-11-02 | 1 | -0/+18 |
| | | | | llvm-svn: 31370 | ||||
* | make one giant add and sub tester | Andrew Lenharth | 2006-10-31 | 4 | -25/+188 |
| | | | | llvm-svn: 31321 | ||||
* | new testcase, this should turn into zap | Chris Lattner | 2006-10-11 | 1 | -0/+8 |
| | | | | llvm-svn: 30874 | ||||
* | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -2/+0 |
| | | | | | | As a bonus, use the GOT node instead of the AlphaISD::GOT for internal stuff. llvm-svn: 30873 | ||||
* | Both of these functions should turn into cmpbge instructions, even though | Chris Lattner | 2006-10-11 | 1 | -0/+16 |
| | | | | | | the second has an and of 254 not 255. llvm-svn: 30870 | ||||
* | new testcase for zap generation, from the alpha readme | Chris Lattner | 2006-10-11 | 1 | -0/+14 |
| | | | | llvm-svn: 30865 | ||||
* | xfail this until andrew has a chance to implement the alpha TM method. | Chris Lattner | 2006-10-09 | 1 | -0/+2 |
| | | | | llvm-svn: 30833 | ||||
* | Check that jump tables wind up in the rodata section | Andrew Lenharth | 2006-10-05 | 1 | -1/+2 |
| | | | | llvm-svn: 30747 | ||||
* | Fix | Andrew Lenharth | 2006-09-25 | 1 | -2/+2 |
| | | | | llvm-svn: 30596 | ||||
* | basic jump table test | Andrew Lenharth | 2006-09-24 | 1 | -0/+98 |
| | | | | llvm-svn: 30592 | ||||
* | catch another constant | Andrew Lenharth | 2006-09-20 | 1 | -1/+7 |
| | | | | llvm-svn: 30533 | ||||
* | This is fixed | Chris Lattner | 2006-07-11 | 1 | -1/+0 |
| | | | | llvm-svn: 29098 | ||||
* | Xfail this | Chris Lattner | 2006-07-07 | 1 | -2/+2 |
| | | | | llvm-svn: 29040 | ||||
* | Legalize does not handle this correctly | Andrew Lenharth | 2006-07-03 | 1 | -0/+21 |
| | | | | llvm-svn: 28991 | ||||
* | Added regression that breaks gcc4 build | Andrew Lenharth | 2006-05-17 | 1 | -0/+15 |
| | | | | llvm-svn: 28358 | ||||
* | fix this for the more restrictive linkage | Andrew Lenharth | 2006-04-13 | 1 | -2/+2 |
| | | | | llvm-svn: 27667 | ||||
* | This test fails and I don't know why, xfail it until andrew gets a chance to | Chris Lattner | 2006-04-13 | 1 | -3/+1 |
| | | | | | | look at it. llvm-svn: 27660 | ||||
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | llvm-svn: 27635 | ||||
* | New testcase | Chris Lattner | 2006-04-04 | 1 | -0/+36 |
| | | | | llvm-svn: 27401 | ||||
* | test powers of 2 | Andrew Lenharth | 2006-04-03 | 1 | -0/+18 |
| | | | | llvm-svn: 27369 | ||||
* | test some more mul by constant removal | Andrew Lenharth | 2006-04-03 | 1 | -2/+13 |
| | | | | llvm-svn: 27366 | ||||
* | Make sure mul by constant 5 is turned into a s4addq | Andrew Lenharth | 2006-04-02 | 1 | -0/+16 |
| | | | | llvm-svn: 27365 | ||||
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
| | | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009 | ||||
* | test for improved zap discovery | Andrew Lenharth | 2006-02-13 | 1 | -0/+10 |
| | | | | llvm-svn: 26147 | ||||
* | test cmov immediate form | Andrew Lenharth | 2006-02-01 | 1 | -0/+17 |
| | | | | llvm-svn: 25881 | ||||
* | added a couple test cases, including the new vaarg breakage | Andrew Lenharth | 2006-01-26 | 2 | -0/+61 |
| | | | | llvm-svn: 25648 | ||||
* | a reduced test case, the GlobalAddress is never legalized | Andrew Lenharth | 2006-01-18 | 1 | -0/+30 |
| | | | | llvm-svn: 25427 | ||||
* | this is fixed | Andrew Lenharth | 2006-01-16 | 1 | -1/+0 |
| | | | | llvm-svn: 25370 | ||||
* | Fix these testcases :( | Chris Lattner | 2006-01-16 | 2 | -1/+2 |
| | | | | | | | Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv llvm-svn: 25360 | ||||
* | Change this regression so andi is not a valid codegen of it | Andrew Lenharth | 2006-01-01 | 1 | -1/+1 |
| | | | | llvm-svn: 25056 | ||||
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+10 |
| | | | | llvm-svn: 24300 | ||||
* | more specific tests of subtarget stuff | Andrew Lenharth | 2005-09-30 | 2 | -2/+11 |
| | | | | llvm-svn: 23570 | ||||
* | make sure we always handle small negatives well | Andrew Lenharth | 2005-07-22 | 1 | -0/+10 |
| | | | | llvm-svn: 22503 | ||||
* | new testcase for PR593 | Chris Lattner | 2005-07-13 | 1 | -0/+17 |
| | | | | llvm-svn: 22418 | ||||
* | this passes | Chris Lattner | 2005-05-14 | 1 | -1/+0 |
| | | | | llvm-svn: 22000 | ||||
* | fix regression tests | Andrew Lenharth | 2005-05-13 | 4 | -7/+4 |
| | | | | llvm-svn: 21963 | ||||
* | These tests are currently expected to fail. | John Criswell | 2005-05-13 | 4 | -0/+4 |
| | | | | llvm-svn: 21941 | ||||
* | let dj run this | Chris Lattner | 2005-05-13 | 1 | -0/+3 |
| | | | | llvm-svn: 21935 |