Assad Hashmi

Results 58 comments of Assad Hashmi

Hi, we don't currently have plans for RISC-V support. However, we do support AArch32 and AArch64 which can be used as reference points for a RISC-V port: https://github.com/DynamoRIO/dynamorio/wiki/ARM-Port https://github.com/DynamoRIO/dynamorio/wiki/AArch64-Port We...

As an aside, I would suggest posting your question on the users list https://groups.google.com/forum/#!forum/DynamoRIO-User This will be seen by more people than this issues list and we'll get an idea...

> @AssadHashmi set up the AArch64 Jenkins: Assad, were there some docs that you followed? I don't have any formal documentation but this is what I did, in summary: 1....

> Or, there could be a custom setup on an outside machine and use CDash or Jenkins to be triggered. I may be able to help with this on the...

> I have encoutered the same problem and is anybody paying attention to the problem? Have you tried the approach @derekbruening suggested https://github.com/DynamoRIO/dynamorio/issues/3892#issuecomment-549904008 ? Specifically: > If you have `handle...

> Hit another one: there is no `INSTR_CREATE_madd`. A PR will be raised to add this shortly. How do you find missing macros? Do you have test(s) or do you...

> > > Hit another one: there is no `INSTR_CREATE_madd`. > > > > > > A PR will be raised to add this shortly. How do you find missing...

We'd like to raise a point of discussion about the use of `DR_REG_V` as a prefix for virtual registers. Most Arm programmers' documentation uses `V` for vector registers, e.g.`ADD Vd.4S,...

> `s/DR_REG_V0/DR_REG_VIRT0/`? That's fine.

Hi @derekbruening, @abhinav92003, do you know why the `pushed a commit` messages from Fri Dec 16 (https://github.com/DynamoRIO/dynamorio/commit/8cf4b37796082cbb288d573225b30cae1ddd0cb0) onwards include @dolanzhao as the committer?