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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
Adding build instructions to README.md
HEAD
master
Alexey Sotkin
1
-12
/
+52
2018-05-14
Allow to build LLVMSPIRV lib as static library
Alexey Sotkin
3
-5
/
+19
2018-05-03
Rename the installed header and install it in a prefix
Pierre Moreau
6
-9
/
+9
2018-04-24
Rename all variables and functions to match LLVM guidelines
Pierre Moreau
37
-836
/
+834
2018-04-24
Manually remove “m_” prefix used on some class attributes
Pierre Moreau
5
-87
/
+87
2018-04-24
Rename RefCount::m_refCount to Count
Pierre Moreau
1
-15
/
+15
2018-04-24
Convert integers to string before adding to string
Pierre Moreau
2
-3
/
+4
2018-04-24
Run clang-tidy without the readability-identifier-naming enabled
Pierre Moreau
37
-149
/
+177
2018-04-24
Remove unneeded semi-colon for TypeVisitor constructor
Pierre Moreau
1
-1
/
+1
2018-04-24
Add a virtual destructor to TypeVisitor, as it has virtual functions
Pierre Moreau
1
-0
/
+1
2018-04-24
Add missing “override” keywords in SPIRVEntry.h
Pierre Moreau
1
-22
/
+28
2018-04-24
Use clang-tidy to add missing “override” keywords
Pierre Moreau
23
-413
/
+419
2018-04-24
Reformat all .cpp and .h files using clang-format
Pierre Moreau
62
-8612
/
+7927
2018-04-24
Use LLVM’s own clang-tidy configuration file
Pierre Moreau
1
-1
/
+17
2018-04-24
Change all line endings to UNIX-style
Pierre Moreau
66
-21735
/
+21735
2018-04-20
Always define LLVM_SPIRV_VERSION
Pierre Moreau
1
-1
/
+3
2018-04-16
travis: make it build again
Karol Herbst
1
-13
/
+62
2018-04-16
cmake: rework to be able to build outside LLVM
Karol Herbst
7
-49
/
+145
2018-04-12
Update README.md
Alexey Sotkin
1
-27
/
+14
2018-04-11
Update SPIR-V/LLVM Translator to use new MemIntrinsics API
Alexey Sotkin
2
-8
/
+10
2018-04-03
Upgrade SPIRV translator from LLVM 4.0 to the curent SVN revision 327279
Alexey Sotkin
47
-410
/
+353
2018-04-03
Upgrade SPIRV translator from LLVM 3.8 to LLVM 4.0
Alexey Sotkin
13
-242
/
+709
2018-04-03
Upgrade SPIRV translator from LLVM 3.6 to LLVM 3.8
Alexey Sotkin
50
-391
/
+507
2018-04-03
Reorganizing the SPIR-V/LLVM Translator tree
Alexey Sotkin
6
-5
/
+113
2018-03-27
Fix for intel_sub_group_block_read with short type.
Jurek, Pawel
1
-4
/
+6
2018-03-19
Merge pull request #233 from PawelJurek/memleaks
Alexey Sotkin
9
-38
/
+27
2018-03-16
Fixes for memory leaks in SPIR-V library.
Jurek, Pawel
9
-38
/
+27
2018-03-01
add the Vector16 capability for both vec8 and vec16 types (#229)
Ben Ashbaugh
2
-1
/
+48
2018-02-06
[SPIRV] Fix capabilities for Atomic instructions (#227)
Alexey Sotkin
4
-2
/
+103
2018-01-09
Merge pull request #226 from AlexeySotkin/SPV_INTEL_subgroups
Alexey Sotkin
11
-12
/
+412
2017-12-26
LLVM SPIR-V changes for SPV_INTEL_subgroups
bashbaug
11
-12
/
+412
2017-10-26
Added info how to run SPIRV tests. (#225)
romanovvlad
1
-0
/
+10
2017-10-24
Decoder.getEntry() may returns NULL (#224)
Lifeng Pan
3
-3
/
+42
2017-10-18
~SPIRVModuleImpl() crashes when delete id entries (#223)
Lifeng Pan
2
-5
/
+3
2017-10-17
~SPIRVModuleImpl() crashes when delete no-id entries (#222)
Lifeng Pan
3
-13
/
+15
2017-08-16
Fix typo in an assert message (#220)
Lifeng Pan
3
-4
/
+4
2017-07-13
Insert bitcast during translation of llvm.memset (#219)
Alexey Sotkin
4
-15
/
+24
2017-06-29
Squashed the lower-memmove pass (#209)
doe300
6
-6
/
+220
2017-05-25
Changing translation of llvm.memset intrinsic (#217)
Alexey Sotkin
6
-61
/
+125
2017-05-03
Fixed a warning (#211)
Abel Bernabeu
1
-1
/
+1
2017-04-26
[NFC] Move SPIR-V specific test to test/SPIRV directory.
Alexey Bader
0
-0
/
+0
2016-12-02
Add declaration of Int8 capability (#198)
Alexey Sotkin
2
-2
/
+38
2016-11-14
Revert "Change ordering of blocks as required by SPIRV Spec (#195)" (#197)
kkyzylov
4
-165
/
+42
2016-11-10
Change ordering of blocks as required by SPIRV Spec (#195)
kkyzylov
4
-42
/
+165
2016-11-04
Fix fox OpenCL C++ built-ins translation (#196)
kkyzylov
4
-0
/
+146
2016-10-19
Implemented method for mapping function arguments without metadata. (#194)
Egor Churaev
3
-0
/
+93
2016-10-19
Default access qualifier for OpTypeImage (#193)
kkyzylov
2
-2
/
+77
2016-10-12
Translation of OpLoopMerge (#192)
kkyzylov
8
-11
/
+353
2016-10-05
Support translation of OpLifetimeStart and OpLifetimeStop instructions (#191)
kkyzylov
8
-2
/
+232
2016-10-04
Changing placement of lowered constant expressions (#188)
Alexey Sotkin
1
-6
/
+7
[next]