summaryrefslogtreecommitdiff
path: root/source/comp/markv_codec.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Simplify MoveToFront (#1806)dan sinclair1-3/+1
2018-08-07Fix readbility/braces warnings (#1804)dan sinclair1-1/+1
2018-08-03Cleanup includes. (#1795)dan sinclair1-23/+25
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 sinclair1-6/+6
2018-07-06Move comp code into comp namespacedan sinclair1-1/+2
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 Tuganov1-3/+3
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto1-2/+2
2017-11-21Add new compression algorithm and modelsAndrey Tuganov1-202/+327
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo1-396/+289
2017-10-28Compression: removed 'presumed index' featureAndrey Tuganov1-66/+1
2017-10-23Refactored compression debuggerAndrey Tuganov1-43/+88
2017-10-12Refactored MARK-V APIAndrey Tuganov1-322/+100
2017-09-26Detach MARK-V from the validatorAndrey Tuganov1-128/+157
2017-09-20Updated markv_autogenAndrey Tuganov1-3/+12
2017-09-08Add new checks to validate arithmetics passAndrey Tuganov1-1/+3
2017-09-06Update MARK-V to version 1.01Andrey Tuganov1-448/+1997
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-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 Tuganov1-0/+1518