aboutsummaryrefslogtreecommitdiff
path: root/source/text_handler.cpp
AgeCommit message (Expand)Author
2018-12-13Avoid GCC8 warning in text_handler.cpp. (#2197)Steven Perron
2018-08-07Fix readbility/braces warnings (#1804)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-07-06Move utils/ to spvtools::utilsdan sinclair
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo
2017-04-13Added option --preserve-numeric-ids to tools/spirv-asAndrey Tuganov
2016-09-08Pull out the number parsing logicqining
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-04-21Avoid going out of bound in advanceLine() and refine comments.Lei Zhang
2016-04-01Handle CRLF in assembly text.Dejan Mircevski
2016-03-16Change the interface for getWord().Lei Zhang
2016-03-15Remove AssemblyContext::getWord().Dejan Mircevski
2016-02-22getWord() should not go beyond the end of the source text.Lei Zhang
2016-02-17Fixed internal compiler error in gcc-4.9.Andrew Woloszyn
2016-01-08Support 16-bit float in assembler and disassemblerAndrew Woloszyn
2016-01-07Extend copyright to 2016.Dejan Mircevski
2015-11-23Merge pull request #23.Ben Vanik
2015-11-18Clean up CMake configuration and address compiler warnings.Lei Zhang
2015-11-10Fix handling of OpExtInstImportDavid Neto
2015-11-10Assembler supports hex float constants.David Neto
2015-11-10advance() should check current string index is in bound.Lei Zhang
2015-11-10Run clang-format to enforce Google style globally.Lei Zhang
2015-11-02Use spirv.h instead of spirv.hpp.Lei Zhang
2015-11-02Move AssemblyGrammar into its own source filesDavid Neto
2015-11-02Added set_bits<> to bitutils.Andrew Woloszyn
2015-10-26Fixed UTF-8 encoding issues on windows.Andrew Woloszyn
2015-10-26Some minor clean-ups to binary.{h,cpp}.Andrew Woloszyn
2015-10-26Enforce suitable literal number operands to be unsigned integers.Lei Zhang
2015-10-26SPV_FAILED_MATCH error mutes DiagnosticStream.David Neto
2015-10-26Parse and encode literal integers to the right widthDavid Neto
2015-10-26DiagnosticStream can convert to a stored error codeDavid Neto
2015-10-26Added tracking to types and validated certain instructions.Andrew Woloszyn
2015-10-26Accept long UTF-8 Literal StringsDavid Neto
2015-10-26Support strings with up to 65535 chars, and null.David Neto
2015-10-26Refactored dynamic and static state out of text processing.Andrew Woloszyn