1. ce64f8d ceil: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  2. 0ab370e sqrt: Split function generation to a shared inc file. by Jan Vesely · 5 years ago
  3. c7e20f4 mad: Convert to standard ternary header by Jan Vesely · 5 years ago
  4. 4a8b6ca travis: Deduplicate LLVM_CONFIG variable by Jan Vesely · 5 years ago
  5. d03083b travis: Use gcc-6 for llvm-7 build by Jan Vesely · 5 years ago
  6. 051773f Adjust documentation for git migration. by James Y Knight · 5 years ago
  7. dc3ff0f Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  8. eb8965e Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  9. 88c810c Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  10. ce71ef8 Update year in license files by Hans Wennborg · 5 years ago
  11. 6876116 cmake: Install libraries to DATADIR from GNUInstallDirs by Jan Vesely · 5 years ago
  12. 9e292a1 travis: Add cmake build by Jan Vesely · 5 years ago
  13. b8c27ec Add cmake build system by Jan Vesely · 5 years ago
  14. f3a7a5e r600: Remove empty OVERRIDES file by Jan Vesely · 5 years ago
  15. c47507e amdgcn: Consolidate atomic minmax helpers by Jan Vesely · 5 years ago
  16. 56ba31a configure: Add target specific asm rule. by Jan Vesely · 5 years ago
  17. 644f81d configure: provide llvm_as helper variable by Jan Vesely · 5 years ago
  18. e89d862 r600: Add datalayout to image builtin implementation by Jan Vesely · 5 years ago
  19. f398286 Remove redundant OVERRRIDES file by Jan Vesely · 6 years ago
  20. c895d59 configure: Provide symlink for amdgcn-mesa3d instead of configure hack by Jan Vesely · 6 years ago
  21. e22d132 travis: Check tahiti-amdgcn-mesa-mesa3d.bc by Jan Vesely · 6 years ago
  22. 68aa599 amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions by Jan Vesely · 6 years ago
  23. 996d52d amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file by Jan Vesely · 6 years ago
  24. 42130e9 amdgcn: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  25. 1fc8a80 amdgcn: Convert get_global_size to clc by Jan Vesely · 6 years ago
  26. b0f12c3 amdgcn: Convert get_local_size to clc by Jan Vesely · 6 years ago
  27. 646a3ab r600: Convert barrier to clc by Jan Vesely · 6 years ago
  28. e6a3a19 r600: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  29. b69b59c r600: Convert get_global_size to clc by Jan Vesely · 6 years ago
  30. 1cf6076 r600: Convert get_local_size to clc by Jan Vesely · 6 years ago
  31. 4b40133 configure: Rework support for gfx9+ devices that were added post LLVM 3.9 by Jan Vesely · 6 years ago
  32. a101272 .travis: Add llvm-7 build by Jan Vesely · 6 years ago
  33. 5796451 .travis: Use source whitelist alias for llvm-6 repository by Jan Vesely · 6 years ago
  34. 96651c5 amdgcn: Use __constant AS for amdgcn builtins. by Jan Vesely · 6 years ago
  35. 932d5db atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics by Jan Vesely · 6 years ago
  36. 221a2ac atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics implementation by Jan Vesely · 6 years ago
  37. 8f219c2 atomic: Provide function implementation of atomic_{dec,inc} by Jan Vesely · 6 years ago
  38. b15f97b atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  39. 539abb7 atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  40. 9614fcd atomic: Cleanup atomic_cmpxchg header by Jan Vesely · 6 years ago
  41. 1b777f3 atomic: Move define cleanup to shared include by Jan Vesely · 6 years ago
  42. 2dd41e6 Update copyright year to 2018. by Paul Robinson · 6 years ago
  43. 5ef6311 r600/fmin: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  44. 8e8344a r600/fmax: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  45. 9d24965 math/fma: Add fp32 software implementation by Jan Vesely · 6 years ago
  46. f851783 Add initial support for half precision builtins by Jan Vesely · 6 years ago
  47. 4740835 rootn: Use denormal path only by Jan Vesely · 6 years ago
  48. 3a22f21 remquo: Flush denormals if not supported by Jan Vesely · 6 years ago
  49. 34ce499 remquo: Port from amd builtins by Jan Vesely · 6 years ago
  50. 93528aa math: Add helper function to flush denormals if not supported. by Jan Vesely · 6 years ago
  51. 3dba691 clc_sqrt: Reuse unary_decl.inc by Jan Vesely · 6 years ago
  52. 6b31c44 relational/select: Condition types for half are short/ushort, not char/uchar by Jan Vesely · 6 years ago
  53. 38e1ee9 log10: Use sw implementation from amd builtins by Jan Vesely · 6 years ago
  54. c6b41e9 powr: Use denormal path only by Jan Vesely · 6 years ago
  55. fbbaee9 pown: Use denormal path only by Jan Vesely · 6 years ago
  56. aca9d09 pow: Use denormal path only by Jan Vesely · 6 years ago
  57. 68835a2 amdgcn/fmin: Fix typos that reduced precision by Jan Vesely · 6 years ago
  58. b76b23f exp10: Port from amd builtins by Jan Vesely · 6 years ago
  59. 415f069 hypot: Port from amd builtins by Jan Vesely · 6 years ago
  60. ba67583 select: simplify implementation and fix fp16 by Jan Vesely · 6 years ago
  61. adef60a fmod: Port from amd_builtins by Jan Vesely · 6 years ago
  62. ae46331 r600: Update datalayout after LLVM r328656 by Jan Vesely · 6 years ago
  63. 46ef35f amdgcn: Update datalayout after LLVM r328656 by Jan Vesely · 6 years ago
  64. ddf7cb5 remainder: Port from amd builtins by Jan Vesely · 6 years ago
  65. 9d6d4aa nan: Implement by Jan Vesely · 6 years ago
  66. 38e29d6 travis: Add build using llvm-6 by Jan Vesely · 6 years ago
  67. d5f47dc amdgcn/fmax: fcanonicalize operands by Jan Vesely · 6 years ago
  68. a81d39f amdgcn/fmin: fcanonicalize operands by Jan Vesely · 6 years ago
  69. 864a28f amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICs by Jan Vesely · 6 years ago
  70. 26b8288 integer/gentype: Add __CLC_VECSIZE macro by Jan Vesely · 6 years ago
  71. 1e2caf9 popcount: Provide function implementation rather than intrinsic redirect by Jan Vesely · 6 years ago
  72. 9adc84b lgamma_r: Move code from .inc to .cl file by Jan Vesely · 6 years ago
  73. c2c64d2 frexp: Reuse types provided by gentype.inc by Jan Vesely · 6 years ago
  74. edf8418 select: Add vector implementation by Jan Vesely · 6 years ago
  75. 5fc4e80 minmag: Condition variable needs to be the same bitwidth as operands by Jan Vesely · 6 years ago
  76. bff5139 maxmag: Condition variable needs to be the same bitwidth as operands by Jan Vesely · 6 years ago
  77. b0d41f5 Move cl_khr_fp64 exntension enablement to gentype include lists by Jan Vesely · 6 years ago
  78. 386115c utils: Adapt to llvm r325155 by Jan Vesely · 6 years ago
  79. 756ab56 amdgcn: Fix build after GDS/const AS swap in r325030 by Jan Vesely · 6 years ago
  80. 62d3ed7 amdgcn: Fix datalayout after addition of 32bit const AS in r324747 by Jan Vesely · 6 years ago
  81. 4125cc8 r600: Fix datalayout after clang r324101 by Jan Vesely · 6 years ago
  82. 269db58 amdgcn: Fix datalayout after clang r324101 by Jan Vesely · 6 years ago
  83. 4ad54e2 amdgpu/half_recip: Switch implementation to native_recip by Jan Vesely · 6 years ago
  84. 19012e3 amdgpu/half_log2: Switch implementation to native_log2 by Jan Vesely · 6 years ago
  85. 9f8ac5a amdgpu/half_log10: Switch implementation to native_log10 by Jan Vesely · 6 years ago
  86. 293ed80 amdgpu/half_log: Switch implementation to native_log by Jan Vesely · 6 years ago
  87. 10b8c26 amdgpu/half_exp2: Switch implementation to native_exp2 by Jan Vesely · 6 years ago
  88. 7fd39ca amdgpu/half_exp10: Switch implementation to native_exp10 by Jan Vesely · 6 years ago
  89. 5542612 amdgpu/half_exp: Switch implementation to native_exp by Jan Vesely · 6 years ago
  90. 3ecaac7 amdgpu/half_sqrt: Switch implementation to native_sqrt by Jan Vesely · 6 years ago
  91. 78cbd88 amdgpu/half_rsqrt: Switch implementation to native_rsqrt by Jan Vesely · 6 years ago
  92. 6f7c4a3 Add vstore_half_rte implementation by Jan Vesely · 6 years ago
  93. 0bc21a0 Add vstore_half_rtp implementation by Jan Vesely · 6 years ago
  94. 36af339 Add vstore_half_rtn implementation by Jan Vesely · 6 years ago
  95. b266f7c Add vstore_half_rtz implementation by Jan Vesely · 6 years ago
  96. 4232518 vstore_half: Consolidate declarations by Jan Vesely · 6 years ago
  97. ec8ebba vstore_half: Add support for custom rounding functions by Jan Vesely · 6 years ago
  98. 0eefe58 vstore_half: Make sure the helper function is always inline by Jan Vesely · 6 years ago
  99. 8c3f2e9 half_powr: Implement using powr by Jan Vesely · 6 years ago
  100. 789a234 math.h: Use logical operations instead of bit operations for readability by Jan Vesely · 6 years ago