Add barrier instructions validation pass
authorAndrey Tuganov <andreyt@google.com>
Wed, 31 Jan 2018 21:29:54 +0000 (16:29 -0500)
committerDavid Neto <dneto@google.com>
Mon, 5 Feb 2018 18:14:55 +0000 (13:14 -0500)
commit12e6860d073bfa5a88f7925b58d52450811144a5
treea8ba89c1c9b73f2df31464e7b939bd84d0e6ad80
parent3ef4bb600f2ac09fda73671617e7793b5891afea
Add barrier instructions validation pass
12 files changed:
Android.mk
source/CMakeLists.txt
source/util/bitutils.h
source/val/function.cpp
source/val/function.h
source/validate.cpp
source/validate.h
source/validate_atomics.cpp
source/validate_barriers.cpp [new file with mode: 0644]
source/validate_image.cpp
test/val/CMakeLists.txt
test/val/val_barriers_test.cpp [new file with mode: 0644]