2019-05-15 |
Tim Haines | Update LibIberty to new build system (#601) |
commit | commitdiff | tree | snapshot |
2019-05-14 |
Xiaozhu Meng | Merge pull request #596 from dyninst/fix-sw-stepper |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Xiaozhu Meng | Merge pull request #600 from dyninst/boost_1_70_fix |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Xiaozhu Meng | Compilation fix for boost 1.70 600/head |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Xiaozhu Meng | Merge pull request #564 from dyninst/patch_cfg |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Xiaozhu Meng | Augment BPatch_effectiveAddressExpr to accept a second... 564/head |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Xiaozhu Meng | Right now, the BPatch_deref and BPatch_regExpr do not... |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Xiaozhu Meng | When splitting a block using CFGModifier::split, we... |
commit | commitdiff | tree | snapshot |
2019-05-12 |
Xiaozhu Meng | Merge pull request #592 from dyninst/pp_springboard |
commit | commitdiff | tree | snapshot |
2019-05-11 |
Xiaozhu Meng | Disable incomplete implementation for RA compensation... 592/head |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Tim Haines | Bump minimum CMake version to 3.4.0 (#598) |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Xiaozhu Meng | Add ARM effective address calculation (#594) |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Xiaozhu Meng | BPatch_effectiveAddress truncates mem addresses on... |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Xiaozhu Meng | Fix jump table analysis for ROSE Registers (#576) |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Tim Haines | Update README to reflect new build system (#597) |
commit | commitdiff | tree | snapshot |
2019-05-10 |
Xiaozhu Meng | Add initial support for decoding AMD FMA4 and XOP instr... |
commit | commitdiff | tree | snapshot |
2019-05-09 |
Sasha @leela | Fix DwarfFrameParser, decodeDwarfExpression and DwarfResult 596/head |
commit | commitdiff | tree | snapshot |
2019-05-08 |
Sasha Nícolas | Fix compilation of thread_db_process (#571) |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Keren Zhou | Support parsing cubin in dyninst-10.0 (#556) |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Xiaozhu Meng | Only demangle names starting with "_Z" according to... |
commit | commitdiff | tree | snapshot |
2019-05-07 |
Xiaozhu Meng | In ProccontrolAPI, adding reading & writing mutatee... |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Sasha Nícolas | Fixing TBB dependencies during build. (#570) |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Tim Haines | Elfutils cleanup (#591) |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Tim Haines | TBB Cleanup (#584) |
commit | commitdiff | tree | snapshot |
2019-05-02 |
Tim Haines | Boost cleanup (#578) |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Ian A Mason | simple working hybrid example of patchAPI (#588) |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Xiaozhu Meng | Fix PCWdiget implementation on ARMv8 |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Xiaozhu Meng | Move architecture dependent code in PCWidget.C to three... |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Xiaozhu Meng | For jump table analysis, control flow edges can be... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Xiaozhu Meng | 1. Replace springboards prioriy "OffLimits" and "Requir... |
commit | commitdiff | tree | snapshot |
2019-04-14 |
Xiaozhu Meng | In dynamic instrumentation, springboards are installed... |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Delete unnecessary asserts |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | The _func_cnt member variable in class ParseAPI::Block... |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Fix compilation error introduced during applying patches |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Benjamin Welton | Correctness fixes for springboard generators |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Fix finding the trap mapping header in .dyninstInst |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | 1. If ParseAPI identifies a jump as a tail call, but... |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Fix warnings on adjusting trap springboards |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Fix springboard traps for PIC code |
commit | commitdiff | tree | snapshot |
2019-04-12 |
Xiaozhu Meng | Fix the problem where trap springboards are not written... |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Tim Haines | Convert ThreadDB error message to info message (#574) |
commit | commitdiff | tree | snapshot |
2019-03-28 |
Xiaozhu Meng | A few fixes for parallel parsing (#572) |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Xiaozhu Meng | Should set errno to zero before calling ptrace (#569) |
commit | commitdiff | tree | snapshot |
2019-03-18 |
L.E.R | Implement ARMv8 IMFC and Load/Store Shared (#562) |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Xiaozhu Meng | Fix ARM stack walking (#559) |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Sasha @leela | Fix unnecessary multiple calls to buildSysRegMap. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Xiaozhu Meng | Attempts to fix legacy test failures in Dyninst test... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Xiaozhu Meng | Fix tests in PIC mode (#553) |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Tim Haines | Elfutil version check (#558) |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Tim Haines | Add --enable-install-elfh when building elfutils from... |
commit | commitdiff | tree | snapshot |
2019-02-12 |
Sasha Nicolas | Fix separate debuginfo |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Xiaozhu Meng | Revert the change from PR530 that will cause crashes... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Xiaozhu Meng | Merge pull request #548 from dyninst/dynsym_fix |
commit | commitdiff | tree | snapshot |
2019-02-07 |
Tim Haines | Remove undefined behavior from bit-shifting code |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Xiaozhu Meng | Do not put newly added functions to .dynsym, which... 548/head |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Xiaozhu Meng | Merge pull request #543 from dyninst/ppcle_rhel8_fix |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Tim Haines | Fix several bugs in common/src/pathName.C |
commit | commitdiff | tree | snapshot |
2019-02-04 |
Keren Zhou | Adjust Dyninst to support injecting CFGs for CUBINs |
commit | commitdiff | tree | snapshot |
2019-02-01 |
Mark W. Krentel | Add some explicit casts from boost::tribool to bool... |
commit | commitdiff | tree | snapshot |
2019-01-30 |
Xiaozhu Meng | Do not generate new PLTs for IFUNC when rewriting stati... 543/head |
commit | commitdiff | tree | snapshot |
2019-01-30 |
Xiaozhu Meng | More fixes on ppcle rewriting of statically linked... |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Xiaozhu Meng | Fix crash caused by erasing an iterator from a std... |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Xiaozhu Meng | A couple fixes for binary rewriting of statically linke... |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Sasha Nicolas | These functions were moved to the Emitter class. |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Tim Haines | Merge pull request #537 from hainest/remove_ci |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Tim Haines | Merge pull request #539 from hainest/gitignore_eclipse |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Tim Haines | Ignore Eclipse settings files and folders 539/head |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Tim Haines | Remove Travis and AppVeyor CI 537/head |
commit | commitdiff | tree | snapshot |
2019-01-22 |
rafzi | fix missing installation of libdw when installing elfutils |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Sasha @leela | Merge branch 'fix_elf_h' |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Xiaozhu Meng | Merge pull request #516 from jmellorcrummey/fix-linemap |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Xiaozhu Meng | Merge pull request #528 from dyninst/ppc_pc_fix |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Xiaozhu Meng | Merge pull request #518 from stanfordcox/scox/includes |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Xiaozhu Meng | Remove asserts that cause test failures 528/head |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Xiaozhu Meng | Fix a non-deterministic hang in test_thread_5 |
commit | commitdiff | tree | snapshot |
2019-01-11 |
Sasha @leela | Moving funtion emitElfUtils::updateRelocation to specif... fix_elf_h |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Sasha @leela | Merge branch 'master' into ARMv8 |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Sasha @leela | Merge branch 'ARMv8' of https://github.com/dyninst... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Yuhan Xie | Realized effective address calculation, but still need... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Yuhan Xie | Cleaned up power_opcode_table.C, revised several duplic... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Sasha Nicolas | Fix on x86-64 the mov instruction for register of 16... |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Sasha @leela | Merge branch 'ARMv8' of https://github.com/dyninst... |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Sasha @leela | Merge branch 'master' into ARMv8 |
commit | commitdiff | tree | snapshot |
2018-12-27 |
LER0ever | fmt mixed-indented line changes to space-indented |
commit | commitdiff | tree | snapshot |
2018-12-27 |
LER0ever | implement params ref for more than 8 args for AArch64 |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Sasha @leela | Generating Load and Store of 1, 2, 4 or 8 bytes |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Xiaozhu Meng | Deal with relocation type R_PPC64_IRELATIVE |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Xiaozhu Meng | Merge pull request #519 from dyninst/power_abi_v2_fixes |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Xiaozhu Meng | Fix code gen for PLT call/jump in dynamic instrumentati... 519/head |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Xiaozhu Meng | The red zone in Power ABI v2 contains 288 bytes for... |
commit | commitdiff | tree | snapshot |
2018-12-19 |
Xiaozhu Meng | Several bug fixes on binary rewriting on Power |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Sasha @leela | Fix modifyData to correctly emit instructions |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Benjamin Welton | Enable detach from process and leave stopped |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Stan Cox | Don't use system header <> syntax for dyninst includes 518/head |
commit | commitdiff | tree | snapshot |
2018-12-08 |
John Mellor... | always compute line info for CUBINs using parseLineInfo... 516/head |
commit | commitdiff | tree | snapshot |
2018-12-08 |
John Mellor... | Merge branch 'master' of https://github.com/dyninst... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Xiaozhu Meng | Merge pull request #510 from dyninst/fix/whileExpr |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Xiaozhu Meng | Merge pull request #513 from jmellorcrummey/fix-openmp... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Xiaozhu Meng | Merge pull request #507 from stanfordcox/scox/examples |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Xiaozhu Meng | Merge pull request #506 from stanfordcox/scox/doc |
commit | commitdiff | tree | snapshot |
next |