Skip to content
Snippets Groups Projects

Forkify + Loop Canonicalization + Initial Fork Fission

Merged Xavier Routh requested to merge fork-opt into main

Merge request reports

Pipeline #201261 passed

Pipeline passed for b00a76d2 on fork-opt

Merged by rarbore2rarbore2 2 months ago (Jan 30, 2025 9:20pm UTC)

Loading

Pipeline #201266 passed

Pipeline passed for 31ed43d8 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • rarbore2
  • 592 610 }
    593 611 }
    594 612
    613 pub type DenseNodeMap<T> = Vec<T>;
    614 pub type SparseNodeMap<T> = HashMap<NodeID, T>;
    615
    616 nest! {
    617 // Is this something editor should give... Or is it just for analyses.
  • Xavier Routh added 28 commits

    added 28 commits

    Compare with previous version

  • Xavier Routh added 15 commits

    added 15 commits

    Compare with previous version

  • rarbore2 added 1 commit

    added 1 commit

    • 3f1df292 - ugly hack fix that demonstrates things

    Compare with previous version

  • Xavier Routh added 2 commits

    added 2 commits

    • edf9573a - rewrite unforkify
    • 0b743e03 - Merge branch 'fork-opt' of https://gitlab.engr.illinois.edu/llvm/hercules into fork-opt

    Compare with previous version

  • Xavier Routh added 14 commits

    added 14 commits

    Compare with previous version

  • Xavier Routh added 9 commits

    added 9 commits

    Compare with previous version

  • Xavier Routh added 10 commits

    added 10 commits

    Compare with previous version

  • Xavier Routh added 1 commit
  • Xavier Routh added 1 commit

    added 1 commit

    Compare with previous version

  • Xavier Routh added 1 commit

    added 1 commit

    Compare with previous version

  • Xavier Routh added 1 commit

    added 1 commit

    Compare with previous version

  • Xavier Routh added 1 commit

    added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading