24
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
asm: factor out add_asm_rule() from add_asm_{in,out}put() More... almost 5 years ago
asm: add testcase for problem with output addresses More... almost 5 years ago
asm-mem: teach dominates() about OP_ASM More... almost 5 years ago
reorg dominates() More... almost 5 years ago
use convert_to_jump() when converting a CBR with same targets More... almost 5 years ago
fix phisources during CBR-BR conversion More... almost 5 years ago
fix phisources during SWITCH-BR conversion More... almost 5 years ago
add remove_phisources() More... almost 5 years ago
ptrlist: change TYPEOF() into PTRLIST_TYPE() More... almost 5 years ago
ptrlist: use ptr_list_nth() instead of linearize_ptr_list() More... almost 5 years ago
ptrlist: change return value of linearize_ptr_list()/ptr_list_to_array() More... almost 5 years ago
simplify AND(x >= 0, x < C) --> (unsigned)x < C More... almost 5 years ago
add helper is_positive() More... almost 5 years ago
ptrlist: make ptr_list_nth_entry() generic with ptr_list_nth() More... almost 5 years ago
expand __builtin_object_size() More... almost 5 years ago
simplify (x | M) cmpu C More... almost 5 years ago
simplify (x | M) cmps C More... almost 5 years ago
Merge branch 'fix-join-cond' More... almost 5 years ago
simplify (x | M) {==,!=} C More... almost 5 years ago
change testing of signed compares against SMIN or SMAX More... almost 5 years ago
add testcases for constant compares against AND/OR More... almost 5 years ago
Merge branch 'optim-cmps' More... almost 5 years ago
fix add_join_conditional() when one of the alternative is VOID More... almost 5 years ago
Makefile: fix version.h dependencies More... almost 5 years ago
cmpu: fix canonicalization of unsigned (x {<,>=} C) --> (x {<=,>} C-1) More... almost 5 years ago
Merge branches 'fix-can-move-to' and 'asr-synth' into next More... almost 5 years ago
simplify LSR + SEXT into ASR More... almost 5 years ago
fix possible circular definition with can_move_to() More... almost 5 years ago
Merge branch 'unnamed-qual' More... almost 5 years ago
Merge branch 'fix-sext-cmps' More... almost 5 years ago