1. 7013857 tanpi: Port from amd_builtins by Jan Vesely · 7 years ago
  2. 03937bd tan: Port from amd_builtins by Jan Vesely · 7 years ago
  3. 44e0522 half_divide: Implement using x/y by Jan Vesely · 7 years ago
  4. 2813b4f half_tan: Implement using tan by Jan Vesely · 7 years ago
  5. bf38fae half_sin: Implement using sin by Jan Vesely · 7 years ago
  6. 398108b half_recip: Implement using 1/x by Jan Vesely · 7 years ago
  7. a1aba44 half_log2: Implement using log2 by Jan Vesely · 7 years ago
  8. b3b72af half_log10: Implement using log10 by Jan Vesely · 7 years ago
  9. 6852023 half_log: Implement using log by Jan Vesely · 7 years ago
  10. aa4c389 half_exp10: Implement using exp10 by Jan Vesely · 7 years ago
  11. 3c0e19b half_exp2: Implement using exp2 by Jan Vesely · 7 years ago
  12. caa9000 half_exp: Implement using exp by Jan Vesely · 7 years ago
  13. b5d5560 half_cos: Implement using cos by Jan Vesely · 7 years ago
  14. e53ae3b half_sqrt: Cleanup implementation by Jan Vesely · 7 years ago
  15. a95db14 half_rsqrt: Cleanup implementation by Jan Vesely · 7 years ago
  16. fe8e00b rootn: Port from amd_builtins by Jan Vesely · 7 years ago
  17. c45ec60 powr: Port from amd_builtins by Jan Vesely · 7 years ago
  18. 5efc8fe pown: Port from amd_builtins by Jan Vesely · 7 years ago
  19. cc5c65b pow: Port from amd_builtins by Jan Vesely · 7 years ago
  20. 79b7f4c configure.py: Add gfx900 (Vega, Raven) by Vedran Miletic · 8 years ago
  21. fe7c045 math: Implement minmag by Jan Vesely · 8 years ago
  22. 7ba243c math: Implement maxmag by Jan Vesely · 8 years ago
  23. 383fbd0 native_powr: Switch implementation to native_exp2 and native_log2 by Jan Vesely · 8 years ago
  24. f38b40d native_divide: provide function implementation instead of macro by Jan Vesely · 8 years ago
  25. 1b9825f native_recip: provide function implementation instead of macro by Jan Vesely · 8 years ago
  26. a6758c9 native_rsqrt: Switch implementation to 1 / native_sqrt by Jan Vesely · 8 years ago
  27. 541a3f0 native_tan: Switch implementation to use native_sin/native_cos by Jan Vesely · 8 years ago
  28. 79b7566 math: Use precomputed constant for log2(10.0) by Jan Vesely · 8 years ago
  29. 6b4a625 native_exp10: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  30. 4301e6d native_sqrt: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  31. 1f34c85 native_sin: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  32. 0750b7d native_cos: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  33. edbde58 native_exp2: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  34. 504f85c native_exp: Switch implementation to llvm intrinsic by Jan Vesely · 8 years ago
  35. 8dc6e98d amdgpu: Add workaround for unimplemented llvm.exp intrinsic by Jan Vesely · 8 years ago
  36. adc1eae native_log10: Switch to generic native intrinsic inc file by Jan Vesely · 8 years ago
  37. 086e796 native_log: Switch to generic native intrinsic inc file by Jan Vesely · 8 years ago
  38. f58dee9 native_log2: Switch to generic native intrinsic inc file by Jan Vesely · 8 years ago
  39. 39ef293 tgamma: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  40. 91d7b92 tanh: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  41. e4d5d10 tan: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  42. b0fab26 sqrt: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  43. e380235 sinpi: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  44. 4708b108 sinh: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  45. a3febe3 sin: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  46. 25671b4 native_log: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  47. fd13434 native_log2: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  48. d6ad076 native_log10: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  49. 139185d log: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  50. 27dffff logb: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  51. 7fc23fb log2: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  52. a9132ce log1p: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  53. 4e062cb lgamma: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  54. 4cb612e exp2: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  55. e99ba9a cospi: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  56. c708278 cosh: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  57. f76371d cos: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  58. 50a3ccc cbrt: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  59. a4df39b atanpi: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  60. 1bd2ac2 atanh: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  61. 0942b5e atan: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  62. d3d5e32 asinpi: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  63. 48bda32 asinh: Use unary_dec instead of custom inc file by Jan Vesely · 8 years ago
  64. ba4b98c asin: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  65. 6117184 acospi: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  66. 720783d acosh: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  67. caca914 acos: Use unary_decl instead of custom inc file by Jan Vesely · 8 years ago
  68. 47e093d math: Implement native_log10 by Jan Vesely · 8 years ago
  69. 9fedbb9 amdgpu/math: Don't use llvm instrinsic for native_log by Jan Vesely · 8 years ago
  70. 7ab2d0b shared: Implement aligned vector stores (vstorea_half) by Jan Vesely · 8 years ago
  71. 12061c7 shared: Implement aligned vector loads (vloada_half) by Jan Vesely · 8 years ago
  72. c420b61 amdgcn: Add missing datalayout info to .ll files by Jan Vesely · 8 years ago
  73. 66b32ad r600: Add missing datalayout to .ll files by Jan Vesely · 8 years ago
  74. 577c52b travis: enable checks of nvptx libraries by Jan Vesely · 8 years ago
  75. 2601429 travis: Enable external function call checks on llvm-{4,5} by Jan Vesely · 8 years ago
  76. 3d349ea Make image builtins r600/llvm-3.9 only by Jan Vesely · 8 years ago
  77. 1364d26 Implement mem_fence on ptx by Jeroen Ketema · 8 years ago
  78. 4f5a3d5 Make ptx barrier work irrespective of the cl_mem_fence_flags by Jeroen Ketema · 8 years ago
  79. 3c51ae5 travis: Make sure we report failure even if only earlier checked files fail by Jan Vesely · 8 years ago
  80. 136381dc check_external_calls.sh: Print number of calls in tested file. by Jan Vesely · 8 years ago
  81. 80bb52a ptx: Use __clc_nextafter to implement nextafter by Jan Vesely · 8 years ago
  82. 1de1444 Do not include clc_nextafter header globally by Jan Vesely · 8 years ago
  83. 6a5c8dd math/nextafter: Use custom declaration inc file by Jan Vesely · 8 years ago
  84. 72be1cc math/binary_decl.inc: Do not declare mixed float/double functions by Jan Vesely · 8 years ago
  85. beb6591 ldexp: Fix double precision function return type by Jan Vesely · 8 years ago
  86. 3913056 configure: Fix handling of directories with compats only source lists by Jan Vesely · 8 years ago
  87. 957151b Add vload_half helpers for ptx by Jeroen Ketema · 8 years ago
  88. feefb08 Add vstore_half helpers for ptx by Jeroen Ketema · 8 years ago
  89. a02d0e2 integer/sub_sat: Use clang builtin instead of llvm asm by Jan Vesely · 8 years ago
  90. 1964df8 integer/add_sat: Use clang builtin instead of llvm asm by Jan Vesely · 8 years ago
  91. 943057a integer/clz: Use clang builtin instead of llvm asm by Jan Vesely · 8 years ago
  92. fe9fa89 Let get_work_dim take exactly 0 arguments by Jeroen Ketema · 8 years ago
  93. 17fdf26 Do no circularly define NULL by Jeroen Ketema · 8 years ago
  94. 2b7fa1c Fix amdgcn-amdhsa on llvm-3.9 by Jan Vesely · 8 years ago
  95. aee030f travis: Check built libraries on llvm-3.9 by Jan Vesely · 8 years ago
  96. 8c8c287 Add script to check for unresolved function calls by Jan Vesely · 8 years ago
  97. 41b1500 geometric: geometric functions are only supported for vector lengths <=4 by Jan Vesely · 8 years ago
  98. 8d08f01 travis: add build using llvm-3.9 by Jan Vesely · 8 years ago
  99. ce29e8c Restore support for llvm-3.9 by Jan Vesely · 8 years ago
  100. 3bb50f6 Add missing HAVE_LLVM define to fix build with latest llvm by Jan Vesely · 8 years ago