24
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplify kill_insn() of unops and unop-ish instructions More... about 5 years ago
remove unneeded REPEAT_SYMBOL_CLEANUP More... about 5 years ago
fix kill_insn(OP_SETVAL) More... about 5 years ago
add a new instruction for label-as-value More... about 5 years ago
Merge branches 'cleanup-postop' and 'cleanup-linearize' More... about 5 years ago
Merge branch 'diamond' More... about 5 years ago
Merge branch 'unqual' More... about 5 years ago
unqual: add testcases More... about 5 years ago
simplify unrestricted postop More... about 5 years ago
unqual: statement expressions should drop qualifiers More... about 5 years ago
unqual: comma expressions should drop qualifiers More... about 5 years ago
unqual: unqualify_type() should check for null ctypes More... about 5 years ago
casts should drop qualifiers More... about 5 years ago
Merge branch 'pack-early' More... about 5 years ago
simplify CGOTO(SEL(x, L1, L2)) into CBR x, L1, L2 More... about 5 years ago
testcase: avoid UNDEF More... about 5 years ago
cfg: remove phi-nodes when merging BBs More... about 5 years ago
doc: fix extracted autodoc when short description ends with a ? More... about 5 years ago
doc: add header for flow simplification related documentation More... about 5 years ago
doc: add header for optimization related documentation More... about 5 years ago
doc: add some doc to flowgraph.h More... about 5 years ago
add testcases for COMPUTEDGOTO simplification More... about 5 years ago
simplify OP_COMPUTEDGOTO with unique and known target More... about 5 years ago
cfg: call simplify_memops() unconditionally. More... about 5 years ago
cfg: add missing REPEAT_CFG_CLEANUP More... about 5 years ago
doc: Sphinx's option ':noindex:' have been renamed into ':noindexentry:' More... about 5 years ago
cfg: early CFG simplification More... about 5 years ago
cfg: add testcase for phi-adjusting during BB merge More... about 5 years ago
linearize: fix a couple of 'selfcheck' warnings More... about 5 years ago
Merge branch 'debug' More... about 5 years ago