1. a16238d Add support for OpAtomicCompareExchange by Chris Forbes · 5 years ago
  2. 1781393 Add support atomic instructions as used with storage images by Chris Forbes · 5 years ago
  3. ac07ed8 Reactor: Implement debug info generation by Ben Clayton · 5 years ago
  4. d853c12 Reactor: Add support for calling C functions. by Ben Clayton · 5 years ago
  5. c790416 Reactor: Expose Capabilities. by Ben Clayton · 5 years ago
  6. eb50d25 Reactor: Copy new debug macros to Reactor. by Ben Clayton · 5 years ago
  7. db4f3df Revert "SprivShader: Replace hand-rolled bitreverse with LLVM intrinsic" by Ben Clayton · 5 years ago
  8. e339d6c Revert "SprivShader: Replace hand-rolled bitcount with LLVM intrinsic" by Ben Clayton · 5 years ago
  9. 0179e5e SprivShader: Replace hand-rolled bitcount with LLVM intrinsic by Ben Clayton · 5 years ago
  10. a786c4a SprivShader: Replace hand-rolled bitreverse with LLVM intrinsic by Ben Clayton · 5 years ago
  11. c38fc12 Build fixes for LLVM 3 backend by Ben Clayton · 5 years ago
  12. 3f007c4 SpirvShader: Implement GLSLstd450FindILsb by Ben Clayton · 5 years ago
  13. 6095826 SpirvShader: Implement GLSLstd450Find[U,S]Msb by Ben Clayton · 5 years ago
  14. e17acfe SpirvShader: Implement GLSLstd450Log2 by Ben Clayton · 5 years ago
  15. f40b56c SpirvShader: Implement GLSLstd450Exp2 by Ben Clayton · 5 years ago
  16. 2c1da72 SpirvShader: Implement GLSLstd450Log by Ben Clayton · 5 years ago
  17. 242f002 SpirvShader: Implement GLSLstd450Exp by Ben Clayton · 5 years ago
  18. bfe94f0 SpirvShader: Implement GLSLstd450Pow by Ben Clayton · 5 years ago
  19. a520c3e SpirvShader: Implement GLSLstd450Atan2 by Ben Clayton · 5 years ago
  20. fa6a539 SpirvShader: Implement GLSLstd450Atanh by Ben Clayton · 5 years ago
  21. 28ebcb0 SpirvShader: Implement GLSLstd450Acosh by Ben Clayton · 5 years ago
  22. f6d77ab SpirvShader: Implement GLSLstd450Asinh by Ben Clayton · 5 years ago
  23. 3928bd9 SpirvShader: Implement GLSLstd450Tanh by Ben Clayton · 5 years ago
  24. 900ea2c SpirvShader: Implement GLSLstd450Cosh by Ben Clayton · 5 years ago
  25. d963697 SpirvShader: Implement GLSLstd450Sinh by Ben Clayton · 5 years ago
  26. 749b4e0 SpirvShader: Implement GLSLstd450Atan by Ben Clayton · 5 years ago
  27. eafae47 SpirvShader: Implement GLSLstd450Acos by Ben Clayton · 5 years ago
  28. f9350d7 SpirvShader: Implement GLSLstd450Asin by Ben Clayton · 5 years ago
  29. 1474006 SpirvShader: Implement GLSLstd450Tan by Ben Clayton · 5 years ago
  30. 1b6f8c7 SpirvShader: Implement GLSLstd450Cos by Ben Clayton · 5 years ago
  31. a2c8b77 SpirvShader: Implement GLSLstd450Sin by Ben Clayton · 5 years ago
  32. 0192d15 Elide single basic block variable materialization by Nicolas Capens · 5 years ago
  33. 86509d9 Implement atomic load/store memory ordering by Nicolas Capens · 5 years ago
  34. 1a4c712 Add support for OpFRem by Chris Forbes · 5 years ago
  35. b6d4ce3 Refactor common Reactor implementations by Nicolas Capens · 5 years ago
  36. aa8f699 Subzero MulHigh implementation for Int4/UInt4 by Chris Forbes · 6 years ago
  37. 1a5c3b9 Refactor emulated vector type handling for LLVM by Nicolas Capens · 6 years ago
  38. b124373 Reactor (LLVM): Fix GEP for Pointer<Pointer<T>> types by Ben Clayton · 6 years ago
  39. 71008d8 Reactor: Fix createFCmpUNE (LLVM) by Ben Clayton · 6 years ago
  40. ec1aeb8 SpirvShader: Add relational ops for ordered and unordered floats by Ben Clayton · 6 years ago
  41. e86b6dc Add support for OpUMulExtended, OpSMulExtended by Chris Forbes · 6 years ago
  42. 60a3d6f Fix warnings raised during release builds by Ben Clayton · 6 years ago
  43. 1bc7ee9 Add Print helpers to reactor by Ben Clayton · 6 years ago
  44. 543629b Fix LLVM 3.0 build issue. by Nicolas Capens · 6 years ago
  45. c3bea87 Use unique names for each LLVM IR dump by Chris Forbes · 6 years ago
  46. 878d4b0 Change routine names to be strings of char by Chris Forbes · 6 years ago
  47. 734e257 Added support for half float in the Blitter by Alexis Hetu · 6 years ago
  48. 20622c0 [MIPS] Add support for 64b MIPS architecture by Gordana Cmiljanovic · 6 years ago
  49. adfbbcb Fix symbol name mangling for LLVM 7.0. by Nicolas Capens · 6 years ago
  50. 082dfec Add support for 32b MIPS architecture by Gordana Cmiljanovic · 6 years ago
  51. f417d9d Rename SWIFTSHADER_LLVM_VERSION to REACTOR_LLVM_VERSION. by Nicolas Capens · 6 years ago
  52. 1a3ce87 Rename Reactor/Memory.* to Reactor/ExecutableMemory.* by Nicolas Capens · 6 years ago
  53. c07dc4b Make Reactor build stand-alone. by Nicolas Capens · 6 years ago
  54. 4846150 Rename Reactor namespace to rr. by Nicolas Capens · 6 years ago
  55. 8c5ca8d Reactor: Fix Trunc generic code generation by Logan Chien · 6 years ago
  56. 3c6a1ae Reactor: Fix Frac generic code generation by Logan Chien · 6 years ago
  57. 2faa24a Reactor: Fix RoundInt generic code generation by Logan Chien · 6 years ago
  58. 83fc07a Reactor: Fix Round (float) generic code generation by Logan Chien · 6 years ago
  59. a8385ed Reactor: Add check to SSE-specifc code for UShort4 by Logan Chien · 6 years ago
  60. 40a6005 Reactor: Fix Floor generic code generation by Logan Chien · 6 years ago
  61. 28794cf Reactor: Fix add/sub sat generic code generation by Logan Chien · 6 years ago
  62. b5ce509 Reactor: Cleanup indentations by Logan Chien · 6 years ago
  63. a764381 Disable unsafe FP math optimizations for LLVM 7.0. by Nicolas Capens · 6 years ago
  64. 52551d1 Work around stack probe issue. by Nicolas Capens · 6 years ago
  65. e319101 Add the unimplemented non-x86 code generator by Logan Chien · 6 years ago
  66. 0eedc8c Port SwiftShader to LLVM 7.0 by Logan Chien · 6 years ago
  67. 52cde60 Refactor LLVM initialization code by Logan Chien · 6 years ago
  68. 813d503 Wrap call arguments with ARGS macro by Logan Chien · 6 years ago
  69. 191b305 Remove sw::Value, sw::BasicBlock, and sw::SwitchCases by Logan Chien · 6 years ago
  70. 9ae6cfd Fix remaining LLVM integer vector comparisons. by Nicolas Capens · 7 years ago
  71. 8ef6d10 isnan and isinf implementation by Alexis Hetu · 7 years ago
  72. 708c24b Use more explicit include paths. by Nicolas Capens · 7 years ago
  73. 33438a6 Refactor vector packing. by Nicolas Capens · 7 years ago
  74. 69674fb Fix constant vector construction for emulated types. by Nicolas Capens · 7 years ago
  75. cb98676 Generalize 4x32-bit vector swizzling. by Nicolas Capens · 8 years ago
  76. 01a9796 Emulate 64-bit vectors using 128-bit vectors. by Nicolas Capens · 7 years ago
  77. 9e013d4 Assume SSE2 support is available. by Nicolas Capens · 7 years ago
  78. fbf2bc5 Abstract LLVM types to enable emulation. by Nicolas Capens · 7 years ago
  79. bea4dce Fix RValue<T> construction from incorrect types. by Nicolas Capens · 7 years ago
  80. cfd9632 Added UInt to FP cast by Alexis Hetu · 7 years ago
  81. b923042 Fix Frac() returning 1.0. by Nicolas Capens · 7 years ago
  82. f4eec2f Remove unused return value. by Nicolas Capens · 7 years ago
  83. 47dc867 Fix ARM compilation. by Nicolas Capens · 7 years ago
  84. 69bc6e8 Fix GCC build by Tom Anderson · 7 years ago
  85. f8faed6 Modified MutexLock to use a pthread mutex on Android. by Jorge E. Moreira · 8 years ago
  86. 411273e Refactor Byte4 unpacking. by Nicolas Capens · 8 years ago
  87. d294def Support unsigned array indices. by Nicolas Capens · 8 years ago
  88. f549e3b Vectorize R5G6B5 framebuffer present. by Nicolas Capens · 8 years ago
  89. 3e7062b Fix packusdw SSE2 fallback. by Nicolas Capens · 8 years ago
  90. a25311a Refactor Reactor type constructors. by Nicolas Capens · 8 years ago
  91. 96445fe Manually convert unsigned integer to floating-point. by Nicolas Capens · 8 years ago
  92. a29d653 Deprecate support for constant pointers. by Nicolas Capens · 8 years ago
  93. 45f187a Deprecate the Long1 type. by Nicolas Capens · 8 years ago
  94. eb253d0 Support integer rvalues as return value. by Nicolas Capens · 8 years ago
  95. 96d4e09 Make Reactor destination variables non-const. by Nicolas Capens · 8 years ago
  96. 297d26e Hold LValue address in a non-template Variable class. by Nicolas Capens · 8 years ago
  97. 37ed908 Eliminate "false" basic block when no Else clause. by Nicolas Capens · 8 years ago
  98. b98fe5c Implement switch constructs. by Nicolas Capens · 8 years ago
  99. c94ab74 Implement remaining vector extract/insert operations. by Nicolas Capens · 8 years ago
  100. a16473e Remove unused createIntCast() method. by Nicolas Capens · 8 years ago