index
:
platform/upstream/SPIRV-Tools
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
sandbox/dkson95/gcc14-asan
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sdk-1.3.250
tizen
tizen_20181206
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
opt
/
module.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
Adding ostream operators for IR structures
Alan Baker
1
-0
/
+3
2017-12-21
Store all enabled capabilities in the feature manger.
Steven Perron
1
-1
/
+1
2017-12-08
Add a new constant manager class.
Diego Novillo
1
-0
/
+18
2017-12-05
Dominator Tree Analysis (#3)
Stephen McGroarty
1
-0
/
+2
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-0
/
+9
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-2
/
+2
2017-10-25
Change the sections in the module to use the InstructionList class.
Steven Perron
1
-77
/
+73
2017-10-23
Optimizer: OpModuleProcessed is in its own layout section
David Neto
1
-3
/
+44
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
1
-20
/
+146
2017-07-10
Add AggressiveDCEPass
GregF
1
-0
/
+4
2017-07-07
Add LocalMultiStoreElim pass
GregF
1
-0
/
+12
2017-05-12
Inline: Inline early return function if no returns in loop.
Greg Fischer
1
-0
/
+9
2017-03-29
Add exhaustive function call inlining to spirv-opt
Greg Fischer
1
-0
/
+14
2017-03-29
Add various accessors needed to read and edit SPIRV code.
David Srbecky
1
-0
/
+2
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-08-26
Add Module::ComputeIdBound
David Neto
1
-0
/
+3
2016-08-25
ForEachInst optionally runs on attached debug line insts
David Neto
1
-2
/
+6
2016-08-23
Add opt::ir::Module::SetIdBound
David Neto
1
-0
/
+2
2016-08-15
Allow OpUndef appearing in the type and global variable section.
Lei Zhang
1
-9
/
+3
2016-08-12
Add iterator getter interface for types_values_
qining
1
-0
/
+22
2016-08-12
Add make_range() & make_const_range() for creating iterator ranges.
Lei Zhang
1
-11
/
+4
2016-08-12
Avoid non-oneliner definition in class and add missing iterators.
Lei Zhang
1
-0
/
+1
2016-08-11
Create an iterator class for in-memory representation.
Lei Zhang
1
-15
/
+66
2016-08-10
Optimization: Add type manager.
Lei Zhang
1
-1
/
+2
2016-08-10
Change the interfaces of in-memory representation to use pointers.
Lei Zhang
1
-40
/
+86
2016-08-08
Dead constant elimination
qining
1
-0
/
+2
2016-07-29
Allow missing memory model instructions in modules.
Lei Zhang
1
-3
/
+7
2016-06-28
Promote ir namespace and create draft libspirv.{h|c}pp.
Lei Zhang
1
-2
/
+0
2016-06-27
Add IrBuilder for constructing SPIR-V in-memory representation.
Lei Zhang
1
-15
/
+11
2016-06-24
Add classes for representing SPIR-V language constructs in memory.
Lei Zhang
1
-0
/
+135