[DynInst_API:] [dyninst/dyninst] 1b9292: Started work on dataflowAPI based analysis for fin...


Date: Wed, 17 Aug 2016 15:11:59 -0700
From: John Detter <jdetter@xxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 1b9292: Started work on dataflowAPI based analysis for fin...
  Branch: refs/heads/att_syntax
  Home:   https://github.com/dyninst/dyninst
  Commit: 1b929295c3e9083996d799e2ad5bc8e5f0075914
      https://github.com/dyninst/dyninst/commit/1b929295c3e9083996d799e2ad5bc8e5f0075914
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Started work on dataflowAPI based analysis for findMain


  Commit: 8c1d1794f74e52448b4f495ad5df82a8289b60e3
      https://github.com/dyninst/dyninst/commit/8c1d1794f74e52448b4f495ad5df82a8289b60e3
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  test_pt_ls passing


  Commit: 984671e67252ed25b0e84191e16d27640ee9d2ca
      https://github.com/dyninst/dyninst/commit/984671e67252ed25b0e84191e16d27640ee9d2ca
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Fixes for Ubuntu 16.04


  Commit: e3dc450642721381177b6b8f4e7cb5d031606118
      https://github.com/dyninst/dyninst/commit/e3dc450642721381177b6b8f4e7cb5d031606118
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Removed debug statements


  Commit: 7cd16d8d8179816f3d520a6a74d1434cbf94eaf0
      https://github.com/dyninst/dyninst/commit/7cd16d8d8179816f3d520a6a74d1434cbf94eaf0
  Author: Matt Morehouse <mm@xxxxxxxxxxx>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M dataflowAPI/src/stackanalysis.C

  Log Message:
  -----------
  Add support for immediate pushes in StackAnalysis.


  Commit: 629db33e718a0ab65ed22f8c447f45f4c4519595
      https://github.com/dyninst/dyninst/commit/629db33e718a0ab65ed22f8c447f45f4c4519595
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Removed print statements


  Commit: 1feabf51144c8a8c1aafd0c351d6e40866296397
      https://github.com/dyninst/dyninst/commit/1feabf51144c8a8c1aafd0c351d6e40866296397
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M dyninstAPI/src/image.C
    M dyninstAPI/src/image.h

  Log Message:
  -----------
  findMain will now return 0 on success, -1 on failure instead of asserting.
	The visitor has been improved and should be able to recognize more
	false positives. Verbose debugging output has been converted to
	startup_printfs.


  Commit: 7bcafa0643b1325da42a9c553d95458a13648d94
      https://github.com/dyninst/dyninst/commit/7bcafa0643b1325da42a9c553d95458a13648d94
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M dyninstAPI/src/image.C

  Log Message:
  -----------
  Added more startup printf statements for findMain success or failure.


  Commit: a0e5bda2d225bc5a0f3da01d1a4a2e9efe975518
      https://github.com/dyninst/dyninst/commit/a0e5bda2d225bc5a0f3da01d1a4a2e9efe975518
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-08-12 (Fri, 12 Aug 2016)

  Changed paths:
    M dataflowAPI/src/stackanalysis.C
    M dyninstAPI/src/image.C
    M dyninstAPI/src/image.h

  Log Message:
  -----------
  Merge pull request #143 from dyninst/release9.2/fixes/test_pt_ls

Fixes for test_pt_ls


  Commit: 8074859d20765cac2ad1920ffc19fb6d2d2750dd
      https://github.com/dyninst/dyninst/commit/8074859d20765cac2ad1920ffc19fb6d2d2750dd
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M common/src/arch-x86.C
    M common/src/arch-x86.h
    M instructionAPI/h/Operand.h
    M instructionAPI/src/InstructionDecoder-x86.C
    M instructionAPI/src/InstructionDecoder-x86.h

  Log Message:
  -----------
  Inital support for x86 implicit operands


  Commit: 6699989dd5f64d94c61e62915eeed3b558025c1a
      https://github.com/dyninst/dyninst/commit/6699989dd5f64d94c61e62915eeed3b558025c1a
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M common/src/arch-x86.C
    M common/src/arch-x86.h
    M dataflowAPI/src/stackanalysis.C
    M dyninstAPI/src/image.C
    M dyninstAPI/src/image.h
    M instructionAPI/h/Operand.h
    M instructionAPI/src/InstructionDecoder-x86.C
    M instructionAPI/src/InstructionDecoder-x86.h

  Log Message:
  -----------
  Merge branch 'release9.2/fixes/test_pt_ls' into att_syntax


  Commit: 1b494f9597ed98fbee168915021ba7c5b273f8f9
      https://github.com/dyninst/dyninst/commit/1b494f9597ed98fbee168915021ba7c5b273f8f9
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Log Message:
  -----------
  Merge branch 'master' into att_syntax


  Commit: 748a2c56cc3414ae66aaa839b71b13afb46c95d4
      https://github.com/dyninst/dyninst/commit/748a2c56cc3414ae66aaa839b71b13afb46c95d4
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M common/src/arch-x86.C
    M common/src/arch-x86.h
    M instructionAPI/h/Instruction.h
    M instructionAPI/h/Operand.h
    M instructionAPI/src/Instruction.C
    M instructionAPI/src/InstructionDecoder-x86.C

  Log Message:
  -----------
  Added support for implicit operands for AT&T syntax


Compare: https://github.com/dyninst/dyninst/compare/3b88b8711ad5...748a2c56cc34
[← Prev in Thread] Current Thread [Next in Thread→]