jonathanvdc
|
d124442b79
Fix some miscellaneous cfg_to_tree bugs
|
vor 8 Jahren |
jonathanvdc
|
bfb1601031
Refactor bytecode_to_tree.retrieve_task_root
|
vor 8 Jahren |
jonathanvdc
|
79e3c01d60
Make declare-local values dependent on the root node
|
vor 8 Jahren |
jonathanvdc
|
be13e41468
Implement instruction scheduling for CFG->tree transformation
|
vor 8 Jahren |
jonathanvdc
|
2f12145d5e
Make free-root-node CFG instructions value-less
|
vor 8 Jahren |
jonathanvdc
|
d9d6c5bd62
Define __repr__ methods for all tree_ir classes
|
vor 8 Jahren |
jonathanvdc
|
4db86cf6e4
Try harder to inline values during CFG->tree lowering
|
vor 8 Jahren |
jonathanvdc
|
14af8fb162
Simplify loop, loop-multiple relooped block lowering
|
vor 8 Jahren |
jonathanvdc
|
6bbca23196
Perform constant reads at compile-time, even for CFGs
|
vor 8 Jahren |
jonathanvdc
|
5f5489b5f2
Implement a value-simplifying optimization for the CFG JIT
|
vor 8 Jahren |
jonathanvdc
|
5f330045d4
Apply CFG JIT intrinsics to function calls
|
vor 8 Jahren |
jonathanvdc
|
cb973d3b83
Use regular JIT intrinsics during CFG->tree lowering
|
vor 8 Jahren |
jonathanvdc
|
080698ee51
Define CFG JIT intrinsics
|
vor 8 Jahren |
jonathanvdc
|
d33896df4b
Introduced create-node CFG values
|
vor 8 Jahren |
jonathanvdc
|
a24d76bd6a
Avoid generating thunks for recursive functions
|
vor 8 Jahren |
jonathanvdc
|
f1fa1e669f
Make the optimize_calls optimization more powerful
|
vor 8 Jahren |
jonathanvdc
|
8b51fb92c1
Delete debug statement
|
vor 8 Jahren |
jonathanvdc
|
70b79c679c
Implement trivial phi elimination
|
vor 8 Jahren |
jonathanvdc
|
aaf866c85d
Add an optimization that replaces indirect calls by direct calls
|
vor 8 Jahren |
jonathanvdc
|
a3dcaa74a1
Include function parameters in CFG IR prologs
|
vor 8 Jahren |
jonathanvdc
|
3f36859158
Fix a bug in check-local-exists elision
|
vor 8 Jahren |
jonathanvdc
|
6347ecdd1d
Implement the CFG block merging optimization
|
vor 8 Jahren |
jonathanvdc
|
8ab65078e4
Support lowering of defs that point to defs
|
vor 8 Jahren |
jonathanvdc
|
a01ac84e97
Protected {alloc|free}-root-node from dead code elimination
|
vor 8 Jahren |
jonathanvdc
|
f80b5a57ca
Implement dead code elimination for CFGs
|
vor 8 Jahren |
jonathanvdc
|
1b22d28a37
Implement redundant check-local-exists definition elision
|
vor 8 Jahren |
jonathanvdc
|
4f4a848ee6
Fix bug in the dominator tree construction algorithm
|
vor 8 Jahren |
jonathanvdc
|
c4385976fe
Support testing for instruction dominance
|
vor 8 Jahren |
jonathanvdc
|
1f021cf563
Have definitions retain a pointer to their parent block
|
vor 8 Jahren |
jonathanvdc
|
f8041ff120
Assign in-block indices to CFG definitions
|
vor 8 Jahren |