platform/upstream/SPIRV-Tools.git
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
2016-08-24 David NetoMere mention of PointSize BuiltIn does not require...
2016-08-24 Lei ZhangAdd a home brewed make_unique to ease creating unique_ptrs.
2016-08-24 Lei ZhangRemove some unused macros and functions.
2016-08-23 David NetoCHANGES captures fix for issue 365
2016-08-23 David NetoRelax ClipDistance, CullDistance capability check in...
2016-08-23 David NetoAdd opt::ir::Module::SetIdBound
2016-08-23 qiningGet the number of elements for Vector and Matrix type
2016-08-18 qiningRefine the DefUseManager
2016-08-18 qiningGet the width from integer and float type
2016-08-16 qiningReplace the SetOperand() with SetInOperand() and SetRes...
2016-08-16 Lei ZhangMake clear that we are using ptrdiff_t as the iterator...
2016-08-15 Lei ZhangDerive iterator from std::iterator to reap standarad...
2016-08-15 Lei ZhangMake analyses RAII-like and turn disable copy/move...
2016-08-15 David NetoAvoid integer modulo by 1, to avoid warning
2016-08-15 David NetoAvoid race on mkdir
2016-08-15 Lei ZhangAllow OpUndef appearing in the type and global variable...
2016-08-13 qiningAdd another construtor for opt::ir::Instruction
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
next