Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Emscripten doesn't need to legalize pointers.
|
|
|
|
|
|
|
|
Don't leave behind unreachable blocks with illegal instructions.
|
|
|
|
Several patches
|
|
By using a reverse-postorder traversal of the basic blocks, we can perform
this transform in a single pass. This eliminates the need for tricky
coordination between the passes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
break module validation through altering dominances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|