-
Notifications
You must be signed in to change notification settings - Fork 666
Comparing changes
Open a pull request
base repository: KhronosGroup/SPIRV-Tools
base: f701237f2d88
head repository: KhronosGroup/SPIRV-Tools
compare: bc62722b80a6
- 8 commits
- 31 files changed
- 5 contributors
Commits on Aug 14, 2019
-
Replace OpKill With function call. (#2790)
We are no able to inline OpKill instructions into a continue construct. See #2433. However, we have to be able to inline to correctly do legalization. This commit creates a pass that will wrap OpKill instructions into a function of its own. That way we are able to inline the rest of the code. The follow up to this will be to not inline any function that contains an OpKill. Fixes #2726
Configuration menu - View commit details
-
Copy full SHA for 60043ed - Browse repository at this point
Copy the full SHA 60043edView commit details -
Fix validation of constant matrices (#2794)
Fixes #2793 * Don't special case matrix validation compared to other composites * just check the constituents are constants or undefs * later checking validates the column type * new test
Configuration menu - View commit details
-
Copy full SHA for bbd8046 - Browse repository at this point
Copy the full SHA bbd8046View commit details -
Change the way to include header (#2795)
`#include <source/util/string_utils.h>` works only when we specify `include_directories(${CMAKE_CURRENT_SOURCE_DIR}/)` in cmake. It is hard to set the source directory as a include path in some build systems e.g., bazel. Using the relative path easily solves this issue. This commit uses `#include "source/util/string_utils.h"` instead of `#include <source/util/string_utils.h>`.Configuration menu - View commit details
-
Copy full SHA for ff872dc - Browse repository at this point
Copy the full SHA ff872dcView commit details
Commits on Aug 15, 2019
-
Use ascii code based characters (#2796)
My local python reports that CHANGES uses a non-ascii code character and fail in running utils/update_build_version.py.
Configuration menu - View commit details
-
Copy full SHA for dac9210 - Browse repository at this point
Copy the full SHA dac9210View commit details -
Update remquo validation to match the OpenCL Extended Instruction Set…
… Specification (#2791)
Configuration menu - View commit details
-
Copy full SHA for 7b4e5bd - Browse repository at this point
Copy the full SHA 7b4e5bdView commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0640725 - Browse repository at this point
Copy the full SHA 0640725View commit details -
More handle overflow in sroa (#2800)
If we run out of ids when creating a new variable, sroa does not recognize the error, and continues doing work. This leads to segmentation faults. Fixes https://crbug/969655
Configuration menu - View commit details
-
Copy full SHA for 9cd0727 - Browse repository at this point
Copy the full SHA 9cd0727View commit details
Commits on Aug 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc62722 - Browse repository at this point
Copy the full SHA bc62722View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f701237f2d88...bc62722b80a6