Skip to content

Actions: dstogov/ir

Actions

All workflows

Actions

Loading...
Loading

Showing runs from all workflows
434 workflow runs
434 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Generate "xor $1, %reg" for BOOL NOT
Push #961: Commit 1a02c48 pushed by dstogov
February 28, 2025 12:06 2m 57s master
February 28, 2025 12:06 2m 57s
Enable folding for some control/memory nodes during ir_load() (#108)
Push #960: Commit 2579790 pushed by dstogov
February 28, 2025 11:20 2m 51s master
February 28, 2025 11:20 2m 51s
Enable folding for some control/memory nodes during ir_load()
Push #959: Pull request #108 synchronize by dstogov
February 28, 2025 11:16 2m 57s fold_control
February 28, 2025 11:16 2m 57s
Enable folding for some control/memory nodes during ir_load()
Push #958: Pull request #108 synchronize by dstogov
February 28, 2025 10:59 2m 45s fold_control
February 28, 2025 10:59 2m 45s
Enable folding for some control/memory nodes during ir_load()
Push #957: Pull request #108 opened by dstogov
February 28, 2025 10:54 2m 41s fold_control
February 28, 2025 10:54 2m 41s
Allow inlining at -O0
Push #956: Commit bf3a241 pushed by dstogov
February 28, 2025 10:53 2m 45s master
February 28, 2025 10:53 2m 45s
Allow to optimize "x = TRUNC(SHL(ZEXT(y),ZEXT(z)))" into "x = SHL(y,z)"
Push #955: Commit 640aaff pushed by dstogov
February 27, 2025 13:15 1m 38s master
February 27, 2025 13:15 1m 38s
Better ordering of LLVM blocks
Push #954: Commit 9b2a0ac pushed by dstogov
February 27, 2025 11:14 2m 57s master
February 27, 2025 11:14 2m 57s
cleanup use list iterators
Push #953: Commit f590a65 pushed by dstogov
February 26, 2025 11:35 2m 53s master
February 26, 2025 11:35 2m 53s
Rewrite removal from iterated use_list through compaction.
Push #952: Commit d0d2747 pushed by dstogov
February 25, 2025 19:46 3m 5s master
February 25, 2025 19:46 3m 5s
Fix inconsistent use_list update
Push #951: Commit d7ec1d5 pushed by dstogov
February 25, 2025 18:02 2m 59s master
February 25, 2025 18:02 2m 59s
Fix incorrect code-generation for COND with the same op2 and op3
Push #950: Commit ca93e78 pushed by dstogov
February 24, 2025 23:14 3m 13s master
February 24, 2025 23:14 3m 13s
Separate ir_iter_optimize_if() and ir_if_optimize_guard()
Push #949: Commit 5a9a2a0 pushed by dstogov
February 24, 2025 09:59 2m 49s master
February 24, 2025 09:59 2m 49s
Fix support for GUARD and GUARD_NOT
Push #948: Commit f551d77 pushed by dstogov
February 24, 2025 09:33 2m 54s master
February 24, 2025 09:33 2m 54s
Optimize IF checking dominating predicates during iterative pass
Push #947: Commit 155d960 pushed by dstogov
February 24, 2025 07:29 2m 54s master
February 24, 2025 07:29 2m 54s
Separate common logic into ir_check_dominating_predicates()
Push #946: Commit b800541 pushed by dstogov
February 21, 2025 15:32 2m 57s master
February 21, 2025 15:32 2m 57s
Implement more IF optimization patterns
Push #945: Commit 8b0a08b pushed by dstogov
February 21, 2025 14:39 2m 40s master
February 21, 2025 14:39 2m 40s
Add support for optimization of combinations in iterative pass
Push #944: Commit 01e3da2 pushed by dstogov
February 21, 2025 14:25 3m 3s master
February 21, 2025 14:25 3m 3s
VADDR is foldable (enable CSE)
Push #943: Commit f480b8e pushed by dstogov
February 21, 2025 09:19 2m 57s master
February 21, 2025 09:19 2m 57s
Continue itrative optimiation on nodes modified by ZEXT/SEXT promotion
Push #942: Commit 3e9e413 pushed by dstogov
February 21, 2025 08:52 2m 51s master
February 21, 2025 08:52 2m 51s
Optimize EQ(SEXT(x), CONST) into EQ(x, TRUNC(CONST))
Push #941: Commit 1499748 pushed by dstogov
February 20, 2025 20:43 11s master
February 20, 2025 20:43 11s
Always rebuld CFG after MEM2SSA for -O1 pipeline
Push #940: Commit 165f9c1 pushed by dstogov
February 19, 2025 13:40 2m 49s master
February 19, 2025 13:40 2m 49s
Add rule for optimizing ADD(0, SYM) into SYM
Push #939: Commit 0058a3d pushed by dstogov
February 19, 2025 11:40 2m 47s master
February 19, 2025 11:40 2m 47s
Enable CFG reduction in iterative optimization after MEM2SSA pass
Push #938: Commit a528248 pushed by dstogov
February 19, 2025 10:42 3m 2s master
February 19, 2025 10:42 3m 2s
February 18, 2025 21:28 2m 41s