Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed test case | Andrew Lenharth | 2005-05-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 21934 | |||||
* | Legalize for CTLZ generates a ctpop, but this ctpop is not expanded. | Andrew Lenharth | 2005-05-11 | 1 | -0/+12 | |
| | | | | | | | This is bad. It is generated if you are ctlz a type that is not legal for the arch (aka ctlz of bytes on alpha legalize fine). llvm-svn: 21867 | |||||
* | comment fix | Andrew Lenharth | 2005-05-04 | 2 | -2/+2 | |
| | | | | llvm-svn: 21685 | |||||
* | see if the legalize code propery compensates for the additional zeros introduced | Andrew Lenharth | 2005-05-04 | 1 | -0/+12 | |
| | | | | llvm-svn: 21684 | |||||
* | added a use of ctpop to debug stuff with | Andrew Lenharth | 2005-05-04 | 1 | -0/+12 | |
| | | | | llvm-svn: 21681 | |||||
* | added a random and mask test | Andrew Lenharth | 2005-04-14 | 1 | -0/+10 | |
| | | | | llvm-svn: 21301 | |||||
* | regression case for faster call sequence | Andrew Lenharth | 2005-04-13 | 1 | -0/+15 | |
| | | | | llvm-svn: 21284 | |||||
* | check that casts still use zap | Andrew Lenharth | 2005-04-13 | 1 | -0/+11 | |
| | | | | llvm-svn: 21283 | |||||
* | added s4addl matching test | Andrew Lenharth | 2005-04-13 | 1 | -0/+14 | |
| | | | | llvm-svn: 21277 | |||||
* | oops | Andrew Lenharth | 2005-04-08 | 3 | -3/+3 | |
| | | | | llvm-svn: 21155 | |||||
* | added some tests to check stupid pattern matching mistakes | Andrew Lenharth | 2005-04-08 | 5 | -0/+52 | |
| | | | | llvm-svn: 21154 | |||||
* | match case change in codegen | Andrew Lenharth | 2005-04-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 21141 | |||||
* | simplified | Andrew Lenharth | 2005-04-06 | 1 | -5/+0 | |
| | | | | llvm-svn: 21119 | |||||
* | added first alpha codegen regression test | Andrew Lenharth | 2005-04-06 | 1 | -0/+16 | |
llvm-svn: 21117 |