Commit Verlauf

Autor SHA1 Nachricht Datum
  jonathanvdc 3b2e587f40 Perform constant reads at compile-time, even for CFGs vor 8 Jahren
  jonathanvdc d37555641a Implement a value-simplifying optimization for the CFG JIT vor 8 Jahren
  jonathanvdc 585d8a49b6 Apply CFG JIT intrinsics to function calls vor 8 Jahren
  jonathanvdc 6d735a60f2 Use regular JIT intrinsics during CFG->tree lowering vor 8 Jahren
  jonathanvdc ad8628c346 Define CFG JIT intrinsics vor 8 Jahren
  jonathanvdc 9801da4d04 Introduced create-node CFG values vor 8 Jahren
  jonathanvdc d6ea282cdd Avoid generating thunks for recursive functions vor 8 Jahren
  jonathanvdc 9455b09446 Make the optimize_calls optimization more powerful vor 8 Jahren
  jonathanvdc eed575c550 Delete debug statement vor 8 Jahren
  jonathanvdc ee38409027 Implement trivial phi elimination vor 8 Jahren
  jonathanvdc cc101d3772 Add an optimization that replaces indirect calls by direct calls vor 8 Jahren
  jonathanvdc a995543d2c Include function parameters in CFG IR prologs vor 8 Jahren
  jonathanvdc 8070513740 Fix a bug in check-local-exists elision vor 8 Jahren
  jonathanvdc bd5abe76ac Implement the CFG block merging optimization vor 8 Jahren
  jonathanvdc 1ff4ee239c Support lowering of defs that point to defs vor 8 Jahren
  jonathanvdc a3050ed8fb Protected {alloc|free}-root-node from dead code elimination vor 8 Jahren
  jonathanvdc 004bcdc1e5 Implement dead code elimination for CFGs vor 8 Jahren
  jonathanvdc 33ebf2e4d1 Implement redundant check-local-exists definition elision vor 8 Jahren
  jonathanvdc 9bb45df0f6 Fix bug in the dominator tree construction algorithm vor 8 Jahren
  jonathanvdc 08e6a3ab2c Support testing for instruction dominance vor 8 Jahren
  jonathanvdc 26c7788786 Have definitions retain a pointer to their parent block vor 8 Jahren
  jonathanvdc 24c5842aa9 Assign in-block indices to CFG definitions vor 8 Jahren
  jonathanvdc 247ae19d89 Create a module that computes dominator trees for CFGs vor 8 Jahren
  jonathanvdc ce653f6424 Read node values before branching on them (CFG construction) vor 8 Jahren
  jonathanvdc 8e3512c898 Optimize CFG flow before lowering vor 8 Jahren
  jonathanvdc d1f4954521 Fix a bug in CFG lowering vor 8 Jahren
  jonathanvdc f125820f06 Print jitted function definitions before exec'ing them vor 8 Jahren
  jonathanvdc 9974711da9 Optimize if/else if to if/elif in tree_ir vor 8 Jahren
  jonathanvdc e8b059d885 Print lowered CFG when the code log is activated vor 8 Jahren
  jonathanvdc 13cdd84064 Generate code that checks if globals exist in CFG construction logic vor 8 Jahren