summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-09GBE: Fix one bug in instruction scheduling.Zhigang Gong1-3/+9
2013-08-09GBE: fix insntruction scheduling related bugs in read64/write64.Zhigang Gong3-37/+39
2013-08-07GBE: enable double vector load/store support.Zhigang Gong4-9/+12
2013-08-07test 64bit-integer selection operatorHomer Hsing2-0/+7
2013-08-07support 64bit-integer selection operator "?:"Homer Hsing4-1/+37
2013-08-07Implement spill/unspillRuiling Song8-18/+180
2013-08-07enable scratch memory allocation and read/writeRuiling Song15-19/+233
2013-08-07keep address space qualifier of pointersHomer Hsing1-63/+58
2013-08-07test 64bit-integer immediate value, and "and", "or", "xor" arithmeticHomer Hsing3-0/+65
2013-08-07support 64bit-integer AND(&), OR(|), XOR(^) arithmeticHomer Hsing4-3/+82
2013-08-07support 64bit-integer immediate valueHomer Hsing6-0/+49
2013-08-07Improve the accuracy of built-in function asin.Yi Sun1-1/+10
2013-08-06support 64bit-integer addition, subtractionHomer Hsing12-3/+262
2013-08-06Fix a bug in stack calculation.Ruiling Song2-2/+1
2013-08-06support 64bit-integer reading(writing)Homer Hsing8-32/+35
2013-08-05test if register allocation and 64-bit reading are fixedHomer Hsing3-0/+46
2013-08-05GBE: refactor double support.Zhigang Gong7-162/+201
2013-08-05test built-in function "shuffle2"Homer Hsing3-0/+59
2013-08-05add built-in function "shuffle2"Homer Hsing1-0/+108
2013-07-30Need to define local to __local.Zhigang Gong1-1/+1
2013-07-30Added memory space parameters support at the autogeneration script.Zhigang Gong3-205/+89
2013-07-30utests: Add a test case for built-in functions get_num_groups.Yi Sun3-0/+89
2013-07-30utest: Add test for built-in function get_local_id.Yi Sun3-0/+88
2013-07-30utest: Add test for built-in function get_local_size.Yi Sun3-0/+92
2013-07-29Enable islessgreater/isordered/isunordered builtin vector functions.Zhigang Gong1-3/+3
2013-07-29add built-in function "isordered", "isunordered"Homer Hsing1-0/+2
2013-07-29add built-in function "islessgreater"Homer Hsing1-0/+1
2013-07-25Add generated header and PCH to gitignoreSimon Richter1-0/+2
2013-07-25Use access() instead of fopen() to search for PCHSimon Richter1-3/+2
2013-07-24Fix the indention handling in vector builtin function generator.Zhigang Gong1-4/+0
2013-07-24add address space qualifier to "modf"Homer Hsing1-11/+25
2013-07-24add address space qualifier to "remquo"Homer Hsing1-11/+25
2013-07-24revise built-in function "shuffle"Homer Hsing1-46/+35
2013-07-24Add misc builtin vector functions.Zhigang Gong1-2/+8
2013-07-24check whether python is installed.Zhigang Gong1-0/+2
2013-07-24Add the PCH support when building the source.Junyan He6-46/+94
2013-07-24Split the thounsands autogenerated code out from ocl_stdlib header file.Zhigang Gong11-11197/+5628
2013-07-24Implement a pyton script to auto generate those builtin vector functions.Zhigang Gong3-673/+6291
2013-07-24test builtin function "shuffle"Homer Hsing3-0/+54
2013-07-24add builtin function "shuffle"Homer Hsing1-0/+85
2013-07-24Frexp support global memory directlyZhigang Gong1-3/+1
2013-07-24add address_space modifier to builtin functions' pointerHomer Hsing1-4/+11
2013-07-24test built-in function "remquo"Homer Hsing3-0/+72
2013-07-24add built-in function "remquo"Homer Hsing1-0/+35
2013-07-24test builtin function "modf"Homer Hsing3-0/+63
2013-07-24add builtin function "modf"Homer Hsing1-0/+34
2013-07-24test built-in function "nextafter"Homer Hsing3-0/+65
2013-07-24add built-in function "nextafter"Homer Hsing1-0/+17
2013-07-22utest: add built-in test case for get_global_id.Yi Sun3-0/+82
2013-07-22Add build clang option fno-builtin to disable intrinsics.Yang Rong1-0/+3