Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retdec is a library now #779

Merged
merged 57 commits into from
Jun 5, 2020
Merged

Retdec is a library now #779

merged 57 commits into from
Jun 5, 2020

Commits on May 3, 2020

  1. llvmir-emul: do not include llvm/Support/PluginLoader.h

    This must not be included in a library.
    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    9e8cbbf View commit details
    Browse the repository at this point in the history
  2. bin2llvmirtool: simplify

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    1e1a885 View commit details
    Browse the repository at this point in the history
  3. llvmir2hlltool: do not include llvm/Support/PluginLoader.h

    It is not needed and it is dangerous because it contains "load" option which can be included only once.
    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    e986c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea54d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63db587 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d398a0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85ab160 View commit details
    Browse the repository at this point in the history
  8. stacofin: stricter signature filtering

    This is still very shitty. A better solution would be using some metadata in signature files - not the current signature-file-path-based filtering.
    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    c97477f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c99746 View commit details
    Browse the repository at this point in the history
  10. progress

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    43d8fe8 View commit details
    Browse the repository at this point in the history
  11. progress

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    0f4d02d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1dcb5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86d8bb7 View commit details
    Browse the repository at this point in the history
  14. progress

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    d817535 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e0b9e9 View commit details
    Browse the repository at this point in the history
  16. aggregate LLVM passes

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    d30d251 View commit details
    Browse the repository at this point in the history
  17. add -k option

    PeterMatula committed May 3, 2020
    Configuration menu
    Copy the full SHA
    b549ff9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    918a06a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb04ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f617b0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. progress

    PeterMatula committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c8ac4a9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. all regression tests pass

    PeterMatula committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d0ffe0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31fea40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3aeb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f08d66c View commit details
    Browse the repository at this point in the history
  5. configL fix exceptions

    PeterMatula committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9ac0c12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    656f03c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    749b594 View commit details
    Browse the repository at this point in the history
  8. config: refactor

    PeterMatula committed May 15, 2020
    Configuration menu
    Copy the full SHA
    6bd76d5 View commit details
    Browse the repository at this point in the history
  9. config: refactor

    PeterMatula committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d5cc34f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    bcf5600 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    bfba89c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af88f11 View commit details
    Browse the repository at this point in the history
  3. progress

    PeterMatula committed May 20, 2020
    Configuration menu
    Copy the full SHA
    79a3e80 View commit details
    Browse the repository at this point in the history
  4. remove debug msgs

    PeterMatula committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b829bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69f72f4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    35f6f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c9d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f919245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d90615 View commit details
    Browse the repository at this point in the history
  5. progress

    PeterMatula committed May 25, 2020
    Configuration menu
    Copy the full SHA
    d466141 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    4d21787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9268e61 View commit details
    Browse the repository at this point in the history
  3. progress

    PeterMatula committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0ede2f7 View commit details
    Browse the repository at this point in the history
  4. progress

    PeterMatula committed May 26, 2020
    Configuration menu
    Copy the full SHA
    649d46a View commit details
    Browse the repository at this point in the history
  5. progress

    PeterMatula committed May 26, 2020
    Configuration menu
    Copy the full SHA
    2860f96 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    5009740 View commit details
    Browse the repository at this point in the history
  2. refactor

    PeterMatula committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    6fdf72b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4b560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf347e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d65b227 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce41dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    e794a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e00a1a View commit details
    Browse the repository at this point in the history
  3. Win: macOS: link llvmir2hll to decompiler target

    Peter Kubov committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    ab27c47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc9e807 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab38d9f View commit details
    Browse the repository at this point in the history