summaryrefslogtreecommitdiff
path: root/source/comp
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Simplify MoveToFront (#1806)dan sinclair2-4/+5
2018-08-07Fix readbility/braces warnings (#1804)dan sinclair1-1/+1
2018-08-03Cleanup includes. (#1795)dan sinclair3-26/+31
2018-08-03Rewrite include guards (#1793)dan sinclair2-6/+6
2018-08-01Remove std::deque in favour of std::vector. (#1755)dan sinclair1-1/+1
2018-07-11Move validation files to val/ directory (#1692)dan sinclair1-1/+1
2018-07-09Move the validation code into the val:: namespace (#1682)dan sinclair1-12/+12
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair1-13/+9
2018-07-06Move utils/ to spvtools::utilsdan sinclair2-15/+15
2018-07-06Move comp code into comp namespacedan sinclair3-2/+7
2018-06-19[val] Add extra context to error messages. (#1600)dan sinclair1-47/+28
2017-12-18Remove concept of FIRST_CONCRETE_* operand typesDavid Neto1-2/+1
2017-12-14Refactor include of latest spir-v header versionsAndrey Tuganov2-4/+4
2017-11-27Re-format source tree - NFC.Diego Novillo1-1/+2
2017-11-23Test for pollution of the global namespaceDavid Neto1-0/+1
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto1-2/+2
2017-11-21Add new compression algorithm and modelsAndrey Tuganov2-203/+383
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo3-433/+320
2017-10-28Compression: removed 'presumed index' featureAndrey Tuganov1-66/+1
2017-10-23Refactored compression debuggerAndrey Tuganov2-57/+118
2017-10-12Refactored MARK-V APIAndrey Tuganov7-14960/+341
2017-09-26Detach MARK-V from the validatorAndrey Tuganov1-128/+157
2017-09-25Add SPIRV_SPIRV_COMPRESSION option to cmakeAndrey Tuganov1-16/+19
2017-09-20Updated markv_autogenAndrey Tuganov4-1205/+11829
2017-09-08Add new checks to validate arithmetics passAndrey Tuganov1-1/+3
2017-09-06Update MARK-V to version 1.01Andrey Tuganov5-449/+6020
2017-07-13Fix Visual Studio size_t cast compiler warningLenny Komow1-1/+1
2017-07-04MARK-V decoder supports extended instructionsAndrey Tuganov1-7/+44
2017-07-04Define variable to skip installationd3x0r1-4/+6
2017-07-04Convert pattern stack from deque to vector, and share itChris Forbes1-6/+7
2017-06-30Added compression tool tools/spirv-markv. Work in progress.Andrey Tuganov2-0/+1550