1. 732e19e r600: Fix datalayout after clang r324101 by Jan Vesely · 6 years ago
  2. 35cf067 amdgcn: Fix datalayout after clang r324101 by Jan Vesely · 6 years ago
  3. ca73f7f amdgpu/half_recip: Switch implementation to native_recip by Jan Vesely · 6 years ago
  4. bff9f08 amdgpu/half_log2: Switch implementation to native_log2 by Jan Vesely · 6 years ago
  5. 2e3a2fc amdgpu/half_log10: Switch implementation to native_log10 by Jan Vesely · 6 years ago
  6. ae36257 amdgpu/half_log: Switch implementation to native_log by Jan Vesely · 6 years ago
  7. cf2cbdc amdgpu/half_exp2: Switch implementation to native_exp2 by Jan Vesely · 6 years ago
  8. 31c7154 amdgpu/half_exp10: Switch implementation to native_exp10 by Jan Vesely · 6 years ago
  9. de0a7c3 amdgpu/half_exp: Switch implementation to native_exp by Jan Vesely · 6 years ago
  10. 7858f64 amdgpu/half_sqrt: Switch implementation to native_sqrt by Jan Vesely · 6 years ago
  11. 7c4255e amdgpu/half_rsqrt: Switch implementation to native_rsqrt by Jan Vesely · 6 years ago
  12. 81da85d Add vstore_half_rte implementation by Jan Vesely · 6 years ago
  13. 95849e0 Add vstore_half_rtp implementation by Jan Vesely · 6 years ago
  14. dbcf909 Add vstore_half_rtn implementation by Jan Vesely · 6 years ago
  15. 88e1b33 Add vstore_half_rtz implementation by Jan Vesely · 6 years ago
  16. a9a3597 vstore_half: Consolidate declarations by Jan Vesely · 6 years ago
  17. 5d1b20e vstore_half: Add support for custom rounding functions by Jan Vesely · 6 years ago
  18. 1036c36 vstore_half: Make sure the helper function is always inline by Jan Vesely · 6 years ago
  19. 13541fc half_powr: Implement using powr by Jan Vesely · 6 years ago
  20. becbb86 math.h: Use logical operations instead of bit operations for readability by Jan Vesely · 6 years ago
  21. e7fc75d math.h: Set HAVE_HW_FMA32 based on compiler provided macro by Jan Vesely · 6 years ago
  22. d20b120 tanpi: Port from amd_builtins by Jan Vesely · 6 years ago
  23. c7403d2 tan: Port from amd_builtins by Jan Vesely · 6 years ago
  24. fdd3dde half_divide: Implement using x/y by Jan Vesely · 6 years ago
  25. 135437f half_tan: Implement using tan by Jan Vesely · 6 years ago
  26. 8c3ada2 half_sin: Implement using sin by Jan Vesely · 6 years ago
  27. 2b093d6 half_recip: Implement using 1/x by Jan Vesely · 6 years ago
  28. bc35b27 half_log2: Implement using log2 by Jan Vesely · 6 years ago
  29. 05dc895 half_log10: Implement using log10 by Jan Vesely · 6 years ago
  30. 391caaf half_log: Implement using log by Jan Vesely · 6 years ago
  31. 4096c0a half_exp10: Implement using exp10 by Jan Vesely · 6 years ago
  32. 02bc2ee half_exp2: Implement using exp2 by Jan Vesely · 6 years ago
  33. 6b9ebbd half_exp: Implement using exp by Jan Vesely · 6 years ago
  34. a172af7 half_cos: Implement using cos by Jan Vesely · 6 years ago
  35. dc17ee5 half_sqrt: Cleanup implementation by Jan Vesely · 6 years ago
  36. 41879e4 half_rsqrt: Cleanup implementation by Jan Vesely · 6 years ago
  37. e583aa1 rootn: Port from amd_builtins by Jan Vesely · 6 years ago
  38. e7ba5a1 powr: Port from amd_builtins by Jan Vesely · 6 years ago
  39. 090cd0e pown: Port from amd_builtins by Jan Vesely · 6 years ago
  40. e57924f pow: Port from amd_builtins by Jan Vesely · 6 years ago
  41. d638441 configure.py: Add gfx900 (Vega, Raven) by Vedran Miletic · 6 years ago
  42. 3d994f2 math: Implement minmag by Jan Vesely · 6 years ago
  43. 60e04f4 math: Implement maxmag by Jan Vesely · 6 years ago
  44. 38cf24d native_powr: Switch implementation to native_exp2 and native_log2 by Jan Vesely · 6 years ago
  45. f19c422 native_divide: provide function implementation instead of macro by Jan Vesely · 6 years ago
  46. bfc859b native_recip: provide function implementation instead of macro by Jan Vesely · 6 years ago
  47. cee90c3 native_rsqrt: Switch implementation to 1 / native_sqrt by Jan Vesely · 6 years ago
  48. 928e00c native_tan: Switch implementation to use native_sin/native_cos by Jan Vesely · 6 years ago
  49. d66c580 math: Use precomputed constant for log2(10.0) by Jan Vesely · 6 years ago
  50. 11e82f7 native_exp10: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  51. d597896 native_sqrt: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  52. 522e710 native_sin: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  53. f65be22 native_cos: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  54. 7973d6a native_exp2: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  55. 8811942 native_exp: Switch implementation to llvm intrinsic by Jan Vesely · 6 years ago
  56. 6ce5704 amdgpu: Add workaround for unimplemented llvm.exp intrinsic by Jan Vesely · 6 years ago
  57. d881f24 native_log10: Switch to generic native intrinsic inc file by Jan Vesely · 6 years ago
  58. 8fdb785 native_log: Switch to generic native intrinsic inc file by Jan Vesely · 6 years ago
  59. 23d5db8 native_log2: Switch to generic native intrinsic inc file by Jan Vesely · 6 years ago
  60. f07a101 tgamma: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  61. 7931965 tanh: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  62. 26a9203 tan: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  63. 12aa25f sqrt: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  64. 8bd387e sinpi: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  65. 5ccaeab sinh: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  66. a07ec9d sin: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  67. 998ab5c native_log: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  68. 397331d native_log2: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  69. 8289f8c native_log10: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  70. 70bf547 log: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  71. b985a2a logb: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  72. 6e2bc07 log2: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  73. 2342d15 log1p: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  74. 31b2940 lgamma: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  75. e3dbfa9 exp2: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  76. f6ea0be cospi: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  77. 4047763 cosh: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  78. ed8ed00 cos: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  79. 8c7c865 cbrt: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  80. 6fb1f75 atanpi: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  81. 9f34fa3 atanh: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  82. 9c04148 atan: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  83. ec4caed asinpi: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  84. 681ea90 asinh: Use unary_dec instead of custom inc file by Jan Vesely · 7 years ago
  85. c619fd4 asin: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  86. 5233091 acospi: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  87. 89869f4 acosh: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  88. a6cce07 acos: Use unary_decl instead of custom inc file by Jan Vesely · 7 years ago
  89. 2930d00 math: Implement native_log10 by Jan Vesely · 7 years ago
  90. 93364d6 amdgpu/math: Don't use llvm instrinsic for native_log by Jan Vesely · 7 years ago
  91. fabea1e shared: Implement aligned vector stores (vstorea_half) by Jan Vesely · 7 years ago
  92. c3e3853 shared: Implement aligned vector loads (vloada_half) by Jan Vesely · 7 years ago
  93. fff6e78 amdgcn: Add missing datalayout info to .ll files by Jan Vesely · 7 years ago
  94. 404e255 r600: Add missing datalayout to .ll files by Jan Vesely · 7 years ago
  95. b61116b travis: enable checks of nvptx libraries by Jan Vesely · 7 years ago
  96. 2bb15f4 travis: Enable external function call checks on llvm-{4,5} by Jan Vesely · 7 years ago
  97. b9687f1 Make image builtins r600/llvm-3.9 only by Jan Vesely · 7 years ago
  98. 7b3a840 Implement mem_fence on ptx by Jeroen Ketema · 7 years ago
  99. ba746aa Make ptx barrier work irrespective of the cl_mem_fence_flags by Jeroen Ketema · 7 years ago
  100. 50e9302 travis: Make sure we report failure even if only earlier checked files fail by Jan Vesely · 7 years ago