1. 5bb19f7 Remove references to old mailing lists that have moved to discourse. Replace with links to discourse. by tlattner · 1 year, 10 months ago
  2. d3c6bd1 libclc: Add clspv64 target by Kévin Petit · 2 years, 4 months ago
  3. 24e6452 Quote some more destination paths with variables by John Ericson · 2 years, 5 months ago
  4. 28a0867 Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM""" by Med Ismail Bennani · 2 years, 5 months ago
  5. d823a02 Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"" by John Ericson · 2 years, 6 months ago
  6. 5cf08c3 Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" by Med Ismail Bennani · 2 years, 6 months ago
  7. 4e7708c Use `GNUInstallDirs` to support custom installation dirs. -- LLVM by John Ericson · 3 years, 1 month ago
  8. 4b97607 libclc: Fix rounding during type conversion by Daniel Stone · 2 years, 9 months ago
  9. 2ec87f2 libclc: Add -cl-no-stdinc to clang flags on clang >=13 by Jan Vesely · 2 years, 10 months ago
  10. c3577b4 Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC by Duncan P. N. Exon Smith · 3 years ago
  11. 48805ca libclc: Add clspv target to libclc by Alan Baker · 3 years, 5 months ago
  12. b978e7d libclc: Use find_package to find Python 3 and require it by Aaron Puchert · 3 years, 7 months ago
  13. 00590a4 libclc: Add a __builtin to let SPIRV targets select between SW and HW FMA by Daniel Stone · 3 years, 8 months ago
  14. 006a38b libclc/spirv: Add missing files from D85911 by Jan Vesely · 3 years, 8 months ago
  15. 4c9bc8c libclc/spirv: Add various functions by Daniel Stone · 3 years, 8 months ago
  16. 5e385f7 libclc: Add Mesa/SPIR-V target by Dave Airlie · 3 years, 9 months ago
  17. 0a8022f libclc: Make all built-ins overloadable by Daniel Stone · 3 years, 9 months ago
  18. 976a67a libclc: Fix FP_ILOGBNAN definition by Boris Brezillon · 3 years, 9 months ago
  19. a1b29b4 [CMake] Bump CMake minimum version to 3.13.4 by Louis Dionne · 4 years ago
  20. 8cd0d68 libclc: update website url by davidak · 4 years ago
  21. 7309e88 libclc: Compile with -nostdlib by Matt Arsenault · 4 years ago
  22. cf2df75 libclc: Pass system libraries to the linker after llvm libraries by Tom Stellard · 4 years ago
  23. 42601e3 libclc: Use temporary files rather than a pipe by Daniel Stone · 4 years, 1 month ago
  24. c68379f libclc: Don't pass linker flags to CLC/LLAsm by Daniel Stone · 4 years, 1 month ago
  25. 1161e10 libclc: Use echo rather than true for try_compile by Daniel Stone · 4 years, 1 month ago
  26. ac8a8c4 libclc: Fix LLVM library linking on Windows by Daniel Stone · 4 years, 1 month ago
  27. 85b3622 libclc: cmake configure should depend on file list by Jan Vesely · 4 years, 3 months ago
  28. 5a3ce4b libclc: Use acos implementation from amd_builtins by Jan Vesely · 4 years, 3 months ago
  29. f7b9bd7 libclc/r600: Use target specific builtins to implement rsqrt and native_rsqrt by Jan Vesely · 4 years, 3 months ago
  30. 1dae9c1 libclc: Move rsqrt implementation to a .cl file by Jan Vesely · 4 years, 3 months ago
  31. a6e2310 libclc/asin: Switch to amd builtins version of asin by Aaron Watry · 4 years, 3 months ago
  32. 00eb5f9 libclc: Drop the old python based build system by Jan Vesely · 4 years, 6 months ago
  33. ce6231d libclc: Drop travis by Jan Vesely · 4 years, 6 months ago
  34. 3c37a3b [www] Change URLs to HTTPS. by Stephan T. Lavavej · 4 years, 7 months ago
  35. 0dfc51c travis: Add LLVM 9 build by Jan Vesely · 4 years, 7 months ago
  36. b57df24 travis: Switch to Ubuntu 16.04 (xenial) by Jan Vesely · 4 years, 7 months ago
  37. 03c19fb Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC" by Jan Vesely · 4 years, 9 months ago
  38. 5e5720e Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 4 years, 9 months ago
  39. e95619b travis: Add LLVM-8 build by Jan Vesely · 5 years ago
  40. b17b125 sincos: Simplify declaration headers. by Jan Vesely · 5 years ago
  41. 2a5f33f fdim: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  42. 8b54fe1 nextafter: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  43. d0e4853 copysign: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  44. 5b318dc atan2pi: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  45. 994c146 atan2: Use binary_decl_tt.inc instead of custom inc file. by Jan Vesely · 5 years ago
  46. 2db9529 hypot: Use binary_decl_tt.inc instead of custom inc file by Jan Vesely · 5 years ago
  47. 7a6124b Move unary_instrinsic.inc to private headers. by Jan Vesely · 5 years ago
  48. d2ccc51 Move binary_intrinsic.h to private headers. by Jan Vesely · 5 years ago
  49. e9c703a Move ternary_intrinsic.h to private headers. by Jan Vesely · 5 years ago
  50. 9593ef7 trunc: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  51. 20f3d88 round: Remove llvm intrinsic from the header by Jan Vesely · 5 years ago
  52. 4fd457d rint: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  53. 97fba4e floor: Remove llvm isntrinsic from the header. by Jan Vesely · 5 years ago
  54. 3d3e5b0 fabs: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  55. ce64f8d ceil: Remove llvm intrinsic from the header. by Jan Vesely · 5 years ago
  56. 0ab370e sqrt: Split function generation to a shared inc file. by Jan Vesely · 5 years ago
  57. c7e20f4 mad: Convert to standard ternary header by Jan Vesely · 5 years ago
  58. 4a8b6ca travis: Deduplicate LLVM_CONFIG variable by Jan Vesely · 5 years ago
  59. d03083b travis: Use gcc-6 for llvm-7 build by Jan Vesely · 5 years ago
  60. 051773f Adjust documentation for git migration. by James Y Knight · 5 years ago
  61. dc3ff0f Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  62. eb8965e Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  63. 88c810c Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  64. ce71ef8 Update year in license files by Hans Wennborg · 5 years ago
  65. 6876116 cmake: Install libraries to DATADIR from GNUInstallDirs by Jan Vesely · 5 years ago
  66. 9e292a1 travis: Add cmake build by Jan Vesely · 5 years ago
  67. b8c27ec Add cmake build system by Jan Vesely · 5 years ago
  68. f3a7a5e r600: Remove empty OVERRIDES file by Jan Vesely · 5 years ago
  69. c47507e amdgcn: Consolidate atomic minmax helpers by Jan Vesely · 5 years ago
  70. 56ba31a configure: Add target specific asm rule. by Jan Vesely · 5 years ago
  71. 644f81d configure: provide llvm_as helper variable by Jan Vesely · 5 years ago
  72. e89d862 r600: Add datalayout to image builtin implementation by Jan Vesely · 5 years ago
  73. f398286 Remove redundant OVERRRIDES file by Jan Vesely · 6 years ago
  74. c895d59 configure: Provide symlink for amdgcn-mesa3d instead of configure hack by Jan Vesely · 6 years ago
  75. e22d132 travis: Check tahiti-amdgcn-mesa-mesa3d.bc by Jan Vesely · 6 years ago
  76. 68aa599 amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions by Jan Vesely · 6 years ago
  77. 996d52d amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file by Jan Vesely · 6 years ago
  78. 42130e9 amdgcn: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  79. 1fc8a80 amdgcn: Convert get_global_size to clc by Jan Vesely · 6 years ago
  80. b0f12c3 amdgcn: Convert get_local_size to clc by Jan Vesely · 6 years ago
  81. 646a3ab r600: Convert barrier to clc by Jan Vesely · 6 years ago
  82. e6a3a19 r600: Convert get_num_groups to clc by Jan Vesely · 6 years ago
  83. b69b59c r600: Convert get_global_size to clc by Jan Vesely · 6 years ago
  84. 1cf6076 r600: Convert get_local_size to clc by Jan Vesely · 6 years ago
  85. 4b40133 configure: Rework support for gfx9+ devices that were added post LLVM 3.9 by Jan Vesely · 6 years ago
  86. a101272 .travis: Add llvm-7 build by Jan Vesely · 6 years ago
  87. 5796451 .travis: Use source whitelist alias for llvm-6 repository by Jan Vesely · 6 years ago
  88. 96651c5 amdgcn: Use __constant AS for amdgcn builtins. by Jan Vesely · 6 years ago
  89. 932d5db atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics by Jan Vesely · 6 years ago
  90. 221a2ac atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics implementation by Jan Vesely · 6 years ago
  91. 8f219c2 atomic: Provide function implementation of atomic_{dec,inc} by Jan Vesely · 6 years ago
  92. b15f97b atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  93. 539abb7 atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declarations by Jan Vesely · 6 years ago
  94. 9614fcd atomic: Cleanup atomic_cmpxchg header by Jan Vesely · 6 years ago
  95. 1b777f3 atomic: Move define cleanup to shared include by Jan Vesely · 6 years ago
  96. 2dd41e6 Update copyright year to 2018. by Paul Robinson · 6 years ago
  97. 5ef6311 r600/fmin: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  98. 8e8344a r600/fmax: Flush denormals before calling builtin. by Jan Vesely · 6 years ago
  99. 9d24965 math/fma: Add fp32 software implementation by Jan Vesely · 6 years ago
  100. f851783 Add initial support for half precision builtins by Jan Vesely · 6 years ago