Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(188)

Issue 308050043: i#1569 AArch64: Add enums and struct members for memory operands. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 1 month ago by Edmund.Grimley.Evans
Modified:
9 years ago
Reviewers:
bruening
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1569 AArch64: Add enums and struct members for memory operands. We add dr_extend_type_t, DR_OPND_IS_EXTEND and these fields to base_disp: pre_index, extend_type, scaled. Functions to access these fields are provided. ---------------

Patch Set 1 #

Total comments: 13

Patch Set 2 : Test #

Total comments: 13

Patch Set 3 : 3/2 #

Patch Set 4 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -4 lines) Patch
M core/arch/opnd.h View 1 2 5 chunks +92 lines, -2 lines 0 comments Download
M core/arch/opnd_shared.c View 1 2 3 chunks +90 lines, -0 lines 0 comments Download
M suite/tests/CMakeLists.txt View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
A suite/tests/api/ir_aarch64.c View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
A + suite/tests/api/ir_aarch64.expect View 1 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 11
Edmund.Grimley.Evans
9 years, 1 month ago (2016-08-08 10:44:35 UTC) #1
bruening
With new API functions, best to add a test (to api/ir_aarch64.c or somewhere) in the ...
9 years, 1 month ago (2016-08-10 02:33:42 UTC) #2
Edmund.Grimley.Evans
Commit log for latest patchset: --------------- i#1569 AArch64: Add enums and struct members for memory ...
9 years, 1 month ago (2016-08-10 16:09:03 UTC) #3
bruening
I'm wondering whether we can just put the dr_extend_type in opnd_t? We have the space, ...
9 years, 1 month ago (2016-08-11 04:30:23 UTC) #4
Edmund.Grimley.Evans
https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h File core/arch/opnd.h (right): https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h#newcode755 core/arch/opnd.h:755: * This register's value is shifted or extended prior ...
9 years, 1 month ago (2016-08-11 07:33:06 UTC) #5
Edmund.Grimley.Evans
https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h File core/arch/opnd.h (right): https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h#newcode776 core/arch/opnd.h:776: /** This immediate integer operand should be interpreted as ...
9 years, 1 month ago (2016-08-12 11:39:17 UTC) #6
Edmund.Grimley.Evans
Commit log for latest patchset: --------------- i#1569 AArch64: Add enums and struct members for memory ...
9 years, 1 month ago (2016-08-12 12:59:04 UTC) #7
bruening
https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h File core/arch/opnd.h (right): https://codereview.appspot.com/308050043/diff/20001/core/arch/opnd.h#newcode755 core/arch/opnd.h:755: * This register's value is shifted or extended prior ...
9 years ago (2016-08-15 19:31:44 UTC) #8
Edmund.Grimley.Evans
I think all comments have been addressed in the latest patch set.
9 years ago (2016-08-24 11:07:41 UTC) #9
bruening
LGTM, but please hold off on commit until Mon as I hope to put out ...
9 years ago (2016-08-26 00:30:06 UTC) #10
Edmund.Grimley.Evans
9 years ago (2016-08-30 08:53:48 UTC) #11
Committed as
https://github.com/DynamoRIO/dynamorio/commit/bed62b27ffeaf22851e3fce1c205356...

Final commit log: 
---------------
i#1569 AArch64: Add enums and struct members for memory operands.

We add dr_extend_type_t, DR_OPND_IS_EXTEND and these fields to base_disp:
pre_index, extend_type, scaled. Functions to access these fields are
provided.

Review-URL: https://codereview.appspot.com/308050043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b