Skip to content

Commit

Permalink
updates bap version (#943)
Browse files Browse the repository at this point in the history
* updates bap version

* updates changelog
  • Loading branch information
gitoleg authored and ivg committed Apr 4, 2019
1 parent e598acc commit 753fd07
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.6.0
=====

### Features

#893 adds integration with ida 7
#892 implements helper functions for creating and manipulating partitions
#906 makes dead code elimination less conservative
#914 preserves brancher information in the BIL code of an instruction
#820 Jane Street 0.11.x library compatibility + minor fixes
#922 few x86 enhancements
#923 SSE XMM0 ABI
#933 enables bap-elf
#934 adds the compiler option to byteweight
#932 enables memory sharing between instructions
#938 removed upper bound for llvm version, compatibility with LLVM 8.0
#926 enables functions with multiple entry

### Bug fixes

#907 fixes the free-vars-by-dominators computation algorithm
#915 fixed building on travis
#920 fix the i64 import error
#927 fixes ADT printer
#939 fixes the order of arguments in the callsites plugin
#937 fixes TOCTOU bug in bap log
#941 fixes a dependency bug in primus lisp docs

1.5.0
=====

Expand Down
4 changes: 2 additions & 2 deletions oasis/common
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
OASISFormat: 0.4
Name: bap
Version: 1.6.0-dev
Version: 1.6.0
OCamlVersion: >= 4.04.1
Synopsis: BAP Core Library
Authors: BAP Team
Maintainers: Ivan Gotovchits <[email protected]>
License: MIT
Copyrights: (C) 2018 Carnegie Mellon University
Copyrights: (C) 2019 Carnegie Mellon University
Plugins: META (0.4)
AlphaFeatures: ocamlbuild_more_args, compiled_setup_ml
BuildTools: ocamlbuild
Expand Down

0 comments on commit 753fd07

Please sign in to comment.