-
- Downloads
Reorganization, global code motion, backward dataflow, loop tree construction,...
Reorganization, global code motion, backward dataflow, loop tree construction, dom tree improvements, collapse region chains in CCP
parent
2e247949
No related branches found
No related tags found
Showing
- Cargo.lock 16 additions, 0 deletionsCargo.lock
- Cargo.toml 2 additions, 0 deletionsCargo.toml
- hercules_codegen/Cargo.toml 7 additions, 0 deletionshercules_codegen/Cargo.toml
- hercules_codegen/src/gcm.rs 71 additions, 0 deletionshercules_codegen/src/gcm.rs
- hercules_codegen/src/lib.rs 3 additions, 0 deletionshercules_codegen/src/lib.rs
- hercules_ir/src/dataflow.rs 129 additions, 13 deletionshercules_ir/src/dataflow.rs
- hercules_ir/src/dom.rs 109 additions, 15 deletionshercules_ir/src/dom.rs
- hercules_ir/src/lib.rs 2 additions, 6 deletionshercules_ir/src/lib.rs
- hercules_ir/src/loops.rs 133 additions, 0 deletionshercules_ir/src/loops.rs
- hercules_ir/src/subgraph.rs 21 additions, 0 deletionshercules_ir/src/subgraph.rs
- hercules_ir/src/verify.rs 13 additions, 5 deletionshercules_ir/src/verify.rs
- hercules_opt/Cargo.toml 7 additions, 0 deletionshercules_opt/Cargo.toml
- hercules_opt/src/ccp.rs 80 additions, 2 deletionshercules_opt/src/ccp.rs
- hercules_opt/src/dce.rs 4 additions, 1 deletionhercules_opt/src/dce.rs
- hercules_opt/src/gvn.rs 4 additions, 1 deletionhercules_opt/src/gvn.rs
- hercules_opt/src/lib.rs 7 additions, 0 deletionshercules_opt/src/lib.rs
- hercules_tools/Cargo.toml 6 additions, 0 deletionshercules_tools/Cargo.toml
- hercules_tools/src/hercules_cpu/main.rs 77 additions, 0 deletionshercules_tools/src/hercules_cpu/main.rs
- hercules_tools/src/hercules_dot/dot.rs 1 addition, 1 deletionhercules_tools/src/hercules_dot/dot.rs
- hercules_tools/src/hercules_dot/main.rs 6 additions, 6 deletionshercules_tools/src/hercules_dot/main.rs
Loading
Please register or sign in to comment