aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/altivec.h
AgeCommit message (Expand)Author
2013-03-10PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...Anton Yartsev
2013-01-16PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie
2012-10-31Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand
2010-12-01Optimized IR for vec_splatAnton Yartsev
2010-11-16turned pointers into pointers to const in function parameters in all function...Anton Yartsev
2010-10-14support for AltiVec extensions from the Cell architectureAnton Yartsev
2010-09-18formatted everything to fit within 80 columnsAnton Yartsev
2010-08-19support for predicates with bool/pixel argumentsAnton Yartsev
2010-08-19support for the rest of AltiVec functions with bool/pixel arguments and retur...Anton Yartsev
2010-08-19support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec...Anton Yartsev
2010-08-16support for vec_add, vec_adds, vec_and, vec_andc with bool argumentsAnton Yartsev
2010-08-12first test commitAnton Yartsev
2010-06-19More AltiVec support.Anton Korobeynikov
2010-04-14improve altivec c++ support by adding casts, patch byChris Lattner
2010-04-14implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner