aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha
AgeCommit message (Expand)Author
2010-08-01PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-03-01Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-07-17Make promotion in operation legalization for SETCC work correctly.Eli Friedman
2009-01-15Fix Alpha test and support for private linkage.Rafael Espindola
2009-01-15Add the private linkage.Rafael Espindola
2008-11-12Correct some thinkos in the expansion of ADD/SUBDuncan Sands
2008-11-11fix another libgcc blockerAndrew Lenharth
2008-10-09get CodeGen/Alpha/mul128.ll to work.Chris Lattner
2008-10-07128 mul test, xfailedAndrew Lenharth
2008-10-07Expand arith on machines without carry flagsAndrew Lenharth
2008-10-07no need to write the output to the diskChris Lattner
2008-10-07Add test case for ADDC ADDE expansionAndrew Lenharth
2008-08-29allow this to pass.Chris Lattner
2008-06-12Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman
2008-03-09Fix RUN line.Evan Cheng
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2007-11-28xfail a testChris Lattner
2007-11-27something wrong with this optAndrew Lenharth
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-30Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman
2007-07-19For PR1553:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-28update syntaxChris Lattner
2007-04-22simplify this test until it can be dealt withAndrew Lenharth
2007-04-21Use the llvm_supports_target function to prevent running of tests forReid Spencer
2007-04-17this is fixedAndrew Lenharth
2007-04-16For PR1336:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-16Fix an intrinsic name.Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-05Changes to parameter attribute syntax.Reid Spencer
2007-01-05Changes to parameter attributes syntax.Reid Spencer
2007-01-03Fix this test cases to use parameter attributes for its parameter andReid Spencer
2007-01-02This test case previously passed the assembler without error even thoughReid Spencer
2007-01-02Reverse last patch, committed by accident.Reid Spencer