DescriptionHandle ARM "ret void" and function alignment with proper padding.
Modify run-pnacl-sz to pass in the correct assembler/disasembler flags
for ARM when not using the integrated assembler.
Model the "ret" pseudo instruction (special form of
"bx" inst). Separate from "bx" to allow epilogue
insertion to find the terminator.
Add a flag "--skip-unimplemented" to skip through all of the
"Not yet implemented" assertions, and use that in the test.
Set up a stack trace printer when ALLOW_DUMP so that the
UnimplementedError prints out some useful information of
*which* case is unimplemented.
Change the .type ...,@function from @function to %function.
ARM assembler seems to only like %function because
"@" is a comment character.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4076
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b2d5084c573ef5de15eb0e87bdde5dfba59e524a
Patch Set 1 #Patch Set 2 : clang-format #Patch Set 3 : rename param #
Total comments: 20
Patch Set 4 : review #Patch Set 5 : negate #Patch Set 6 : fix comment #Patch Set 7 : add comment #Patch Set 8 : redundant comment #Patch Set 9 : note moved to cpp #
Messages
Total messages: 7 (1 generated)
|