index
:
~glisse/SPIRV-LLVM
for_nouveau
for_nouveau2
master
Unnamed repository; edit this file 'description' to name the repository.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
SPIRV
/
libSPIRV
/
SPIRVModule.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
Rename all variables and functions to match LLVM guidelines
Pierre Moreau
1
-28
/
+28
2018-04-24
Use clang-tidy to add missing “override” keywords
Pierre Moreau
1
-220
/
+220
2018-04-24
Reformat all .cpp and .h files using clang-format
Pierre Moreau
1
-562
/
+533
2018-04-24
Change all line endings to UNIX-style
Pierre Moreau
1
-1671
/
+1671
2018-04-03
Upgrade SPIRV translator from LLVM 4.0 to the curent SVN revision 327279
Alexey Sotkin
1
-5
/
+6
2018-03-16
Fixes for memory leaks in SPIR-V library.
Jurek, Pawel
1
-4
/
+5
2017-10-24
Decoder.getEntry() may returns NULL (#224)
Lifeng Pan
1
-2
/
+5
2017-10-18
~SPIRVModuleImpl() crashes when delete id entries (#223)
Lifeng Pan
1
-4
/
+3
2017-10-17
~SPIRVModuleImpl() crashes when delete no-id entries (#222)
Lifeng Pan
1
-9
/
+8
2017-08-16
Fix typo in an assert message (#220)
Lifeng Pan
1
-1
/
+1
2016-10-12
Translation of OpLoopMerge (#192)
kkyzylov
1
-0
/
+9
2016-10-05
Support translation of OpLifetimeStart and OpLifetimeStop instructions (#191)
kkyzylov
1
-0
/
+24
2016-09-30
Support translation of OpUnreachable instruction (#190)
kkyzylov
1
-0
/
+6
2016-09-29
OpVariable in OpSpecConstantOp. (#186)
Egor Churaev
1
-7
/
+6
2016-09-23
Fixing encoding/decoding of OpLine instruction (#184)
Alexey Sotkin
1
-14
/
+22
2016-09-13
Support translation of OpSelectionMerge instruction (#183)
kkyzylov
1
-0
/
+8
2016-09-07
Support translation of OpCompositeConstruct instruction (#178)
kkyzylov
1
-0
/
+9
2016-09-02
Support translation of OpVectorTimesScalar instruction (#177)
kkyzylov
1
-0
/
+9
2016-09-01
Support translation of OpFMod instruction (#176)
kkyzylov
1
-0
/
+8
2016-07-22
Add support of 64-bit literals for OpSwitch instruction (#166)
kkyzylov
1
-2
/
+2
2016-06-27
fix: OpCapability Kernel missing in a few cases (#156)
Dmitry Anikin
1
-2
/
+3
2016-06-14
Support for PipeStorage (#155)
Łukasz Dudziak
1
-0
/
+15
2016-06-06
Adding DeviceEnqueue capability for OpTypeQueue (#152)
Alexey Sotkin
1
-1
/
+7
2016-06-03
[SPIR-V] Disable 'auto-add-capability' feature during SPIR-V module decoding.
Alexey Bader
1
-0
/
+2
2016-05-18
Support SPIRV 1.1
Lukasz Dudziak
1
-9
/
+25
2016-05-13
Merge pull request #135 from bader/add-required-capabilities
Yaxun (Sam) Liu
1
-0
/
+7
2016-05-13
[SPIR-V] Add required 'Groups' and 'DeviceEnqueue' capabilities.
Alexey Bader
1
-0
/
+7
2016-05-13
Fix logical layout
Alexey Sotkin
1
-4
/
+98
2016-03-31
using IDs instead of literals in OpControlBarrier
Bartosz Sochacki
1
-4
/
+4
2016-03-21
Changes to support forward references.
Alexey Bader
1
-9
/
+66
2016-03-21
Revert "Changes to support forward references."
bader
1
-66
/
+9
2016-03-18
[SPIR-V] Added recursive type definition support.
Alexey Bader
1
-35
/
+66
2016-03-14
Changes to support forward references.
Alexey Bader
1
-7
/
+33
2016-02-26
Fix for bools being emitted as ints.
Alexey Bader
1
-2
/
+4
2016-02-24
Don't use DecorationGroups if more than 65535 decorations since that overflow...
Krisch
1
-4
/
+10
2016-02-18
Revert "Merge pull request #49 from scottp101/khronos/spirv-3.6.1"
Alexey Bader
1
-11
/
+4
2016-02-08
Merge pull request #49 from scottp101/khronos/spirv-3.6.1
Yaxun (Sam) Liu
1
-4
/
+11
2016-02-05
Dont use DecorationGroups if more than 65535 decorations sine that
Krisch
1
-4
/
+11
2016-02-03
[SPIR-V] Fixed encoding of OpGroupAsyncCopy.
Alexey Bader
1
-2
/
+2
2015-12-16
Re-implement SPIRVNL as a class to make it usable with llvm output stream.
Alexey Bader
1
-4
/
+4
2015-12-15
Applied code review suggestion from Sam.
Alexey Bader
1
-9
/
+15
2015-12-14
Clang integration.
Alexey Bader
1
-14
/
+12
2015-12-02
[SPIRV] Fix capabilities dependencies
Pierre Moreau
1
-0
/
+1
2015-12-01
[SPIRV] Fix capability issues.
Yaxun (Sam) Liu
1
-10
/
+11
2015-12-01
[SPIRV] github issue#5 Capabilities required by OpDecorate are not added to S...
Yaxun (Sam) Liu
1
-7
/
+11
2015-11-27
[SPIRV] gitlab Issue#16: Logical layout of SPIR-V module is broken.
Yaxun (Sam) Liu
1
-11
/
+15
2015-11-26
[SPIRV] gitlab issue#5 Compiler flags intruction was removed from the SPIR-V...
Yaxun (Sam) Liu
1
-3
/
+0
2015-11-19
[SPIRV] Have SPIRV IDs start at 1
Pierre Moreau
1
-1
/
+1
2015-11-18
[SPIRV] Update spirv.hpp to rev 2. Change OCL version encoding.
Yaxun (Sam) Liu
1
-4
/
+5
2015-11-13
[SPIRV] Fix translation of group pipe functions. work_ and sub_ prefix are no...
Yaxun (Sam) Liu
1
-1
/
+1
[next]