커밋 기록

작성자 SHA1 메시지 날짜
  jonathanvdc 313cbac9e8 Make declare-local values dependent on the root node 8 년 전
  jonathanvdc 567b430277 Implement instruction scheduling for CFG->tree transformation 8 년 전
  jonathanvdc e3c81c30b3 Make free-root-node CFG instructions value-less 8 년 전
  jonathanvdc 518d67d071 Define __repr__ methods for all tree_ir classes 8 년 전
  jonathanvdc 130b2aa79f Try harder to inline values during CFG->tree lowering 8 년 전
  jonathanvdc a80520901b Simplify loop, loop-multiple relooped block lowering 8 년 전
  jonathanvdc 3b2e587f40 Perform constant reads at compile-time, even for CFGs 8 년 전
  jonathanvdc d37555641a Implement a value-simplifying optimization for the CFG JIT 8 년 전
  jonathanvdc 585d8a49b6 Apply CFG JIT intrinsics to function calls 8 년 전
  jonathanvdc 6d735a60f2 Use regular JIT intrinsics during CFG->tree lowering 8 년 전
  jonathanvdc ad8628c346 Define CFG JIT intrinsics 8 년 전
  jonathanvdc 9801da4d04 Introduced create-node CFG values 8 년 전
  jonathanvdc d6ea282cdd Avoid generating thunks for recursive functions 8 년 전
  jonathanvdc 9455b09446 Make the optimize_calls optimization more powerful 8 년 전
  jonathanvdc eed575c550 Delete debug statement 8 년 전
  jonathanvdc ee38409027 Implement trivial phi elimination 8 년 전
  jonathanvdc cc101d3772 Add an optimization that replaces indirect calls by direct calls 8 년 전
  jonathanvdc a995543d2c Include function parameters in CFG IR prologs 8 년 전
  jonathanvdc 8070513740 Fix a bug in check-local-exists elision 8 년 전
  jonathanvdc bd5abe76ac Implement the CFG block merging optimization 8 년 전
  jonathanvdc 1ff4ee239c Support lowering of defs that point to defs 8 년 전
  jonathanvdc a3050ed8fb Protected {alloc|free}-root-node from dead code elimination 8 년 전
  jonathanvdc 004bcdc1e5 Implement dead code elimination for CFGs 8 년 전
  jonathanvdc 33ebf2e4d1 Implement redundant check-local-exists definition elision 8 년 전
  jonathanvdc 9bb45df0f6 Fix bug in the dominator tree construction algorithm 8 년 전
  jonathanvdc 08e6a3ab2c Support testing for instruction dominance 8 년 전
  jonathanvdc 26c7788786 Have definitions retain a pointer to their parent block 8 년 전
  jonathanvdc 24c5842aa9 Assign in-block indices to CFG definitions 8 년 전
  jonathanvdc 247ae19d89 Create a module that computes dominator trees for CFGs 8 년 전
  jonathanvdc ce653f6424 Read node values before branching on them (CFG construction) 8 년 전