index
:
~glisse/SPIRV-Tools
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
/
source
/
link
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
Cleanup includes. (#1795)
dan sinclair
1
-12
/
+14
2018-07-12
Remove the module from opt::Function. (#1717)
dan sinclair
1
-1
/
+0
2018-07-09
Move link/ code to anonymous namespace (#1679)
dan sinclair
1
-159
/
+162
2018-07-09
Move the ir namespace to opt. (#1680)
dan sinclair
1
-22
/
+22
2018-07-07
Change libspirv to spvtools namespace (#1678)
dan sinclair
1
-51
/
+27
2018-06-19
[val] Add extra context to error messages. (#1600)
dan sinclair
1
-24
/
+26
2018-06-13
Fix buffer read overrun in linker
David Neto
1
-4
/
+5
2018-04-06
linker: Properly remove FuncParamAttr from imported symbols
Pierre Moreau
1
-14
/
+8
2018-02-27
linker: merge debug annotations from category c)
Pierre Moreau
1
-0
/
+18
2018-02-27
linker: Allow modules to be partially linked
Pierre Moreau
1
-16
/
+43
2018-01-05
Linker code cleanups
Pierre Moreau
1
-65
/
+40
2018-01-04
Replace calls to `ToNop` by `KillInst`.
Steven Perron
1
-12
/
+22
2017-12-21
Store all enabled capabilities in the feature manger.
Steven Perron
1
-1
/
+1
2017-12-21
Fixing bugs in type manager memory management
Alan Baker
1
-8
/
+7
2017-12-04
Change IRContext::KillInst to delete instructions.
Steven Perron
1
-3
/
+8
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-30
/
+32
2017-11-23
Test for pollution of the global namespace
David Neto
1
-0
/
+1
2017-11-23
Adding new def -> use mapping container
Alan Baker
1
-7
/
+10
2017-11-23
Move SetContextMessageConsumer into libspirv namespace
David Neto
1
-1
/
+1
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-37
/
+76
2017-11-15
Add the decoration manager to the IRContext.
Steven Perron
1
-8
/
+7
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-1
/
+1
2017-11-08
Add the IRContext (part 2): Add def-use manager
Steven Perron
1
-21
/
+19
2017-10-31
Add the IRContext (part 1)
Steven Perron
1
-22
/
+23
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
2
-0
/
+751