summaryrefslogtreecommitdiff
path: root/generic/lib/integer
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Implement generic upsample()Aaron Watry1-0/+34
2013-07-08Implement mad24() and mul24() builtinsTom Stellard4-0/+22
2013-07-08Add __CLC_ prefix to all macro definitions in headersTom Stellard6-22/+22
2013-06-26libclc: Implement clz() builtinTom Stellard3-0/+151
2013-06-26libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.llTom Stellard2-0/+0
2013-06-26Add a another TODO note.Tom Stellard1-0/+3
2013-06-26Add a TODO note.Tom Stellard1-0/+4
2013-06-26Simplify rotate implementation a bit..Tom Stellard1-21/+21
2013-06-26libclc: implement rotate builtinTom Stellard2-0/+39
2013-06-26libclc: Move max builtin to shared/Tom Stellard2-7/+0
2013-06-26libclc: Fix abs_diff builtin integer functionTom Stellard1-1/+1
2013-06-26libclc: Add max() builtin functionTom Stellard2-0/+7
2012-08-05Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne4-32/+32
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne3-0/+190
2012-08-05Fix declarations of __clc_add_sat_*. Patch by Lei Mou!Peter Collingbourne1-8/+8
2012-01-08Initial commit.Peter Collingbourne7-0/+204