Historique des commits

Auteur SHA1 Message Date
  jonathanvdc a8366add63 Create a module that computes dominator trees for CFGs il y a 8 ans
  jonathanvdc ee5dfbee5d Read node values before branching on them (CFG construction) il y a 8 ans
  jonathanvdc 95f6704a5e Optimize CFG flow before lowering il y a 8 ans
  jonathanvdc 1e243c37b7 Fix a bug in CFG lowering il y a 8 ans
  jonathanvdc 9e9717213a Print jitted function definitions before exec'ing them il y a 8 ans
  jonathanvdc cedb927953 Optimize if/else if to if/elif in tree_ir il y a 8 ans
  jonathanvdc 9bbb8cc738 Print lowered CFG when the code log is activated il y a 8 ans
  jonathanvdc 1fc862e7d1 Generate code that checks if globals exist in CFG construction logic il y a 8 ans
  jonathanvdc eb6b42526d Standardize the 'global not found' message between JIT and interpreter il y a 8 ans
  jonathanvdc 4b148f5e1f Implement global resolution, declaration in CFG->tree lowering il y a 8 ans
  jonathanvdc c778747008 Separate direct and indirect CFG calls il y a 8 ans
  jonathanvdc 7a95cc02a7 Refactor indirect call analysis il y a 8 ans
  jonathanvdc 5c7c077787 Define 'binary', 'throw' CFG instructions il y a 8 ans
  jonathanvdc 3434d8e135 Implement CFG input, output->tree lowering il y a 8 ans
  jonathanvdc 69b7f6d52d Refactor input, output tree construction il y a 8 ans
  jonathanvdc a6a35c2b85 Support 'resolve-local', 'load' and 'store' CFG value->tree lowering il y a 8 ans
  jonathanvdc 1476e601ce Refactor parts of bytecode_to_tree.py il y a 8 ans
  jonathanvdc cd3df575f2 Implement some CFG value->tree lowerings il y a 8 ans
  jonathanvdc 06569ed74d Implement __str__, __repr__ for tree_ir.VariableName il y a 8 ans
  jonathanvdc 17f514e7cd Write prologs and epilogs during CFG construction il y a 8 ans
  jonathanvdc eac79f91d0 Define __str__, __repr__ overrides for VariableNode il y a 8 ans
  jonathanvdc dd9888b71a Define LocalNameMap in bytecode_to_tree.py il y a 8 ans
  jonathanvdc 65bdb4ccaf Implement CFG flow->tree IR lowering il y a 8 ans
  jonathanvdc 7be2d56c79 Print CFG alongside function bodies il y a 8 ans
  jonathanvdc 2f5285a5f1 Fix some bugs in CFG construction il y a 8 ans
  jonathanvdc 57cbf2bb08 Rename 'username' to 'taskname' in runtime.py il y a 8 ans
  jonathanvdc fce5f91d8c Implement more CFG->tree functionality il y a 8 ans
  jonathanvdc a359115a75 Create preliminary relooper implementation il y a 8 ans
  jonathanvdc 1b4bd9f5c3 Implement experimental bytecode->CFG transformation il y a 8 ans
  jonathanvdc a322c1c039 Define bytecode_to_cfg.py skeleton il y a 8 ans