Historie revizí

Autor SHA1 Zpráva Datum
  jonathanvdc 8b51fb92c1 Delete debug statement před 8 roky
  jonathanvdc 70b79c679c Implement trivial phi elimination před 8 roky
  jonathanvdc aaf866c85d Add an optimization that replaces indirect calls by direct calls před 8 roky
  jonathanvdc a3dcaa74a1 Include function parameters in CFG IR prologs před 8 roky
  jonathanvdc 3f36859158 Fix a bug in check-local-exists elision před 8 roky
  jonathanvdc 6347ecdd1d Implement the CFG block merging optimization před 8 roky
  jonathanvdc 8ab65078e4 Support lowering of defs that point to defs před 8 roky
  jonathanvdc a01ac84e97 Protected {alloc|free}-root-node from dead code elimination před 8 roky
  jonathanvdc f80b5a57ca Implement dead code elimination for CFGs před 8 roky
  jonathanvdc 1b22d28a37 Implement redundant check-local-exists definition elision před 8 roky
  jonathanvdc 4f4a848ee6 Fix bug in the dominator tree construction algorithm před 8 roky
  jonathanvdc c4385976fe Support testing for instruction dominance před 8 roky
  jonathanvdc 1f021cf563 Have definitions retain a pointer to their parent block před 8 roky
  jonathanvdc f8041ff120 Assign in-block indices to CFG definitions před 8 roky
  jonathanvdc a8366add63 Create a module that computes dominator trees for CFGs před 8 roky
  jonathanvdc ee5dfbee5d Read node values before branching on them (CFG construction) před 8 roky
  jonathanvdc 95f6704a5e Optimize CFG flow before lowering před 8 roky
  jonathanvdc 1e243c37b7 Fix a bug in CFG lowering před 8 roky
  jonathanvdc 9e9717213a Print jitted function definitions before exec'ing them před 8 roky
  jonathanvdc cedb927953 Optimize if/else if to if/elif in tree_ir před 8 roky
  jonathanvdc 9bbb8cc738 Print lowered CFG when the code log is activated před 8 roky
  jonathanvdc 1fc862e7d1 Generate code that checks if globals exist in CFG construction logic před 8 roky
  jonathanvdc eb6b42526d Standardize the 'global not found' message between JIT and interpreter před 8 roky
  jonathanvdc 4b148f5e1f Implement global resolution, declaration in CFG->tree lowering před 8 roky
  jonathanvdc c778747008 Separate direct and indirect CFG calls před 8 roky
  jonathanvdc 7a95cc02a7 Refactor indirect call analysis před 8 roky
  jonathanvdc 5c7c077787 Define 'binary', 'throw' CFG instructions před 8 roky
  jonathanvdc 3434d8e135 Implement CFG input, output->tree lowering před 8 roky
  jonathanvdc 69b7f6d52d Refactor input, output tree construction před 8 roky
  jonathanvdc a6a35c2b85 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering před 8 roky