Commit History

Author SHA1 Message Date
  jonathanvdc d124442b79 Fix some miscellaneous cfg_to_tree bugs 8 years ago
  jonathanvdc bfb1601031 Refactor bytecode_to_tree.retrieve_task_root 8 years ago
  jonathanvdc 79e3c01d60 Make declare-local values dependent on the root node 8 years ago
  jonathanvdc be13e41468 Implement instruction scheduling for CFG->tree transformation 8 years ago
  jonathanvdc 2f12145d5e Make free-root-node CFG instructions value-less 8 years ago
  jonathanvdc d9d6c5bd62 Define __repr__ methods for all tree_ir classes 8 years ago
  jonathanvdc 4db86cf6e4 Try harder to inline values during CFG->tree lowering 8 years ago
  jonathanvdc 14af8fb162 Simplify loop, loop-multiple relooped block lowering 8 years ago
  jonathanvdc 6bbca23196 Perform constant reads at compile-time, even for CFGs 8 years ago
  jonathanvdc 5f5489b5f2 Implement a value-simplifying optimization for the CFG JIT 8 years ago
  jonathanvdc 5f330045d4 Apply CFG JIT intrinsics to function calls 8 years ago
  jonathanvdc cb973d3b83 Use regular JIT intrinsics during CFG->tree lowering 8 years ago
  jonathanvdc 080698ee51 Define CFG JIT intrinsics 8 years ago
  jonathanvdc d33896df4b Introduced create-node CFG values 8 years ago
  jonathanvdc a24d76bd6a Avoid generating thunks for recursive functions 8 years ago
  jonathanvdc f1fa1e669f Make the optimize_calls optimization more powerful 8 years ago
  jonathanvdc 8b51fb92c1 Delete debug statement 8 years ago
  jonathanvdc 70b79c679c Implement trivial phi elimination 8 years ago
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls 8 years ago
  jonathanvdc a3dcaa74a1 Include function parameters in CFG IR prologs 8 years ago
  jonathanvdc 3f36859158 Fix a bug in check-local-exists elision 8 years ago
  jonathanvdc 6347ecdd1d Implement the CFG block merging optimization 8 years ago
  jonathanvdc 8ab65078e4 Support lowering of defs that point to defs 8 years ago
  jonathanvdc a01ac84e97 Protected {alloc|free}-root-node from dead code elimination 8 years ago
  jonathanvdc f80b5a57ca Implement dead code elimination for CFGs 8 years ago
  jonathanvdc 1b22d28a37 Implement redundant check-local-exists definition elision 8 years ago
  jonathanvdc 4f4a848ee6 Fix bug in the dominator tree construction algorithm 8 years ago
  jonathanvdc c4385976fe Support testing for instruction dominance 8 years ago
  jonathanvdc 1f021cf563 Have definitions retain a pointer to their parent block 8 years ago
  jonathanvdc f8041ff120 Assign in-block indices to CFG definitions 8 years ago