aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha
AgeCommit message (Expand)Author
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
2007-01-02Fix this test case to be legal. There is no ubyte %tmp ever defined!Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-07Copy ARM's weak symbol testAndrew Lenharth
2006-12-02Upgrade intrinsic function calls manually.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-07Fix this testAndrew Lenharth
2006-11-02a regression :(Andrew Lenharth
2006-10-31make one giant add and sub testerAndrew Lenharth
2006-10-11new testcase, this should turn into zapChris Lattner
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-10-11Both of these functions should turn into cmpbge instructions, even thoughChris Lattner
2006-10-11new testcase for zap generation, from the alpha readmeChris Lattner
2006-10-09xfail this until andrew has a chance to implement the alpha TM method.Chris Lattner
2006-10-05Check that jump tables wind up in the rodata sectionAndrew Lenharth
2006-09-25FixAndrew Lenharth
2006-09-24basic jump table testAndrew Lenharth
2006-09-20catch another constantAndrew Lenharth
2006-07-11This is fixedChris Lattner
2006-07-07Xfail thisChris Lattner
2006-07-03Legalize does not handle this correctlyAndrew Lenharth
2006-05-17Added regression that breaks gcc4 buildAndrew Lenharth
2006-04-13fix this for the more restrictive linkageAndrew Lenharth
2006-04-13This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-04-04New testcaseChris Lattner
2006-04-03test powers of 2Andrew Lenharth
2006-04-03test some more mul by constant removalAndrew Lenharth
2006-04-02Make sure mul by constant 5 is turned into a s4addqAndrew Lenharth
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-02-13test for improved zap discoveryAndrew Lenharth
2006-02-01test cmov immediate formAndrew Lenharth
2006-01-26added a couple test cases, including the new vaarg breakageAndrew Lenharth
2006-01-18a reduced test case, the GlobalAddress is never legalizedAndrew Lenharth
2006-01-16this is fixedAndrew Lenharth
2006-01-16Fix these testcases :(Chris Lattner
2006-01-01Change this regression so andi is not a valid codegen of itAndrew Lenharth
2005-11-11continued readcyclecounter supportAndrew Lenharth
2005-09-30more specific tests of subtarget stuffAndrew Lenharth
2005-07-22make sure we always handle small negatives wellAndrew Lenharth
2005-07-13new testcase for PR593Chris Lattner
2005-05-14this passesChris Lattner
2005-05-13fix regression testsAndrew Lenharth
2005-05-13These tests are currently expected to fail.John Criswell