1. 9aa6f35 travis: Add LLVM 9 build by Jan Vesely · 4 years, 7 months ago master
  2. d5bd40d travis: Switch to Ubuntu 16.04 (xenial) by Jan Vesely · 4 years, 7 months ago
  3. 0db3817 Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC" by Jan Vesely · 4 years, 9 months ago
  4. 58c8146 Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 4 years, 9 months ago
  5. 9f6204e travis: Add LLVM-8 build by Jan Vesely · 5 years ago
  6. 4501738 sincos: Simplify declaration headers. by Jan Vesely · 5 years ago
  7. 3f09410 fdim: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  8. 237a50c nextafter: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  9. cf40b18 copysign: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  10. 6f25daa atan2pi: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  11. 9bebcdb atan2: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  12. 9e8eb60 hypot: Use binary_decl_tt.inc instead of custom inc file by Jan Vesely · 5 years ago
  13. 10b297b Move unary_instrinsic.inc to private headers. by Jan Vesely · 5 years ago
  14. e5f9a70 Move binary_intrinsic.h to private headers. by Jan Vesely · 5 years ago
  15. 7abf9e1 Move ternary_intrinsic.h to private headers. by Jan Vesely · 5 years ago
  16. 5daa419 trunc: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  17. 4c2ceea round: Remove llvm intrinsic from the header by Jan Vesely · 5 years ago
  18. c00b149 rint: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  19. f2f8e1c floor: Remove llvm isntrinsic from the header. by Jan Vesely · 5 years ago
  20. 78274c5 fabs: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  21. 267f95b ceil: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  22. f838b92 sqrt: Split function generation to a shared inc file. by Jan Vesely · 5 years ago
  23. 45e3466 mad: Convert to standard ternary header by Jan Vesely · 5 years ago
  24. f6c7e14 travis: Deduplicate LLVM_CONFIG variable by Jan Vesely · 5 years ago
  25. 6acf5be travis: Use gcc-6 for llvm-7 build by Jan Vesely · 5 years ago
  26. ec20c20 Adjust documentation for git migration. by James Y Knight · 5 years ago
  27. 017ebdf Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  28. 428e821 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  29. 2894afa Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  30. e539285 Update year in license files by Hans Wennborg · 5 years ago
  31. e0b24ca cmake: Install libraries to DATADIR from GNUInstallDirs by Jan Vesely · 5 years ago
  32. 1ecb16d travis: Add cmake build by Jan Vesely · 5 years ago
  33. 6321f2c Add cmake build system by Jan Vesely · 5 years ago
  34. dc20224 r600: Remove empty OVERRIDES file by Jan Vesely · 5 years ago
  35. 7c8d7f0 amdgcn: Consolidate atomic minmax helpers by Jan Vesely · 5 years ago
  36. 77e33e8 configure: Add target specific asm rule. by Jan Vesely · 5 years ago
  37. 424c7c6 configure: provide llvm_as helper variable by Jan Vesely · 5 years ago
  38. 053ae3e r600: Add datalayout to image builtin implementation by Jan Vesely · 5 years ago
  39. d5ba34c Remove redundant OVERRRIDES file by Jan Vesely · 6 years ago
  40. d868814 configure: Provide symlink for amdgcn-mesa3d instead of configure hack by Jan Vesely · 6 years ago
  41. 2675dfc travis: Check tahiti-amdgcn-mesa-mesa3d.bc by Jan Vesely · 6 years ago
  42. 92fd80f amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions by Jan Vesely · 6 years ago
  43. d3ae5d2 amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file by Jan Vesely · 6 years ago
  44. bd6b0b8 amdgcn: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  45. f1d3273 amdgcn: Convert get_global_size to clc by Jan Vesely · 6 years ago
  46. 1c72af2 amdgcn: Convert get_local_size to clc by Jan Vesely · 6 years ago
  47. db5c3ba r600: Convert barrier to clc by Jan Vesely · 6 years ago
  48. d4029cb r600: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  49. 2feb454 r600: Convert get_global_size to clc by Jan Vesely · 6 years ago
  50. af5973e r600: Convert get_local_size to clc by Jan Vesely · 6 years ago
  51. dabae5a configure: Rework support for gfx9+ devices that were added post LLVM 3.9 by Jan Vesely · 6 years ago
  52. d1ad2f3 .travis: Add llvm-7 build by Jan Vesely · 6 years ago
  53. 8524aad .travis: Use source whitelist alias for llvm-6 repository by Jan Vesely · 6 years ago
  54. 62a9191 amdgcn: Use __constant AS for amdgcn builtins. by Jan Vesely · 6 years ago
  55. c45b9df atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics by Jan Vesely · 6 years ago
  56. e14637b atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics implementation by Jan Vesely · 6 years ago
  57. d48ca17 atomic: Provide function implementation of atomic_{dec,inc} by Jan Vesely · 6 years ago
  58. e1d0d71 atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  59. e8b9fac atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  60. d3d7ca6 atomic: Cleanup atomic_cmpxchg header by Jan Vesely · 6 years ago
  61. 2d22b7a atomic: Move define cleanup to shared include by Jan Vesely · 6 years ago
  62. e6e24bf Update copyright year to 2018. by Paul Robinson · 6 years ago
  63. 9662704 r600/fmin: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  64. aa96171 r600/fmax: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  65. 8f66cbc math/fma: Add fp32 software implementation by Jan Vesely · 6 years ago
  66. a2118d5 Add initial support for half precision builtins by Jan Vesely · 6 years ago
  67. bac1578 rootn: Use denormal path only by Jan Vesely · 6 years ago
  68. 569bb0e remquo: Flush denormals if not supported by Jan Vesely · 6 years ago
  69. bebb1c2 remquo: Port from amd builtins by Jan Vesely · 6 years ago
  70. a787281 math: Add helper function to flush denormals if not supported. by Jan Vesely · 6 years ago
  71. cb89446 clc_sqrt: Reuse unary_decl.inc by Jan Vesely · 6 years ago
  72. e4c03a8 relational/select: Condition types for half are short/ushort, not char/uchar by Jan Vesely · 6 years ago
  73. 20c7963 log10: Use sw implementation from amd builtins by Jan Vesely · 6 years ago
  74. 942243a powr: Use denormal path only by Jan Vesely · 6 years ago
  75. b7ccb44 pown: Use denormal path only by Jan Vesely · 6 years ago
  76. 0af7f47 pow: Use denormal path only by Jan Vesely · 6 years ago
  77. 24ce5c5 amdgcn/fmin: Fix typos that reduced precision by Jan Vesely · 6 years ago
  78. 3a7cab5 exp10: Port from amd builtins by Jan Vesely · 6 years ago
  79. 2a1e8aa hypot: Port from amd builtins by Jan Vesely · 6 years ago
  80. f66afab select: simplify implementation and fix fp16 by Jan Vesely · 6 years ago
  81. d70af3b fmod: Port from amd_builtins by Jan Vesely · 6 years ago
  82. 63357f7 r600: Update datalayout after LLVM r328656 by Jan Vesely · 6 years ago
  83. 8f3ec75 amdgcn: Update datalayout after LLVM r328656 by Jan Vesely · 6 years ago
  84. 96d10f2 remainder: Port from amd builtins by Jan Vesely · 6 years ago
  85. 0023627 nan: Implement by Jan Vesely · 6 years ago
  86. 81a5e89 travis: Add build using llvm-6 by Jan Vesely · 6 years ago
  87. a8b683e amdgcn/fmax: fcanonicalize operands by Jan Vesely · 6 years ago
  88. 443a7c3 amdgcn/fmin: fcanonicalize operands by Jan Vesely · 6 years ago
  89. 034def9 amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICs by Jan Vesely · 6 years ago
  90. 352e947 integer/gentype: Add __CLC_VECSIZE macro by Jan Vesely · 6 years ago
  91. 284d8a6 popcount: Provide function implementation rather than intrinsic redirect by Jan Vesely · 6 years ago
  92. 1235fbf lgamma_r: Move code from .inc to .cl file by Jan Vesely · 6 years ago
  93. 3385ea8 frexp: Reuse types provided by gentype.inc by Jan Vesely · 6 years ago
  94. c34ffc2 select: Add vector implementation by Jan Vesely · 6 years ago
  95. 8e7fa64 minmag: Condition variable needs to be the same bitwidth as operands by Jan Vesely · 6 years ago
  96. 6017bbe maxmag: Condition variable needs to be the same bitwidth as operands by Jan Vesely · 6 years ago
  97. d1875de Move cl_khr_fp64 exntension enablement to gentype include lists by Jan Vesely · 6 years ago
  98. 3554053 utils: Adapt to llvm r325155 by Jan Vesely · 6 years ago
  99. fb39e82 amdgcn: Fix build after GDS/const AS swap in r325030 by Jan Vesely · 6 years ago
  100. c947a4d amdgcn: Fix datalayout after addition of 32bit const AS in r324747 by Jan Vesely · 6 years ago