Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  jonathanvdc 1476e601ce Refactor parts of bytecode_to_tree.py hace 8 años
  jonathanvdc cd3df575f2 Implement some CFG value->tree lowerings hace 8 años
  jonathanvdc 06569ed74d Implement __str__, __repr__ for tree_ir.VariableName hace 8 años
  jonathanvdc 17f514e7cd Write prologs and epilogs during CFG construction hace 8 años
  jonathanvdc eac79f91d0 Define __str__, __repr__ overrides for VariableNode hace 8 años
  jonathanvdc dd9888b71a Define LocalNameMap in bytecode_to_tree.py hace 8 años
  jonathanvdc 65bdb4ccaf Implement CFG flow->tree IR lowering hace 8 años
  jonathanvdc 7be2d56c79 Print CFG alongside function bodies hace 8 años
  jonathanvdc 2f5285a5f1 Fix some bugs in CFG construction hace 8 años
  jonathanvdc 57cbf2bb08 Rename 'username' to 'taskname' in runtime.py hace 8 años
  jonathanvdc fce5f91d8c Implement more CFG->tree functionality hace 8 años
  jonathanvdc a359115a75 Create preliminary relooper implementation hace 8 años
  jonathanvdc 1b4bd9f5c3 Implement experimental bytecode->CFG transformation hace 8 años
  jonathanvdc a322c1c039 Define bytecode_to_cfg.py skeleton hace 8 años