-
- Downloads
Exploratory CPU backend
parent
5537e3a1
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Cargo.lock 145 additions, 0 deletionsCargo.lock
- hercules_codegen/Cargo.toml 3 additions, 0 deletionshercules_codegen/Cargo.toml
- hercules_codegen/src/antideps.rs 52 additions, 0 deletionshercules_codegen/src/antideps.rs
- hercules_codegen/src/array_alloc.rs 214 additions, 0 deletionshercules_codegen/src/array_alloc.rs
- hercules_codegen/src/cpu_alpha.rs 1163 additions, 0 deletionshercules_codegen/src/cpu_alpha.rs
- hercules_codegen/src/gcm.rs 48 additions, 2 deletionshercules_codegen/src/gcm.rs
- hercules_codegen/src/lib.rs 6 additions, 0 deletionshercules_codegen/src/lib.rs
- hercules_ir/src/dom.rs 8 additions, 0 deletionshercules_ir/src/dom.rs
- hercules_ir/src/ir.rs 442 additions, 274 deletionshercules_ir/src/ir.rs
- hercules_ir/src/lib.rs 2 additions, 0 deletionshercules_ir/src/lib.rs
- hercules_ir/src/parse.rs 0 additions, 1 deletionhercules_ir/src/parse.rs
- hercules_ir/src/subgraph.rs 6 additions, 36 deletionshercules_ir/src/subgraph.rs
- hercules_ir/src/typecheck.rs 2 additions, 9 deletionshercules_ir/src/typecheck.rs
- hercules_opt/src/ccp.rs 4 additions, 4 deletionshercules_opt/src/ccp.rs
- hercules_tools/src/hercules_cpu/main.rs 49 additions, 6 deletionshercules_tools/src/hercules_cpu/main.rs
- hercules_tools/src/hercules_dot/dot.rs 49 additions, 12 deletionshercules_tools/src/hercules_dot/dot.rs
- hercules_tools/src/hercules_dot/main.rs 19 additions, 5 deletionshercules_tools/src/hercules_dot/main.rs
- samples/fork_join.hir 9 additions, 0 deletionssamples/fork_join.hir
- samples/strset.hir 17 additions, 0 deletionssamples/strset.hir
Loading
Please register or sign in to comment