- 9159471 Add missing dependency for LLVM 10 CMake builds by Elias Naur · 4 years, 2 months ago
- 7a7993b Remove -Xclang -fuse-init-array from the Android build flags by Nicolas Capens · 3 years, 9 months ago
- 557d015 Move remaining Subzero x86 traits to their corresponding class by Nicolas Capens · 3 years, 9 months ago
- 907c55a Move Subzero Inst traits to the Inst header/source by Nicolas Capens · 3 years, 9 months ago
- 1ff9f88 Move Subzero Assembler traits to the Assembler header/source by Nicolas Capens · 3 years, 9 months ago
- f8c7e51 Refactor AsmAddress creation by Nicolas Capens · 3 years, 9 months ago
- f79b017 Make AsmAddress producing methods static by Nicolas Capens · 3 years, 9 months ago
- 6646932 Increase Subzero x86-64 stack alignment to 16 by Nicolas Capens · 3 years, 9 months ago
- 3a84c8e Fix RequiredStackAlignment initialization by Nicolas Capens · 3 years, 9 months ago
- 5059719 Rename Subzero Address to AsmAddress by Nicolas Capens · 3 years, 9 months ago
- aaa8ab7 Rename Subzero traits Operand to AsmOperand by Nicolas Capens · 3 years, 9 months ago
- f0819bd Specialize Subzero X86 backends for 32- or 64-bit by Nicolas Capens · 3 years, 10 months ago
- 53abe2f Don't templatize based on X86 traits by Nicolas Capens · 3 years, 9 months ago
- e7da8d8 Deduplicate X86 condition codes by Nicolas Capens · 3 years, 10 months ago
- 667b632 De-templatize the IceAssemblerX86Base class by Nicolas Capens · 3 years, 10 months ago
- 062a79f Duplicate X86 headers into X8632 and X8664 ones by Nicolas Capens · 3 years, 10 months ago
- 78964c0 Define specialized PoolTypeConverter constants in the header by Nicolas Capens · 3 years, 10 months ago
- c6747d9 Backport LLVM fix for mallinfo deprecation by Adrian Ratiu · 3 years, 9 months ago
- ba18c78 Define NO_SANITIZE_FUNCTION on win/clang too by Nico Weber · 3 years, 9 months ago
- 4716eec Stop building with -fno-operator-names by Nico Weber · 3 years, 9 months ago
- 4ffa755 Stop defining _WINDLL by Nico Weber · 3 years, 9 months ago
- 02834d4 Remove workaround for 32-bit gold ICF bug by Nico Weber · 3 years, 9 months ago
- 65498c1 Remove -Wno-error flags by Nico Weber · 3 years, 9 months ago
- b77a8af Remove now-unused gni imports by Nico Weber · 3 years, 9 months ago
- 0ef83dd Remove x86/x64-specific arch flags by Nico Weber · 3 years, 9 months ago
- d44b0b0 Try to unbreak build after https://swiftshader-review.googlesource.com/c/SwiftShader/+/55608 by Nico Weber · 3 years, 9 months ago
- 4855a32 Remove mips-specific arch flags by Nico Weber · 3 years, 9 months ago
- 766eb91 Share ANGLE_DISABLE_TRACE-setting code between win and non-win by Nico Weber · 3 years, 9 months ago
- 6f0ce12 Stop passing -fomit-frame-pointers in swiftshader build file by Nico Weber · 3 years, 9 months ago
- 3a5f44a Remove sysroot and mmacosx-version-min flag for mac/arm builds by Nico Weber · 3 years, 9 months ago
- c8b6ec0 Remove explicit -msse2 flags (and some other minor things) by Nico Weber · 3 years, 9 months ago
- b45ad7a Remove unnecessary flags from BUILD.gn by Nico Weber · 3 years, 9 months ago
- 43d3e0c Delete the legacy OpenGL ES build for Android by Nicolas Capens · 3 years, 10 months ago
- 9534228 Eliminate Subzero sandboxing support by Nicolas Capens · 3 years, 10 months ago
- 52cb3d1 Assume Microsoft ABI on Windows by Nicolas Capens · 3 years, 10 months ago
- 97e0693 Eliminate support for the PNaCl ABI by Nicolas Capens · 3 years, 10 months ago
- 3c89f07 Replace curl command with git-hooks submodule by Sean Risser · 3 years, 11 months ago
- 4ca9630 Clarify contributing documentation for Windows users by Nicolas Capens · 3 years, 10 months ago
- 846da56 Fix -Wundefined-var-template warnings for ARM32 and MIPS32 by Nicolas Capens · 3 years, 10 months ago
- 3fc930f Define constant static template members as constexpr by Nicolas Capens · 3 years, 10 months ago
- fddd4f2 Make Subzero opcode pointer constant by Nicolas Capens · 3 years, 10 months ago
- 6f12605 Fix -Wundefined-var-template warnings by Nicolas Capens · 3 years, 10 months ago
- 07fd995 Regres: Increase MaxProcMemory to 6 GiB by Nicolas Capens · 3 years, 10 months ago
- 69deca6 Fix gcc < 9 builds by James Rumble · 3 years, 10 months ago
- 314508f Work around MemorySanitizer false-positive by Nicolas Capens · 3 years, 10 months ago
- 47c3ca0 Increase max workgroup size for WebGPU by Corentin Wallez · 3 years, 10 months ago
- 1231b44 Disable the legacy OpenGL ES targets for Android by Nicolas Capens · 3 years, 10 months ago
- 9c5d0d7 Fix Android Vulkan build by Nicolas Capens · 3 years, 10 months ago
- c9991d4 Implement Pragma() for Reactor MemorySanitizer instrumentation by Nicolas Capens · 3 years, 10 months ago
- a3726e0 Increase limits to support base WebGPU. by Corentin Wallez · 3 years, 10 months ago
- 964b9e3 SpirvShader: Consider OpEntryPoint interface IDs by Ben Clayton · 3 years, 10 months ago
- dc8cbfa Determine MSan instrumentation for Reactor at run-time by Nicolas Capens · 3 years, 10 months ago
- 951192f GCC: readd visibility attributes for EGL/GLESv2 by Stephan Hartmann · 3 years, 10 months ago
- f679fc1 Fix -warn-stack-size command line option for LLVM 12 by Nicolas Capens · 3 years, 10 months ago
- f239c9f Only perform LOD computation when it is necessary by Alexis Hetu · 4 years, 2 months ago
- 4eb079f Regres: Update test lists @ e4fea30b by SwiftShader Regression Bot · 3 years, 10 months ago
- e4fea30 Fix -Wloop-analysis warnings in llvm-subzero. by Peter Kasting · 3 years, 10 months ago
- d2bdde2 Enable the -Wdeprecated-copy compiler warning by Nicolas Capens · 3 years, 10 months ago
- 990e4b2 Prevent changing Reference<> address by Nicolas Capens · 3 years, 10 months ago
- 8f07562 Make UpdateAfterBind descriptor limits equal to base limits by Nicolas Capens · 3 years, 10 months ago
- f0a9f88 Regres: Update test lists @ 4a304244 by SwiftShader Regression Bot · 3 years, 10 months ago
- 4a30424 Skip wait on already signalled timeline semaphore by Mikko Tiusanen · 3 years, 11 months ago
- 863f46e Remove assert to enable indexless access chains by Jari Komppa · 3 years, 11 months ago
- cf2ffd0 Increase maximum framebuffer size by Alexis Hetu · 3 years, 10 months ago
- 663b67f Fix -Wdeprecated-copy. by Peter Kasting · 3 years, 10 months ago
- 84bc198 Disable -warn-stack-size for LLVM older than version 12 by Nicolas Capens · 3 years, 10 months ago
- 72e6254 Regres: Fix testing external contributions if reviewed by Googler by Nicolas Capens · 3 years, 10 months ago
- 9559e58 Revert "Remove git submodules before rolling into Android" by Nicolas Capens · 3 years, 10 months ago
- 81ba5f4 Prevent BC6h decoder from using global constructor by Sean Risser · 3 years, 11 months ago
- 5ecc95a Regres: Update test lists @ 3da42a3a by SwiftShader Regression Bot · 3 years, 11 months ago
- 3da42a3 Regres: Update test lists @ efe254de by SwiftShader Regression Bot · 3 years, 11 months ago
- efe254d Remove git submodules before rolling into Android by Nicolas Capens · 3 years, 11 months ago
- 940f2ac Value-initialize all vk::GraphicsState members by Nicolas Capens · 4 years, 2 months ago
- 491ade4 Explicitly initialize VkSpecializationInfo fields by Nicolas Capens · 4 years ago
- c1e4abc Make clang-format-all.sh only look at source files by Sean Risser · 3 years, 11 months ago
- 0cfdf0c Pass unclamped fragcoord.z to shader by Sean Risser · 3 years, 11 months ago
- 90c0551 Regres: Roll dEQP to 1.2.6-master revision 8010f59 by Nicolas Capens · 3 years, 11 months ago
- f504d9e Regres: Update test lists @ 21f81124 by SwiftShader Regression Bot · 3 years, 11 months ago
- 21f8112 Regres: Use 'default' dEQP target and skip GLES daily tests by Nicolas Capens · 3 years, 11 months ago
- 21c3054 Update git-hooks to latest revision by Sean Risser · 3 years, 11 months ago
- 15478fd Marl: Suppress MemorySanitizer false-positive by Nicolas Capens · 3 years, 11 months ago
- 9dd7a51 Bring git-hooks in as a submodule by Sean Risser · 3 years, 11 months ago
- d9bf68c Regres: Recursively load chunked mustpass lists by Nicolas Capens · 3 years, 11 months ago
- 5d449d4 Update references for ANGLE submodule by Chong Gu · 3 years, 11 months ago
- b46b97c Regres: Update test lists @ cbfa971a by SwiftShader Regression Bot · 4 years ago
- cbfa971 Revert "Fix error in mat4x2(scalar) construction." by John Stiles · 4 years ago
- 85ea733 Update llvm::ConstantVector::getSplat() usage to take ElementCount by Nicolas Capens · 4 years, 3 months ago
- 024bf32 Make fragDepth clamping conditional by Sean Risser · 4 years ago
- 3b9a1a7 Regres: Update test lists @ bbe1b996 by SwiftShader Regression Bot · 4 years ago
- bbe1b99 Fix error in mat4x2(scalar) construction. by John Stiles · 4 years ago
- e0152f1 Remove assert on unrestricted depth range by Sean Risser · 4 years ago
- 2deb0df Fix EmitImageWrite using wrong active lane mask by Sean Risser · 4 years ago
- 0ca03fb Update Android build files with license info by Nicolas Capens · 4 years ago
- af90770 Unpoison Reactor Call() arguments when MSan instrumentation is disabled by Nicolas Capens · 4 years ago
- b461e20 Update Vulkan headers to version 1.2.178 by Nicolas Capens · 4 years ago
- c4d054c Work around MemorySanitizer scalar SSE false positives by Nicolas Capens · 4 years ago
- b162fcf Work around MemorySanitizer movmsk false positives by Nicolas Capens · 4 years ago
- be169ef Regres: Update test lists @ dcb33711 by SwiftShader Regression Bot · 4 years ago
- dcb3371 Allow unrestricted depth bounds by Sean Risser · 4 years ago
- 08762e3 Make clang-format-all.sh git aware by Sean Risser · 4 years ago