Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / propagateNoContraction.cpp
2020-03-26 Neslisah TorosdagliMerge pull request #1 from KhronosGroup/master
2020-03-25 John KessenichMerge pull request #2139 from neslimsah/master
2020-03-21 John KessenichMerge pull request #2146 from aaronfranke/file-formatting
2020-03-21 Aaron FrankeMake file formatting comply with POSIX and Unix standards
2019-10-15 John KessenichMerge pull request #1866 from rumblehhh/master
2019-09-02 Roy.liMerge pull request #6 from Roy-AMD/sync
2019-09-02 Roy.liMerge pull request #5 from KhronosGroup/master
2019-08-21 John KessenichMerge pull request #1855 from KhronosGroup/web
2019-08-21 John KessenichWeb: Generalize _EXTENSIONS* in SPIR-V back-end.
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-13 John KessenichHLSL: Add EOpMatrixSwizzle, selectively decomposed...
2017-01-11 John KessenichMerge pull request #663 from KhronosGroup/full-include...
2017-01-08 John KessenichMerge pull request #667 from slime73/Compiler-Warnings
2017-01-08 Alex SzpakowskiReorder initializer fields to match variable declaratio...
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-16 John KessenichMerge pull request #539 from schwa423/linux_global_lock
2016-10-13 John KessenichMerge pull request #538 from steve-lunarg/iomap-binding...
2016-10-11 John KessenichMerge pull request #543 from slime73/compilerwarnings
2016-10-09 Alex SzpakowskiAddress some compiler warnings.
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-09 John KessenichBuild: Remove causes of pedantic warnings. Addresses...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-20 John KessenichMerge pull request #297 from antiagainst/config-tests
2016-05-20 John KessenichMerge pull request #300 from Qining/fix-slow-down-in...
2016-05-20 qiningremove redundant 'return false'
2016-05-20 qiningFix the slow down in noContraction propagation
2016-05-19 John KessenichMerge pull request #288 from thp/attribute-reflection
2016-05-17 John KessenichNon-functional: Fix some comments English and brace...
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-17 John KessenichMerge pull request #285 from baldurk/vs2010-fixes
2016-05-16 baldurk[VS2010] Change "using X = Y;" to "typedef Y X;"
2016-05-12 John KessenichMerge pull request #276 from amdrexu/bugfix
2016-05-10 John KessenichMerge pull request #274 from antiagainst/stoul-strtoul
2016-05-10 Lei ZhangUse strtoul instead of stoul for Android.
2016-05-10 John KessenichMerge pull request #222 from Qining/support-precise
2016-05-10 qiningremove double underscore
2016-05-10 qiningRebase to d3d3ce7160001846ede74978954e67f4f9fd84e4...
2016-05-09 qininginteger type operation should not be noContraction
2016-05-09 qiningsimplified the symbol definition collector code, add...
2016-05-09 qiningadd a test for matrix, fix a variable name
2016-05-09 qiningResolve comments
2016-05-09 qiningRemoved the redundant functionalities in the assignee...
2016-05-09 qiningPrecise and noContraction propagation