platform/upstream/SPIRV-Tools.git
2016-11-19 Ehsan NasiriAdding validation for OpSpecConstantComposite.
2016-11-16 Ehsan NasiriAdding validation code for OpTypeStruct.
2016-11-16 David NetoSkip building example executable when asked
2016-11-15 David NetoMake friendly number-based names for OpConstant
2016-11-15 David NetoExtract EmitNumericLiteral from disassembler
2016-11-15 Ehsan NasiriAdding validation code for more data rules.
2016-11-09 Lei ZhangRename validation source files to comply with Google...
2016-11-09 Lei ZhangRename validation tests to comply with Google style...
2016-11-08 Ehsan NasiriAdding validation for vector data rule.
2016-11-07 Lei ZhangRenaming test files to comply with Google style guide.
2016-11-03 David NetoRemove source/instruction.cpp
2016-10-27 Jamie Madillenum_set: Fix bool performance warning.
2016-10-14 Christopher... Do not gitignore source/opt/build_module.*
2016-10-12 David NetoTest SPV_KHR_shader_draw_parameters support
2016-10-04 Corentin WallezFix compilation errors when building inside Chromium
2016-09-30 Lei ZhangAdd begin() and end() for TypeManager.
2016-09-29 David NetoRemove unnecessary #include
2016-09-28 Lei ZhangAdd examples to demo C++ library APIs.
2016-09-23 Lei ZhangAvoid appending EOL in StringifyMessage().
2016-09-23 Lei ZhangFix operand class test coverage table.
2016-09-22 Lei ZhangClean up header dependency.
2016-09-22 David NetoHandle parse failure for setting spec constants
2016-09-22 Umar ArshadFix forward reference issues with forword pointer
2016-09-22 qiningCommand line option for set default value for spec...
2016-09-21 Lei ZhangUse nullptr as the default message consumer to ignore...
2016-09-21 Lei ZhangChange some asserts to normal errors in IrLoader.
2016-09-21 Lei ZhangAdd two more utility functions for sending errors to...
2016-09-21 Lei ZhangChange parameter name from file to source in Log()...
2016-09-21 Lei ZhangAdd more Assemble(), Disassemble() and Validate() overl...
2016-09-21 Lei ZhangPublish the C++ interface.
2016-09-21 Lei ZhangRename SpvTools to SpirvTools.
2016-09-21 Lei ZhangUse C style names for MessageLevel.
2016-09-21 Lei ZhangChange to use enum instead of enum class for MessageLevel.
2016-09-20 Lei ZhangAdd a C++ interface to the optimization functionalities.
2016-09-20 Lei ZhangAllow changing MessageConsumer in Pass & PassManager.
2016-09-20 Lei ZhangChange BuildModule() to accept pointer-size pair for...
2016-09-20 Lei ZhangChange interface of Pass::Process() to return possible...
2016-09-19 David NetoProvide friendly names for shader ballot BuiltIns
2016-09-19 Umar ArshadUpdate validate interface to accept binary pointers
2016-09-19 Lei ZhangSet the default source name as "input".
2016-09-16 David NetoStart v2016.6-dev
2016-09-16 David NetoFinalize v2016.5
2016-09-16 David NetoAdd basic support for SPV_KHR_shader_ballot
2016-09-16 Lei ZhangPrepare the C++ interface for publication.
2016-09-16 Lei ZhangMove functions for building modules outside of the...
2016-09-16 Lei ZhangLet SPIRV_ASSERT() exit the program if the assertion...
2016-09-16 Lei ZhangAdd MessageConsumer to PassManager, Pass, and analysis...
2016-09-16 Lei ZhangAdd utility macros for logging messages.
2016-09-15 Lei ZhangAdd a callback mechanism for communicating messages...
2016-09-14 David NetoMake friendly names for built-in variables.
2016-09-14 David NetoUpdate CHANGES to say #414 is fixed
2016-09-14 David NetoFix validator: OpUndef can be member of a constant...
2016-09-14 David NetoClarify: Ok to pass null diagnostic to spvBinaryParse
2016-09-14 David NetoFix validator SSA check: Phi can use its own value...
2016-09-14 qiningBuild "spec id->default val str" mapping from string
2016-09-13 qiningGuard against nullptr in number parsing utilities
2016-09-13 qiningSet default values for spec const decorated by SpecId
2016-09-12 David NetoUpdate CMake condition for Emacs load/save helper
2016-09-11 steve-lunargadd spirv-dis/spirv-as support for emacs when loading...
2016-09-08 qiningAdd IsSigned() to opt::Analysis::Integer.
2016-09-08 qiningPull out the number parsing logic
2016-09-08 Lei ZhangMerge diagnostic tests and single them out in a separat...
2016-09-07 Lei ZhangCreate separate binaries for validation tests.
2016-09-07 Lei ZhangPrefix test binaries with `test_`, rename UnitSPIRV...
2016-09-07 Lei ZhangTravis CI: mark build as finished once a job failed.
2016-09-07 Lei ZhangKill the spvCheck macro which is just alias to if-state...
2016-09-07 Lei ZhangUpdate README about the optimization library and tool.
2016-09-07 David NetoSay contributors have to click through the CLA
2016-09-02 David NetoAdd test for presence of copyrights and license terms
2016-09-02 David NetoStart v2016.5-dev
2016-09-02 David NetoRelicense SPIRV-Tools under Apache 2.0
2016-09-02 David NetoAdd check_copyright to check or update copyright.
2016-09-02 David NetoFix Google copyright lines
2016-09-02 Lei ZhangKill the spvCheckReturn macro.
2016-09-02 Lei ZhangKill diagnostic_helper & the wrapping DIAGNOSTIC macro.
2016-09-01 Lei ZhangTests for preserving line debug insts even killing...
2016-09-01 qiningUnify constants pass
2016-09-01 David NetoRefactor CapabilitySet into templated class EnumSet
2016-08-31 qiningAdd forwarding so that passes' ctor can have args.
2016-08-30 David NetoHandle capabilities larger than value 63
2016-08-30 David NetoAdd libspirv::CapabilitySet
2016-08-30 qiningGet annotation instructions of a given id.
2016-08-29 qiningAdd AppendNames() interface for AssemblyBuilder
2016-08-29 Lei ZhangCreate a separate header and source file for each pass.
2016-08-29 qiningFold spec constants to normal constants (values fixed)
2016-08-27 David NetoPass manager recomputes Id bound automatically.
2016-08-27 Lei ZhangCreate const overloads for begin() and end() in Instruc...
2016-08-26 David NetoFix typo in spirv-opt help
2016-08-26 David NetoAdd Module::ComputeIdBound
2016-08-26 Lei ZhangAdd tests for decoration_empty().
2016-08-26 qiningAdd a method in the types to check whether there is...
2016-08-26 David NetoTest ir::Instruction::GetOperand and GetInOperand
2016-08-26 David NetoIrLoader gracefully handles incomplete blocks and functions
2016-08-25 David NetoAdd Instruction begin and end mutable iterators
2016-08-25 David NetoAdd Instruction cbegin and cend to access operands
2016-08-25 David NetoForEachInst optionally runs on attached debug line...
2016-08-24 Lei ZhangTravis CI: add build configuration for Android NDK...
2016-08-24 David NetoStart v2016.4-dev
2016-08-24 David NetoFinalize v2016.3
2016-08-24 David NetoAdd spirv-lesspipe.sh
next