Historial de Commits

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