Reimplement the DecorationManager
[platform/upstream/SPIRV-Tools.git] / CMakeLists.txt
2018-02-15 David NetoInvoke cmake via CMAKE_COMMAND variable
2018-02-09 Józef KuciaDo not hardcode libdir and includedir in pkg config...
2018-02-07 Józef KuciaBuild SPIRV-Tools as shared library
2018-01-12 Alan BakerAdding ostream operators for IR structures
2017-12-18 Pierre MoreauExport a config file for pkg-config
2017-11-24 David NetoTest for pollution of the global namespace
2017-11-13 David NetoTests: Add optional dependency on Effcee stateful matcher
2017-11-10 Steven PerronHave all MemPasses preserve the def-use manager.
2017-10-10 Tim DiekmannSet cmake-policy CMP0048 to NEW
2017-10-06 Pierre MoreauImplement Linker (module combiner)
2017-09-28 Lei ZhangSkip checking copyright if SPIRV_SKIP_TESTS is enabled
2017-09-25 Andrey TuganovAdd SPIRV_SPIRV_COMPRESSION option to cmake
2017-08-16 Lei ZhangSupport supplying extra definitions via CMAKE variable
2017-07-04 d3x0rDefine variable to skip installation
2017-05-28 rdbSupport building on FreeBSD
2017-04-06 Lei ZhangGroup targets into folders
2017-04-03 Lei ZhangAdd /EHs for targets for MSVC
2017-03-01 Jean-Francois RoyAdd a default virtual dtor to Pass and check for missin...
2016-12-21 David NetoSupport building under CYGWIN
2016-09-28 Lei ZhangAdd examples to demo C++ library APIs.
2016-09-21 Lei ZhangPublish the C++ interface.
2016-09-16 Lei ZhangAdd utility macros for logging messages.
2016-09-02 David NetoAdd test for presence of copyrights and license terms
2016-09-02 David NetoRelicense SPIRV-Tools under Apache 2.0
2016-08-09 Lei ZhangUse NEW behavior for policy CMP0054.
2016-08-05 Lei ZhangCheck configuration and gmock existence when adding...
2016-06-08 Umar ArshadSplit validate_types file into multiple classes
2016-04-22 David NetoAdd CHANGES file with high level software history
2016-04-18 Lei ZhangRework CMake rules for building grammar tables.
2016-04-18 Derek SollenbergerUpdate cmake files to support Android as a build target.
2016-04-18 Dejan MircevskiAdd SPIR-V 1.1 grammar.
2016-04-18 Dejan MircevskiMark SPIR-V grammar files as 1.0.
2016-04-04 Lei ZhangUse JSON grammar files to generate extended instruction...
2016-04-04 Lei ZhangRname grammar.json to spirv.core.grammar.json and add...
2016-04-04 Lei ZhangRemove dependency on SPIR-V headers in libspirv.h.
2016-04-03 Chris ForbesEnable linking against libSPIRV-Tools from linux shared...
2016-04-01 Lei ZhangUse the JSON grammar file to generate various info...
2016-03-17 Lei ZhangSplit CMakeLists.txt into smaller ones.
2016-03-16 David NetoSupport Linux-to-Windows cross comiple via MinGW
2016-03-14 Daniel RobertsonAdd patchlevel to CMake requirement
2016-02-24 Andrew WoloszynActually find the python executable before use.
2016-02-23 qiningImplement --version for spirv-tools
2016-02-17 David NetoSPIR-V Tools fully supports SPIR-V 1.0 Rev3
2016-02-17 David NetoRearrange headers
2016-02-17 Andrew WoloszynFixed internal compiler error in gcc-4.9.
2016-02-16 David NetoConfigure gmock locally only if not already configured.
2016-02-02 Dejan MircevskiEnable ctest.
2016-02-02 Dejan MircevskiUse AssemblyGrammar for capability validation.
2016-01-29 Dejan MircevskiFix in-function storage class validation.
2016-01-27 Umar ArshadInitial capability implementation and unit tests
2016-01-26 Lei ZhangQualify CMake function names with "spvtools" to avoid...
2016-01-20 Dejan MircevskiTrack uses and defs during parsing.
2016-01-15 David NetoDisable warnings C4503 on MSVC for test code
2016-01-15 Umar ArshadValidation refactor
2016-01-11 David NetospvDiagnosticDestroy is safe to call on nullptr
2016-01-11 Andrew WoloszynMade compilation with gcc and clang more strict.
2016-01-07 Dejan MircevskiExtend copyright to 2016.
2016-01-04 David NetoAvoid relative path in #include
2016-01-04 David NetoRename endian.h to spirv_endian.h
2015-12-17 Umar ArshadInitial logical layout validation
2015-12-17 Umar ArshadRefactor validation types into another file
2015-12-10 David NetoFix setting of off-by-default cmake options
2015-12-09 Umar ArshadBasic SSA Validation
2015-12-01 David NetoDon't add -frtti for tests. Use newer googletest.
2015-12-01 David NetoAdd -frtti for tests that use mocking
2015-11-19 Andrew WoloszynTurned warnings-as-errors on by default.
2015-11-18 Lei ZhangClean up CMake configuration and address compiler warnings.
2015-11-18 Pierre MoreauCMake: Respect user-defined install path
2015-11-17 David NetoObject files should depend on spirv.h and friends
2015-11-13 David NetoRevamp the README for public release.
2015-11-12 Lei ZhangUse opaque context object to hold SPIR-V info tables.
2015-11-12 David Netospirv-dis prints to stdout by default.
2015-11-12 Lei ZhangMove internal macros/structs for SPIR-V to a separate...
2015-11-12 Lei ZhangMove SPIR-V constants/limits to a separate header.
2015-11-12 Lei ZhangMove spv*TableGet() functions out of libspirv.h.
2015-11-10 David NetoFix handling of OpExtInstImport
2015-11-10 David Netospv_operand_type_t cleanup.
2015-11-10 David NetoRefactor the binary parser.
2015-11-10 David NetoMove spvBinaryToText into new disassembler file.
2015-11-02 Andrew WoloszynAdded HexFloat helper class to print out floating point...
2015-11-02 David NetoMove endian utilities to their own file.
2015-11-02 David NetoMove AssemblyGrammar into its own source files
2015-11-02 David NetoUpdate to latest registered generator enums
2015-11-02 Andrew WoloszynAdded set_bits<> to bitutils.
2015-10-27 Kenneth BenzieMerge branch 'google-asm-dis-oct-25' into 'master'
2015-10-26 Dejan MircevskiFix GMOCK directory in CMakeLists.txt.
2015-10-26 David NetoAdd OpenCL extended instructions.
2015-10-26 Lei ZhangEnforce suitable literal number operands to be unsigned...
2015-10-26 David NetoUse SPIRV_PERF=1 when performance tuning.
2015-10-26 Andrew WoloszynAdded proper string escaping to the disassembler.
2015-10-26 David NetoDiagnosticStream can convert to a stored error code
2015-10-26 David NetoSupport strings with up to 65535 chars, and null.
2015-10-26 David NetoFix capabilities for enums in Rev32, sec 3.3-3.20
2015-10-26 David NetoAdd assembler test for OpEnqueueKernel.
2015-10-26 Andrew WoloszynRefactored dynamic and static state out of text processing.
2015-10-26 David NetoAssembler test for Memory Semantics enum
2015-10-26 David NetoAssembler support for image operands from Rev31
2015-10-26 Lei ZhangClean up code for encoding literal operands.
2015-10-26 David NetoAssembler test for SamplerAddressingMode, SamplerFilterMode
2015-10-26 David NetoAssembler test for ExecutionScope, with OpGroupIAdd
next