summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/Alpha
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1732-773/+0
| | | | llvm-svn: 33296
* Changes to parameter attribute syntax.Reid Spencer2007-01-052-2/+2
| | | | llvm-svn: 32919
* Changes to parameter attributes syntax.Reid Spencer2007-01-051-13/+13
| | | | llvm-svn: 32918
* Fix this test cases to use parameter attributes for its parameter andReid Spencer2007-01-032-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 thoughReid Spencer2007-01-021-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 Spencer2007-01-021-2/+0
| | | | llvm-svn: 32809
* Fix this test case to be legal. There is no ubyte %tmp ever defined!Reid Spencer2007-01-021-0/+2
| | | | llvm-svn: 32808
* For PR950:Reid Spencer2006-12-311-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 testAndrew Lenharth2006-12-071-0/+18
| | | | llvm-svn: 32307
* Upgrade intrinsic function calls manually.Reid Spencer2006-12-021-2/+2
| | | | llvm-svn: 32137
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0229-55/+55
| | | | llvm-svn: 32115
* Fix this testAndrew Lenharth2006-11-071-14/+14
| | | | llvm-svn: 31501
* a regression :(Andrew Lenharth2006-11-021-0/+18
| | | | llvm-svn: 31370
* make one giant add and sub testerAndrew Lenharth2006-10-314-25/+188
| | | | llvm-svn: 31321
* new testcase, this should turn into zapChris Lattner2006-10-111-0/+8
| | | | llvm-svn: 30874
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-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 thoughChris Lattner2006-10-111-0/+16
| | | | | | the second has an and of 254 not 255. llvm-svn: 30870
* new testcase for zap generation, from the alpha readmeChris Lattner2006-10-111-0/+14
| | | | llvm-svn: 30865
* xfail this until andrew has a chance to implement the alpha TM method.Chris Lattner2006-10-091-0/+2
| | | | llvm-svn: 30833
* Check that jump tables wind up in the rodata sectionAndrew Lenharth2006-10-051-1/+2
| | | | llvm-svn: 30747
* FixAndrew Lenharth2006-09-251-2/+2
| | | | llvm-svn: 30596
* basic jump table testAndrew Lenharth2006-09-241-0/+98
| | | | llvm-svn: 30592
* catch another constantAndrew Lenharth2006-09-201-1/+7
| | | | llvm-svn: 30533
* This is fixedChris Lattner2006-07-111-1/+0
| | | | llvm-svn: 29098
* Xfail thisChris Lattner2006-07-071-2/+2
| | | | llvm-svn: 29040
* Legalize does not handle this correctlyAndrew Lenharth2006-07-031-0/+21
| | | | llvm-svn: 28991
* Added regression that breaks gcc4 buildAndrew Lenharth2006-05-171-0/+15
| | | | llvm-svn: 28358
* fix this for the more restrictive linkageAndrew Lenharth2006-04-131-2/+2
| | | | llvm-svn: 27667
* This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner2006-04-131-3/+1
| | | | | | look at it. llvm-svn: 27660
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* New testcaseChris Lattner2006-04-041-0/+36
| | | | llvm-svn: 27401
* test powers of 2Andrew Lenharth2006-04-031-0/+18
| | | | llvm-svn: 27369
* test some more mul by constant removalAndrew Lenharth2006-04-031-2/+13
| | | | llvm-svn: 27366
* Make sure mul by constant 5 is turned into a s4addqAndrew Lenharth2006-04-021-0/+16
| | | | llvm-svn: 27365
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-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 discoveryAndrew Lenharth2006-02-131-0/+10
| | | | llvm-svn: 26147
* test cmov immediate formAndrew Lenharth2006-02-011-0/+17
| | | | llvm-svn: 25881
* added a couple test cases, including the new vaarg breakageAndrew Lenharth2006-01-262-0/+61
| | | | llvm-svn: 25648
* a reduced test case, the GlobalAddress is never legalizedAndrew Lenharth2006-01-181-0/+30
| | | | llvm-svn: 25427
* this is fixedAndrew Lenharth2006-01-161-1/+0
| | | | llvm-svn: 25370
* Fix these testcases :(Chris Lattner2006-01-162-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 itAndrew Lenharth2006-01-011-1/+1
| | | | llvm-svn: 25056
* continued readcyclecounter supportAndrew Lenharth2005-11-111-0/+10
| | | | llvm-svn: 24300
* more specific tests of subtarget stuffAndrew Lenharth2005-09-302-2/+11
| | | | llvm-svn: 23570
* make sure we always handle small negatives wellAndrew Lenharth2005-07-221-0/+10
| | | | llvm-svn: 22503
* new testcase for PR593Chris Lattner2005-07-131-0/+17
| | | | llvm-svn: 22418
* this passesChris Lattner2005-05-141-1/+0
| | | | llvm-svn: 22000
* fix regression testsAndrew Lenharth2005-05-134-7/+4
| | | | llvm-svn: 21963
* These tests are currently expected to fail.John Criswell2005-05-134-0/+4
| | | | llvm-svn: 21941
* let dj run thisChris Lattner2005-05-131-0/+3
| | | | llvm-svn: 21935
OpenPOWER on IntegriCloud