julia
add LoopInfo + LICM
#36832
Open

Commits
  • Add some CFG manipulation tools
    tkf committed 4 years ago
  • Check `statement_positions` early
    tkf committed 4 years ago
  • Manually handle `SSAValue` outside `ssamap`
    tkf committed 4 years ago
  • Use link in docstring
    tkf committed 4 years ago
  • Simplify `bbchangemap` and `gotolabelchangemap`
    tkf committed 4 years ago
  • Type assertion for avoiding dynamic dispatch
    tkf committed 4 years ago
  • Explicitly specify the number of new blocks
    tkf committed 4 years ago
  • Merge branch 'master' into cfg-tools
    tkf committed 4 years ago
  • Let ssamap handle SSAValue
    tkf committed 4 years ago
  • Merge branch 'cfg-tools' of github.com:tkf/julia into cfg-tools
    tkf committed 4 years ago
  • Improve/fix docstrings
    tkf committed 4 years ago
  • Fix tests for 32-bit
    tkf committed 4 years ago
  • Explain input and output IRs
    tkf committed 4 years ago
  • Merge branch 'master' into cfg-tools
    aviatesk committed 4 years ago
  • Merge remote-tracking branch 'origin/master' into cfg-tools
    vchuravy committed 2 years ago
  • fixup! Merge remote-tracking branch 'origin/master' into cfg-tools
    vchuravy committed 2 years ago
  • use NoCallInfo instead of nothing
    vchuravy committed 2 years ago
  • use core_ircode instead of custom utility
    vchuravy committed 2 years ago
  • fixup! use core_ircode instead of custom utility
    vchuravy committed 2 years ago
  • mark test as broken
    vchuravy committed 2 years ago
  • add LoopInfo + LICM
    vchuravy committed 2 years ago
  • attempt at creating a new BB
    vchuravy committed 2 years ago
  • Use cfg manipulation tools from TKF
    vchuravy committed 2 years ago
  • Treat self-quoting constants as invariant
    vchuravy committed 2 years ago
  • Convert tabs to spaces
    vchuravy committed 2 years ago
  • Support multiple invariant
    vchuravy committed 2 years ago
Loading