1. b16c586 SpirvShader: Implement OpMemoryBarrier. by Ben Clayton · 5 years ago
  2. 1c82c7b Reactor (LLVM): Add support for Coroutines. by Ben Clayton · 5 years ago
  3. 208ed40 Reactor: Add Traits for Reference types by Ben Clayton · 5 years ago
  4. 4b94465 LLVMReactor: Always run the IR verifier. by Ben Clayton · 5 years ago
  5. 99e5719 LLVMReactor: Fix atomic loads and stores of non-scalar types. by Ben Clayton · 5 years ago
  6. c958b17 LLVMReactor: Assert return value type matches function sig. by Ben Clayton · 5 years ago
  7. 351be42 Add traits for Reactor arguments and return types by Ben Clayton · 5 years ago
  8. bec21fe Reactor: Do not start the unreachable block with Unreachable by Ben Clayton · 5 years ago
  9. 97c13ad LLVMReactor: Finalize the debug info earlier by Ben Clayton · 5 years ago
  10. 7579db1 LLVMReactor: Fix the signature of a few instrinsics by Ben Clayton · 5 years ago
  11. 46e28cb Check macro arguments match format specifier. by Ben Clayton · 5 years ago
  12. 8c7da80 Update Visual Studio LLVM project by Nicolas Capens · 5 years ago
  13. fb28067 src/Vulkan: Fixup all printf-style messages by Ben Clayton · 5 years ago
  14. 7889633 Marshal image instruction parameters to the sampling trampoline by Nicolas Capens · 5 years ago
  15. 09a7f45 CMakeLists: Fix REACTOR_EMIT_DEBUG_INFO builds by Ben Clayton · 5 years ago
  16. 2a58238 CMakeLists: Treat trailing semicolons as warnings / errors by Ben Clayton · 5 years ago
  17. 0fc611f Reactor: Add Gather and Scatter instructions. by Ben Clayton · 5 years ago
  18. 4d1f8d0 Reactor: Hook up atomic load/store intrinsics. by Ben Clayton · 5 years ago
  19. 3c83083 LLVMReactorDebugInfo: Remove REACTOR_LLVM_VERSION check by Ben Clayton · 5 years ago
  20. 707ed99 Add support for OpAtomicISub, OpAtomicIIncrement, OpAtomicIDecrement by Chris Forbes · 5 years ago
  21. bcc71a3 Reactor: Remove trailing semicolons. by Ben Clayton · 5 years ago
  22. 5875be5 Remove LLVM 3 from SwiftShader and all references. by Ben Clayton · 5 years ago
  23. 20507fa LLVMReactor: #error if usng LLVM 3 by Ben Clayton · 5 years ago
  24. c9ca99e Fix comment describing compare/exchange behavior by Chris Forbes · 5 years ago
  25. 97035bd Switch SIMD::Pointer::base from a Float* to Byte* by Ben Clayton · 5 years ago
  26. a16238d Add support for OpAtomicCompareExchange by Chris Forbes · 5 years ago
  27. 1781393 Add support atomic instructions as used with storage images by Chris Forbes · 5 years ago
  28. ac07ed8 Reactor: Implement debug info generation by Ben Clayton · 5 years ago
  29. d853c12 Reactor: Add support for calling C functions. by Ben Clayton · 5 years ago
  30. c790416 Reactor: Expose Capabilities. by Ben Clayton · 5 years ago
  31. 7945a51 Reactor: Add support for printing Longs. by Ben Clayton · 5 years ago
  32. eb50d25 Reactor: Copy new debug macros to Reactor. by Ben Clayton · 5 years ago
  33. db4f3df Revert "SprivShader: Replace hand-rolled bitreverse with LLVM intrinsic" by Ben Clayton · 5 years ago
  34. e339d6c Revert "SprivShader: Replace hand-rolled bitcount with LLVM intrinsic" by Ben Clayton · 5 years ago
  35. 0179e5e SprivShader: Replace hand-rolled bitcount with LLVM intrinsic by Ben Clayton · 5 years ago
  36. a786c4a SprivShader: Replace hand-rolled bitreverse with LLVM intrinsic by Ben Clayton · 5 years ago
  37. c38fc12 Build fixes for LLVM 3 backend by Ben Clayton · 5 years ago
  38. da61705 Fix implicit string cast to boolean warning (treated as error) by Nicolas Capens · 5 years ago
  39. 3f0d3ef Enable multiprocess compilation for all Visual Studio projects by Nicolas Capens · 5 years ago
  40. 147c491 Fix Subzero backend builds. by Ben Clayton · 5 years ago
  41. 5d64ec4 Fix windows build. by Ben Clayton · 5 years ago
  42. 3f007c4 SpirvShader: Implement GLSLstd450FindILsb by Ben Clayton · 5 years ago
  43. 6095826 SpirvShader: Implement GLSLstd450Find[U,S]Msb by Ben Clayton · 5 years ago
  44. e17acfe SpirvShader: Implement GLSLstd450Log2 by Ben Clayton · 5 years ago
  45. f40b56c SpirvShader: Implement GLSLstd450Exp2 by Ben Clayton · 5 years ago
  46. 2c1da72 SpirvShader: Implement GLSLstd450Log by Ben Clayton · 5 years ago
  47. 242f002 SpirvShader: Implement GLSLstd450Exp by Ben Clayton · 5 years ago
  48. bfe94f0 SpirvShader: Implement GLSLstd450Pow by Ben Clayton · 5 years ago
  49. a520c3e SpirvShader: Implement GLSLstd450Atan2 by Ben Clayton · 5 years ago
  50. fa6a539 SpirvShader: Implement GLSLstd450Atanh by Ben Clayton · 5 years ago
  51. 28ebcb0 SpirvShader: Implement GLSLstd450Acosh by Ben Clayton · 5 years ago
  52. f6d77ab SpirvShader: Implement GLSLstd450Asinh by Ben Clayton · 5 years ago
  53. 3928bd9 SpirvShader: Implement GLSLstd450Tanh by Ben Clayton · 5 years ago
  54. 900ea2c SpirvShader: Implement GLSLstd450Cosh by Ben Clayton · 5 years ago
  55. d963697 SpirvShader: Implement GLSLstd450Sinh by Ben Clayton · 5 years ago
  56. 749b4e0 SpirvShader: Implement GLSLstd450Atan by Ben Clayton · 5 years ago
  57. eafae47 SpirvShader: Implement GLSLstd450Acos by Ben Clayton · 5 years ago
  58. f9350d7 SpirvShader: Implement GLSLstd450Asin by Ben Clayton · 5 years ago
  59. 1474006 SpirvShader: Implement GLSLstd450Tan by Ben Clayton · 5 years ago
  60. 1b6f8c7 SpirvShader: Implement GLSLstd450Cos by Ben Clayton · 5 years ago
  61. a2c8b77 SpirvShader: Implement GLSLstd450Sin by Ben Clayton · 5 years ago
  62. fc77af1 SpirvShader: Implement GLSLstd450Frexp by Ben Clayton · 5 years ago
  63. 32a9ea1 Resolve build issues with Reactor on Android by Hernan Liatis · 5 years ago
  64. 3ed8ba0 Reactor: Support printing pointers by Ben Clayton · 5 years ago
  65. e6ab01f Implement an Android NDK build of SwiftShader using the CMake files. by Stephen White · 5 years ago
  66. 2b9fb4b Switch to LLVM 7.0 for Visual Studio solution by Nicolas Capens · 5 years ago
  67. 0475688 Default to 64-bit MSVC toolchain by Nicolas Capens · 5 years ago
  68. 51d9867 Fix materialization of function arguments by Nicolas Capens · 5 years ago
  69. 0192d15 Elide single basic block variable materialization by Nicolas Capens · 5 years ago
  70. 5da8d8d Avoid Array<> assignment by Nicolas Capens · 5 years ago
  71. f1beca4 Implement missing Short8 assignment operators by Nicolas Capens · 5 years ago
  72. 169872e Reactor: Replace ArgI for std::tuple_element by Ben Clayton · 5 years ago
  73. 221459f Work around another MSVC bug with variadic macros. by Ben Clayton · 5 years ago
  74. 86509d9 Implement atomic load/store memory ordering by Nicolas Capens · 5 years ago
  75. c296806 Vulkan: Plumb bound descriptor sets down to SpirvRoutine. by Chris Forbes · 5 years ago
  76. 1a4c712 Add support for OpFRem by Chris Forbes · 5 years ago
  77. f0d22ad Remove Reactor argument tests for small integers by Nicolas Capens · 5 years ago
  78. f3b5797 Reactor: Add tests for casts from C to Reactor types by Ben Clayton · 5 years ago
  79. 35e90e2 Reactor: Fix cast from bool -> RValue<Bool>. by Ben Clayton · 5 years ago
  80. 644a350 Reactor: Add even more RR_WATCH_FMT_ overloads by Ben Clayton · 5 years ago
  81. becb44f Fix allocation of low-alignment memory by Nicolas Capens · 5 years ago
  82. ca56e8b Reactor: Add a PrintValue for Bool types. by Ben Clayton · 5 years ago
  83. b6d4ce3 Refactor common Reactor implementations by Nicolas Capens · 5 years ago
  84. aa8f699 Subzero MulHigh implementation for Int4/UInt4 by Chris Forbes · 5 years ago
  85. 1a5c3b9 Refactor emulated vector type handling for LLVM by Nicolas Capens · 5 years ago
  86. cd3e11d Rename Win32 configuration to x86 by Nicolas Capens · 5 years ago
  87. b124373 Reactor (LLVM): Fix GEP for Pointer<Pointer<T>> types by Ben Clayton · 5 years ago
  88. 71008d8 Reactor: Fix createFCmpUNE (LLVM) by Ben Clayton · 5 years ago
  89. ec25573 Reactor: Add address-of operator on reference types. by Ben Clayton · 5 years ago
  90. ec1aeb8 SpirvShader: Add relational ops for ordered and unordered floats by Ben Clayton · 5 years ago
  91. e95eeb1 SpirvShader: Add relational ops for integers by Ben Clayton · 5 years ago
  92. e86b6dc Add support for OpUMulExtended, OpSMulExtended by Chris Forbes · 5 years ago
  93. 17078c7 Fix push & pop of XMM registers. by Stephen White · 5 years ago
  94. 60a3d6f Fix warnings raised during release builds by Ben Clayton · 5 years ago
  95. 1bc7ee9 Add Print helpers to reactor by Ben Clayton · 5 years ago
  96. 77630f1 [fuchsia] Ensure VMO has execute rights by Matthew Dempsky · 5 years ago
  97. 9d30713 Re-enable -Wno-defaulted-function-deleted warnings. by Nicolas Capens · 5 years ago
  98. 314ad81 [Fuchsia] Use the read/write permission flag names when mapping VMOs. by Wez · 6 years ago
  99. 543629b Fix LLVM 3.0 build issue. by Nicolas Capens · 6 years ago
  100. c3bea87 Use unique names for each LLVM IR dump by Chris Forbes · 6 years ago