24
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branches 'kill-asm' and 'next' More... almost 5 years ago
testsuite: fix parsing of tags used in the testcases More... almost 5 years ago
move check_access() to late_warnings() More... almost 5 years ago
fix killing OP_ASM More... almost 5 years ago
Merge branch 'kill-replace' into next More... about 5 years ago
Merge branches 'fix-kill_dominated_stores' and 'kill-dead-loads' into next More... about 5 years ago
kill redundant stores (local) More... about 5 years ago
kill parent's dead stores too More... about 5 years ago
extract try_to_kill_store() from kill_dominated_stores() More... about 5 years ago
volatile stores are never dead More... about 5 years ago
fix wrong killing of stores partially dominated by a load More... about 5 years ago
Merge branch 'bit-trans' into next More... about 5 years ago
refactor simplify_add() to avoid code duplication More... about 5 years ago
refactor simplify_add() to avoid code duplication (preparation) More... about 5 years ago
add helper replace_binop() More... about 5 years ago
add testscases for 'bits translation' optimization More... about 5 years ago
add testscases for some factorization of distributive operations More... about 5 years ago
Merge branch 'fix-trivial-phi' into next More... about 5 years ago
Merge branch 'ir-symaddr' into next More... about 5 years ago
fix trivial_phi() when the target is before the single value More... about 5 years ago
add helper make_insn_pair() & swap_insn() More... about 5 years ago
convert SEL(x & BIT1, BIT2, 0) into SHIFT(x & BIT1, S) More... about 5 years ago
add helper is_pow2() More... about 5 years ago
factorize SEL(x, OP(y,z), y) into OP(SEL(x, z, 0), y) More... about 5 years ago
factorize SHIFT(x, s) OP SHIFT(y, s) into SHIFT((x OP y), s) More... about 5 years ago
factorize (x OP1 z) OP2 (y OP1 z) into (x OP2 y) OP1 z More... about 5 years ago
Merge branch 'optim-not' into next More... about 5 years ago
Merge branch 'cleanup' into next More... about 5 years ago
Merge branch 'optim-cgoto' into next More... about 5 years ago
canon: simplify calculation of canonical order More... about 5 years ago