summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha
Commit message (Expand)AuthorAge
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-26
* Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel2011-09-14
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-01
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-01
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Make promotion in operation legalization for SETCC work correctly.Eli Friedman2009-07-17
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-15
* Add the private linkage.Rafael Espindola2009-01-15
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-12
* fix another libgcc blockerAndrew Lenharth2008-11-11
* get CodeGen/Alpha/mul128.ll to work.Chris Lattner2008-10-09
* 128 mul test, xfailedAndrew Lenharth2008-10-07
* Expand arith on machines without carry flagsAndrew Lenharth2008-10-07
* no need to write the output to the diskChris Lattner2008-10-07
* Add test case for ADDC ADDE expansionAndrew Lenharth2008-10-07
* allow this to pass.Chris Lattner2008-08-29
* Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman2008-06-12
* Fix RUN line.Evan Cheng2008-03-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* xfail a testChris Lattner2007-11-28
* something wrong with this optAndrew Lenharth2007-11-27
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-30
* For PR1553:Reid Spencer2007-07-19
* Convert .cvsignore filesJohn Criswell2007-06-29
* update syntaxChris Lattner2007-04-28
* simplify this test until it can be dealt withAndrew Lenharth2007-04-22
* Use the llvm_supports_target function to prevent running of tests forReid Spencer2007-04-21
* this is fixedAndrew Lenharth2007-04-17
* For PR1336:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-16
* Fix an intrinsic name.Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-15
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove use of implementation keyword.Reid Spencer2007-03-28
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR761:Reid Spencer2007-01-26