Branch: refs/heads/new-parallel-parsing
Home: https://github.com/dyninst/dyninst
Commit: 6c86e9a4201eb5921574ccc636512daf9058688c
https://github.com/dyninst/dyninst/commit/6c86e9a4201eb5921574ccc636512daf9058688c
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2018-07-06 (Fri, 06 Jul 2018)
Changed paths:
M common/src/arch-aarch64.h
M common/src/arch-power.h
M dyninstAPI/src/BPatch_memoryAccessAdapter.C
M dyninstAPI/src/Relocation/Widgets/CFWidget-ppc.C
M dyninstAPI/src/Relocation/Widgets/PCWidget.C
M dyninstAPI/src/image.C
M dyninstAPI/src/inst-power.C
M dyninstAPI/src/parse-power.C
M instructionAPI/src/Operation.C
Log Message:
-----------
Fix compilation issue on powerpc
Commit: 671d64185561686d13e546c9827d11b096dd5c73
https://github.com/dyninst/dyninst/commit/671d64185561686d13e546c9827d11b096dd5c73
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2018-07-09 (Mon, 09 Jul 2018)
Changed paths:
M dyninstAPI/src/Relocation/Widgets/CFWidget-aarch64.C
M dyninstAPI/src/inst-aarch64.C
M stackwalk/src/linux-aarch64-swk.C
Log Message:
-----------
Fix compilation on ARM
Commit: b869b502770e9a8872d121b9ae77b451698e7941
https://github.com/dyninst/dyninst/commit/b869b502770e9a8872d121b9ae77b451698e7941
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M common/src/linuxKludges.C
M dataflowAPI/src/slicing.C
M parseAPI/h/CFG.h
M parseAPI/src/ParseData.h
M parseAPI/src/Parser.C
M parseAPI/src/SymtabCodeSource.C
Log Message:
-----------
Start to use cilk data race detectors:
1. Fix real races where getting block source edges in slicing is not
locked
2. Suppress false positves. Cilk race detectors cannot deal with thread
local bariables
Compare: https://github.com/dyninst/dyninst/compare/673a947c5214...b869b502770e
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
|