Age | Commit message (Expand) | Author |
2013-03-10 | PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v... | Anton Yartsev |
2012-07-09 | Tests: check for target availability for target-specific tests. | Jim Grosbach |
2011-05-06 | Don't emit nsw flags for vector operations; there's basically no benefit, and... | Eli Friedman |
2011-03-27 | supported: AltiVec vector initialization with a single literal according to P... | Anton Yartsev |
2011-02-07 | pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) | Anton Yartsev |
2011-01-24 | Revert r124146 for now. It appears to be failing on a few platforms. | Eric Christopher |
2011-01-24 | pre/post increase/decrease for AltiVec vectors | Anton Yartsev |
2010-11-18 | comparison of AltiVec vectors now gives bool result (fix for 7533) | Anton Yartsev |
2010-10-14 | support for AltiVec extensions from the Cell architecture | Anton Yartsev |
2010-08-19 | support for predicates with bool/pixel arguments | Anton Yartsev |
2010-08-19 | support for the rest of AltiVec functions with bool/pixel arguments and retur... | Anton Yartsev |
2010-08-19 | support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec... | Anton Yartsev |
2010-08-16 | support for vec_add, vec_adds, vec_and, vec_andc with bool arguments | Anton Yartsev |
2010-06-27 | Change IR generation for return (in the simple case) to avoid doing silly | Chris Lattner |
2010-06-26 | Implement support for -fwrapv, rdar://7221421 | Chris Lattner |
2010-06-26 | implement rdar://7432000 - signed negate should codegen as NSW. | Chris Lattner |
2010-06-19 | More AltiVec support. | Anton Korobeynikov |
2010-04-14 | improve altivec c++ support by adding casts, patch by | Chris Lattner |
2010-04-14 | implement altivec.h and a bunch of support code, patch by Anton Yartsev! | Chris Lattner |