platform/upstream/SPIRV-Tools.git
2016-08-12 David NetoTest INotEqual for OpSpecConstantOp in asm, disasm
2016-08-12 qiningAdd iterator getter interface for types_values_
2016-08-12 Umar ArshadOpUndef can appear in type declaration section
2016-08-12 Lei ZhangTurn off modifying methods for const iterators.
2016-08-12 qiningClear old def-use record when re-analyze an ID
2016-08-12 Lei ZhangAdd make_range() & make_const_range() for creating...
2016-08-12 Lei ZhangAvoid non-oneliner definition in class and add missing...
2016-08-12 qiningMove the def-use analysis for single inst to public
2016-08-12 qiningAdd getter for pointee, element type
2016-08-11 Lei ZhangCreate an iterator class for in-memory representation.
2016-08-11 qiningMake the lookup up of type id accepts const arg
2016-08-11 David NetoReuse the iterator on Id and type lookup
2016-08-11 qiningAdd the const version of AsXXtype() interface.
2016-08-11 qiningAdd GetId(Type* type) API to the type manager
2016-08-11 David NetoAvoid double-copy of NameMapper object.
2016-08-11 David NetoUse friendly names for Ids
2016-08-11 David NetoAdd spirv-cfg to dump a GraphViz graph of the CFG
2016-08-10 qiningAdd back the missing msg about --eliminate-dead-const
2016-08-10 Lei ZhangFix build error about passing initializer-list to const...
2016-08-10 Lei ZhangMake type manager RAII-like w.r.t. the module to be...
2016-08-10 Lei ZhangOptimization: Add type manager.
2016-08-10 Lei ZhangOptimization: Add type class hierarchy.
2016-08-10 Lei ZhangAppveyor: also test on Visual Studio 2013.
2016-08-10 David NetoFix paths in the README.
2016-08-10 Lei ZhangChange the interfaces of in-memory representation to...
2016-08-10 David NetoUpdate CHANGES to say issue 288 is fixed
2016-08-10 Andrew WoloszynFixed the build for MSVC.
2016-08-09 Lei ZhangManually create move the constructor/assignment for...
2016-08-09 David NetoFix compilation. My bad
2016-08-09 Umar ArshadCheck dominance of OpPhi parent and variable pairs
2016-08-09 Umar ArshadRemoved dead code/const_casts/lists
2016-08-09 qiningSeparate pass.h from passes.h
2016-08-09 Lei ZhangUse NEW behavior for policy CMP0054.
2016-08-09 Umar ArshadRefactor Id -> Instruction
2016-08-09 qiningFix minor mistakes in the tests of dead-const-elim
2016-08-08 qiningPrint the shader when module building failed
2016-08-08 qiningDead constant elimination
2016-08-07 Umar ArshadRemove unnecessary headers
2016-08-06 Umar ArshadRemove needless copies. Delete copy constructor.
2016-08-05 David NetoAdd target envs for OpenCL, OpenGL
2016-08-05 David NetoStart v2016.3-dev
2016-08-05 David NetoFinalize v2016.2
2016-08-05 David NetoHide implementations of BasicBlock::dominates,postdominates
2016-08-05 David NetoTrack a construct by its entry block.
2016-08-05 David NetoValidator cfg fixes
2016-08-05 David NetoAdd BasicBlock methods: dominates postdominates
2016-08-05 David NetoRename a variable so it's consistent with spec
2016-08-05 Lei ZhangCheck configuration and gmock existence when adding...
2016-08-05 David NetoFix dominance calculation
2016-08-05 qiningAdd blurbs for freeze-spec-const pass
2016-08-05 Lei ZhangCreate directory first if not existing and always refresh.
2016-08-05 Lei ZhangAvoid redefining builtin dir.
2016-08-04 qiningSimple Assembly code builder for test uses
2016-08-04 David NetoOnly check def dominance of reachable uses
2016-08-02 David NetoUpdate CHANGES to reflect INotEqual update
2016-08-02 qiningAllow OpINotEqual in OpSpecConstantOp inst
2016-08-02 David NetoNever generate % for a friendly disassembled Id
2016-07-30 David NetoAdd disabled test for phi variable def-use check
2016-07-30 David NetoAvoid checking def-use dominance for OpPhi value operands
2016-07-29 Lei ZhangOptimization: Add def use analysis.
2016-07-29 Lei ZhangUse default copy/move constructors/assignments for...
2016-07-29 Lei ZhangAllow missing memory model instructions in modules.
2016-07-28 David NetoFix infinite loop in dominance calculation.
2016-07-28 QiningMerge pull request #284 from Qining/fix-freeze-spec...
2016-07-28 qiningFix a test failure in pass manager test
2016-07-28 qiningFreeze spec constants to their default values
2016-07-28 qiningAdd an utility: in-place string replacement
2016-07-28 qiningUse friendly disassembly output
2016-07-26 Umar ArshadCheck definitions appear in dominator of use
2016-07-26 Umar ArshadRefactor IDs definition and use tracking
2016-07-25 Umar ArshadFixes segfault for loops without back-edges
2016-07-19 Lei ZhangStart v2016.2.
2016-07-19 Lei ZhangFinalize v2016.1.
2016-07-19 David NetoDisassembling: map IDs to friendly names.
2016-07-18 Lei ZhangTrack changes in SPIRV-Headers for SPIR-V 1.1 rev 2.
2016-07-08 David NetoTurn off ClipDistance CullDistance cap checks for Vulkan
2016-07-07 Lei ZhangMention the steps to pull dependencies when building...
2016-07-05 David NetoTest v1.1 loop dependency support
2016-07-04 David NetoStart v2016.1-dev
2016-07-04 David NetoFinalize v2016.0
2016-06-30 Lei ZhangDRY file writing code in tools.
2016-06-30 Lei ZhangDRY file reading code in tools.
2016-06-30 Lei ZhangRework CMake configuration for tools.
2016-06-30 Lei ZhangAdd the spirv-opt command line tool.
2016-06-29 Lei ZhangAdd Pass, PassManager, and StripDebugInfoPass.
2016-06-29 David NetoAvoid capability checks on ID values. They are not...
2016-06-28 Lei ZhangAdd tests for the cpp interface.
2016-06-28 Lei ZhangPromote ir namespace and create draft libspirv.{h|c}pp.
2016-06-27 Lei ZhangAdd IrBuilder for constructing SPIR-V in-memory represe...
2016-06-27 Lei ZhangAdd an option to spvBinaryToText() to ignore header...
2016-06-27 Umar ArshadFix several violations of the style guide
2016-06-25 Lei ZhangAdd classes for representing SPIR-V language constructs...
2016-06-24 Lei ZhangTravis CI: bump OS X and XCode version.
2016-06-24 David NetoUse pseudo entry and pseudo exit blocks for dominance.
2016-06-22 Lei ZhangUse arguments for add_spvtools_unittest.
2016-06-22 Lei ZhangAppveyor: Pull SPIRV-Headers for building and update...
2016-06-22 Umar ArshadValidator structured flow checks: back-edge, constructs
2016-06-21 Lei ZhangIgnore Vim swap files.
2016-06-15 David NetoFix ExtInst parsing: no IdRef* at end
2016-06-14 David NetoFix OpenCL pow and pown arguments
next