Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Incoming
|
|
|
|
|
|
|
|
This patch also lays the groundwork for the single-use instruction trick to
reduce the number of temporary variables.
|
|
struct argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Emscripten doesn't need to legalize pointers.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unaligned operations
|
|
compilation warning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i96 etc.
|
|
generate a pre|postinvoke, use those for setjmp as well
|
|
|
|
variable-length arrays on VS2010, since they are C99 which VS2010 does not support. TODO: Move this fix to PNacl upstream.
|
|
2010. TODO: Move this fix to PNacl upstream.
|