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
/
basic_block.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
Add loop unswitch pass.
Victor Lomuller
1
-0
/
+9
2018-02-01
Add LoopUtils class to gather some loop transformation support.
Victor Lomuller
1
-0
/
+22
2018-01-12
Adding ostream operators for IR structures
Alan Baker
1
-0
/
+13
2018-01-09
Rewriting dead branch elimination.
Alan Baker
1
-1
/
+10
2018-01-05
Linker code cleanups
Pierre Moreau
1
-1
/
+1
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-2
/
+2
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-6
/
+9
2017-11-02
Add a new class opt::CFG to represent the CFG for the module.
Diego Novillo
1
-8
/
+42
2017-10-20
Change BasicBlock to use InstructionList to hold instructions.
Steven Perron
1
-6
/
+5
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
1
-0
/
+11
2017-09-01
BasicBlock: add ctail, GetMergeInst, GetLoopMergeInst
David Neto
1
-0
/
+48
2017-08-30
DeadBranchElim: Fix dead block detection to ignore backedges
GregF
1
-0
/
+13
2017-03-29
Add exhaustive function call inlining to spirv-opt
Greg Fischer
1
-0
/
+42