Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / egraphs-good/eggcc issues and pull requests

#100 - Loop strength reduction

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#99 - Fuse loops

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#98 - Flatten loops

Issue - State: open - Opened by oflatt 12 months ago

#97 - Remove range checks in loops

Issue - State: closed - Opened by oflatt 12 months ago

#96 - Dead store elimination

Issue - State: open - Opened by oflatt 12 months ago

#95 - Eliminate conditions based on analysis

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#94 - Call site splitting

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#93 - Reassociate to promote constant folding

Issue - State: closed - Opened by oflatt 12 months ago

#92 - Loop invariant code motion

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#91 - Hoist common code into branches

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#90 - Loop fusion

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#89 - Loop and if inversion (IVT)

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#88 - Loop unrolling

Issue - State: closed - Opened by oflatt 12 months ago

#87 - Node pull in

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#86 - Node push out

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#85 - Invariant Value Redirection (INV)

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#84 - Function Inlining

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#82 - Don't interpret original program unless --interp passed

Pull Request - State: closed - Opened by kirstenmg 12 months ago

#81 - Bool literals not supported

Issue - State: closed - Opened by kirstenmg 12 months ago - 1 comment

#80 - Add collatz.bril

Pull Request - State: closed - Opened by clyben 12 months ago

#79 - Expand constant folding to eliminate conditions

Pull Request - State: closed - Opened by oflatt 12 months ago

#78 - Add use of cargo insta to README

Pull Request - State: closed - Opened by kirstenmg 12 months ago

#77 - Cleanup indirection in blocks introduced by RVSDG->CFG translation

Pull Request - State: closed - Opened by oflatt 12 months ago - 1 comment

#76 - Don't interpret program unless --interp is passed

Issue - State: closed - Opened by kirstenmg 12 months ago - 1 comment

#75 - Add brils, mostly failing

Pull Request - State: closed - Opened by kirstenmg 12 months ago - 1 comment

#74 - fix nightly scripts

Pull Request - State: closed - Opened by ryan-berger 12 months ago

#73 - Supporting multiple functions (Part II & III): pure functions and function calls

Pull Request - State: closed - Opened by yihozhang 12 months ago - 3 comments

#72 - Fix up bug in arities

Pull Request - State: closed - Opened by oflatt 12 months ago

#71 - Failure in CFG -> RVSDG

Issue - State: open - Opened by kirstenmg 12 months ago - 3 comments

#70 - Share subexpressions in translating back from RVSDG

Pull Request - State: closed - Opened by oflatt 12 months ago

#69 - Arity bug in RVSDG->CFG translation

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment
Labels: bug

#68 - Remove CI dependency on graphviz

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#67 - RVSDG translation to egglog doesn't share common subexpressions

Issue - State: closed - Opened by oflatt 12 months ago - 1 comment

#66 - RVSDG->CFG translation introduces many blocks

Issue - State: closed - Opened by oflatt 12 months ago
Labels: good first issue

#65 - Block diamond is still not correct for rvsdg round trip

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#64 - Use HashSet in restructure

Issue - State: open - Opened by oflatt 12 months ago

#63 - Fix RVSDG->CFG translation

Pull Request - State: closed - Opened by oflatt 12 months ago - 4 comments

#62 - Add RVSDG shift rules

Pull Request - State: closed - Opened by rtjoa 12 months ago

#61 - Fix eager PEG phi node eval

Pull Request - State: closed - Opened by Alex-Fischman 12 months ago

#59 - Failing peg benchmark

Issue - State: closed - Opened by oflatt 12 months ago

#58 - Add benchmark from #57

Pull Request - State: closed - Opened by oflatt 12 months ago

#57 - RVSDG optimizer fails to share sub-loops

Issue - State: closed - Opened by oflatt 12 months ago - 2 comments

#56 - Add multiple functions to RVSDG optimizer

Issue - State: closed - Opened by oflatt 12 months ago

#55 - Document various ways to run eggcc

Pull Request - State: closed - Opened by oflatt 12 months ago

#54 - add annotations to debug output for CFG

Pull Request - State: closed - Opened by ezrosent 12 months ago

#53 - fix nightly scripts

Pull Request - State: closed - Opened by ryan-berger 12 months ago - 3 comments

#52 - Rip out naiive optimizer from eggcc

Pull Request - State: closed - Opened by oflatt 12 months ago

#51 - Fixing ruleset definitions in naive mode

Pull Request - State: closed - Opened by yihozhang 12 months ago - 1 comment

#50 - Add basic constant folding rules to eggcc

Pull Request - State: closed - Opened by oflatt 12 months ago

#49 - Refactor substitution rules into their own file

Pull Request - State: closed - Opened by oflatt 12 months ago

#48 - Rename RvsdgExpr to BasicExpr

Pull Request - State: closed - Opened by oflatt 12 months ago

#47 - Run Mode Nothing

Pull Request - State: closed - Opened by oflatt almost 1 year ago

#46 - Egglog RVSDG Roundtrip

Pull Request - State: closed - Opened by oflatt almost 1 year ago - 2 comments

#45 - Test that egglog RVSDG round-trip arguments correctly

Issue - State: closed - Opened by oflatt about 1 year ago

#44 - Convert Rvsdgs back into Cfgs

Pull Request - State: closed - Opened by oflatt about 1 year ago - 1 comment

#43 - Supporting functions in egglog's encoding of RVSDG

Pull Request - State: closed - Opened by yihozhang about 1 year ago

#42 - PEG Interpreter Memoization

Pull Request - State: closed - Opened by Alex-Fischman about 1 year ago

#41 - Add RVSDG subst functions

Pull Request - State: closed - Opened by rtjoa about 1 year ago

#40 - Convert cfgs to Bril

Pull Request - State: closed - Opened by oflatt about 1 year ago - 1 comment

#39 - bump egglog revision

Pull Request - State: closed - Opened by ezrosent about 1 year ago

#38 - Make PEGs work with print edges and remove naive tests

Pull Request - State: closed - Opened by Alex-Fischman about 1 year ago - 1 comment

#37 - Remove duplicate RunType struct (oops)

Pull Request - State: closed - Opened by oflatt about 1 year ago

#36 - Draft subst w/o vecop

Pull Request - State: closed - Opened by rtjoa about 1 year ago

#35 - Add types to the rvsdg and egglog encoding

Pull Request - State: closed - Opened by oflatt about 1 year ago

#34 - Fix spacing between functions in svg

Pull Request - State: closed - Opened by oflatt about 1 year ago

#33 - Unify testing infra, debug visualizations, and command line arguments

Pull Request - State: closed - Opened by oflatt about 1 year ago - 2 comments

#32 - Add 'state' edges to the RVSDG.

Pull Request - State: closed - Opened by ezrosent about 1 year ago

#31 - Profile nightly

Pull Request - State: closed - Opened by ajpal about 1 year ago

#30 - Peg visualization cleanup

Pull Request - State: closed - Opened by Alex-Fischman about 1 year ago

#29 - fix broken main

Pull Request - State: closed - Opened by yihozhang about 1 year ago - 1 comment

#28 - RVSDG <-> egglog

Pull Request - State: closed - Opened by yihozhang about 1 year ago

#27 - PEGs in Rust

Pull Request - State: closed - Opened by Alex-Fischman about 1 year ago

#26 - Expose RVSDG visualizations through command line

Pull Request - State: closed - Opened by oflatt about 1 year ago - 1 comment

#25 - Initial RVSDG support

Pull Request - State: closed - Opened by ezrosent about 1 year ago

#24 - add # instructions

Pull Request - State: closed - Opened by ajpal about 1 year ago

#23 - add profile to nightly webpage

Pull Request - State: closed - Opened by ajpal about 1 year ago

#22 - Memoize expressions in basic blocks

Pull Request - State: closed - Opened by wilcoxjay about 1 year ago - 3 comments

#21 - Fix a few bugs in the dumb encoding

Pull Request - State: closed - Opened by oflatt about 1 year ago

#20 - Support bril arguments and disable SSA for now

Pull Request - State: closed - Opened by oflatt about 1 year ago

#19 - Fix bug in cfg implicit returns

Pull Request - State: closed - Opened by oflatt about 1 year ago

#18 - add profile bash script, add cli option for profile data

Pull Request - State: closed - Opened by egg-fnatic about 1 year ago - 1 comment

#17 - Fix several bugs in the dumb encoding

Pull Request - State: closed - Opened by oflatt about 1 year ago - 1 comment

#16 - Nightly script updates

Pull Request - State: closed - Opened by ajpal about 1 year ago

#15 - Typo in src/lib.rs

Pull Request - State: closed - Opened by wilcoxjay about 1 year ago

#14 - Refactor tests and update to latest egglog thus unblocking Ryan and James

Pull Request - State: closed - Opened by oflatt about 1 year ago

#13 - Omit unnecessary breaks

Pull Request - State: closed - Opened by ajpal about 1 year ago - 1 comment

#12 - Sort tests

Pull Request - State: closed - Opened by egg-fnatic about 1 year ago

#11 - port bril tests to pure Rust

Pull Request - State: closed - Opened by egg-fnatic about 1 year ago

#10 - Small cleanups from @ajpal

Pull Request - State: closed - Opened by oflatt about 1 year ago

#9 - Round trip optimization of structured Bril

Pull Request - State: closed - Opened by oflatt about 1 year ago

#8 - Example for summing the first n positive numbers

Pull Request - State: open - Opened by wilcoxjay about 1 year ago - 1 comment

#7 - Add some build/setup instructions to the README for old people

Pull Request - State: closed - Opened by wilcoxjay about 1 year ago

#6 - add in hand optimized bril, add support for fn args

Pull Request - State: closed - Opened by egg-fnatic about 1 year ago - 5 comments

#5 - Nightly template

Pull Request - State: closed - Opened by ajpal about 1 year ago - 3 comments

#4 - Structured cfg translation

Pull Request - State: closed - Opened by oflatt about 1 year ago

#3 - Add basic CFG translation

Pull Request - State: closed - Opened by ezrosent about 1 year ago - 1 comment

#2 - Fix clippy lint

Pull Request - State: closed - Opened by ezrosent about 1 year ago - 2 comments

#1 - Multiple functions support

Pull Request - State: closed - Opened by ryan-berger about 1 year ago - 2 comments