platform/upstream/libabigail.git
2019-11-08 Matthias Maennichdwarf-reader: refactor try_reading_first_ksymtab_entry_...
2019-11-08 Dodji SeketeliBug 25128 - Handle decl-only classes that differ only...
2019-11-08 Dodji SeketeliBug 25128 - Leaf diff reporter shouldn't compare decl...
2019-11-08 Dodji SeketeliBug 25095 - Apply symbol white lists to ELF symbols
2019-11-08 Dodji SeketeliSupport symbol_name_not_regexp in [suppress_{function...
2019-11-08 Dodji Seketeli[abg-comparison.cc] Fix comments typo
2019-10-07 Matthias Maennichkmidiff: fix help message
2019-10-07 Matthias Maennichdwarf-reader: read_corpus_from_elf: unconditionally...
2019-10-04 Dodji SeketeliPR25058 - Better support fn DIEs referring to symbols...
2019-10-03 Dodji SeketeliPR25058 - Support decl DIEs referring to symbols using...
2019-10-01 Dodji SeketeliFix thinkos in DW_FORM_strx detection in configure.ac
2019-10-01 Dodji SeketeliFix a typo in a comment of abg-dwar-reader.cc
2019-10-01 Dodji SeketeliPR25042 - Support string form DW_FORM_strx{1,4} from...
2019-09-30 Dodji SeketeliSupport the "name_not_regexp" property in the [suppress...
2019-09-30 Dodji SeketeliBetter propagation of suppressed-ness to function types
2019-09-30 Dodji Seketeli[has_type_change] Better detect type size changes
2019-09-23 Dodji SeketeliFix reading of relocation sections when endianness...
2019-09-20 Dodji SeketeliGuard testing v4.19+ AARCH64 kernel module loading...
2019-09-20 Dodji SeketeliRemove the elf_symbol::get_value property
2019-09-20 Dodji SeketeliBug 25007 - Don't use section-relative symbol values...
2019-09-18 Dodji SeketeliDetect the presence of R_AARCH64_{ABS64, PREL32} macros
2019-09-17 Jessica YuSupport pre and post v4.19 ksymtabs for Linux kernel...
2019-09-17 Dodji SeketeliSerialize canonical types to avoid testing if types...
2019-07-25 Matthias Maennichabg-dwarf-reader: detect kernel modules without exports...
2019-07-22 Matthias MaennichEnsure a consistent C++ standard use
2019-07-19 Dodji SeketeliBug 24787 - Filter out enum changes into compatible...
2019-07-19 Dodji SeketeliAdd timing to the verbose logs of abidw
2019-07-18 Dodji Seketeli[ir] Fix indentation and add comments
2019-07-17 Dodji SeketeliImplement fast comparison of Linux Kernel types when...
2019-07-09 Matthias Maennichabg-tools-utils: add missing header include guards
2019-07-09 Matthias MaennichAdd compatibility layer for C++11 mode
2019-07-09 Matthias MaennichUpdate tests/.gitignore to ignore runtesttoolsutils
2019-07-09 Matthias MaennichDrop requirement to compile with GNU extensions
2019-07-09 Dodji SeketeliMisc indent cleanup
2019-07-08 Dodji Seketeli[xml-writer] Remove a useless kludge
2019-07-08 Dodji Seketeli[xml-writter] Speedup function_type::get_cached_name
2019-07-08 Dodji Seketeli[xml-writter] Avoid using RTTI when dynamically hashing...
2019-07-08 Dodji SeketeliImplement a poor-man's RTTI for performance
2019-07-08 Dodji Seketeli[dwarf-reader] Make sure to canonicalize anonymous...
2019-07-08 Dodji Seketeli[dwarf-reader] Constify the first parameter of maybe_ca...
2019-06-26 Dodji SeketeliMake abidiff --harmless show harmless changes in unions
2019-06-26 Dodji SeketeliBug 24731 - Wrongly reporting union members order change
2019-06-21 Dodji SeketeliFully account for anonymous-ness of scopes when compari...
2019-06-17 Matthias Maennichabg-reporter.h: add missing includes / using declarations
2019-06-17 Dodji Seketeli[dwarf-reader] Fix indentation in compare_dies_string_a...
2019-06-17 Dodji Seketeli[dwarf-reader] Optimize speed of compare_as_decl_dies
2019-06-13 Dodji Seketeli[dwarf-reader] Better use of linkage name for fn decl...
2019-06-13 Dodji Seketeli[dwarf-reader] Re-use function types inside a given TU
2019-06-13 Dodji Seketeli[dwarf-reader] const-ify Dwarf_Die* use in many places
2019-06-13 Dodji SeketeliTake anonymous scopes into account when comparing decls
2019-05-22 Matthias Maennich.clang-format: Add more options for match existing...
2019-05-22 Matthias Maennich.gitignore: Add libabigail-?.* *.orig files
2019-05-22 Matthias Maennichabg-writer: drop deprecated API
2019-05-22 Matthias Maennichabidw: add option to only emit file names (--short...
2019-05-22 Matthias Maennichabidw: add option to omit the compilation directory
2019-05-22 Matthias MaennichMake write_architecture and write_corpus_path flags...
2019-05-22 Matthias Maennichabidw: Consolidate setting options
2019-05-22 Matthias Maennichwrite_context: allow mutating the ostream used
2019-05-22 Matthias Maennichabg-writer: Refactor write_corpus_group API
2019-05-22 Matthias Maennichabg-writer: Refactor write_corpus API
2019-05-22 Matthias Maennichabg-writer: Refactor write_translation_unit API
2019-05-22 Matthias MaennichAdd deprecation facilities
2019-05-22 Matthias Maennichabg-writer: Simplify 'annotate' propagation
2019-05-20 Matthias MaennichAdd .clang-format approximation
2019-05-16 Dodji SeketeliBug 24552 - abidiff fails comparing a corpus against...
2019-05-15 Dodji SeketeliBug 24560 - Assertion failure on an abixml with an...
2019-05-13 Dodji SeketeliHandle Linux kernel binaries with no __ksymtab section
2019-05-10 Dodji SeketeliFix logic of get_binary_load_address
2019-05-10 maennich@google.comBug 24431 Treat __ksymtab as int32_t for v4.19+ kernels
2019-05-10 maennich@google.comBug 24431 Read 32bit values when testing for the v4...
2019-05-10 maennich@google.comdwarf-reader: templatize read_int_from_array_of_bytes
2019-05-10 maennich@google.comdwarf-reader: Fix comments for try_reading_first_ksymta...
2019-05-09 Dodji SeketeliBetter handle several anonymous types of the same kind
2019-05-07 Dodji SeketeliHandle several member anonymous types of the same kind
2019-04-24 Dodji SeketeliUse canonical types hash maps for type IDs in abixml...
2019-04-24 Dodji SeketeliDon't try to de-duplicate all anonymous struct DIEs
2019-04-24 Dodji SeketeliCanonicalize types non tied to any DWARF DIE
2019-04-18 Mark WielaardDon't try to read a build_id as string in find_alt_debu...
2019-04-18 Mark WielaardFix an undefined behaviour in has_var_type_cv_qual_change
2019-04-18 Dodji SeketeliAdd --enable-{asan,ubsan} configure options
2019-04-18 Dodji Seketeliabg-tools-utils.cc: Plug a leak in find_file_under_dir
2019-04-18 Matthias Maennichdwarf-reader: fix undefined behaviour in get_binary_loa...
2019-04-18 Dodji SeketeliDelay canonicalization for array and qualified types
2019-04-18 Dodji SeketeliFix a memory leak in real_path
2019-04-18 Dodji SeketeliEnable building with AddressSanitizer activated
2019-04-17 Dodji SeketeliBug 24431 - ELF reader fails to determine __ksymtab...
2019-04-16 Matthias Maennich... Update .gitignore files to ignore typical dev side...
2019-04-16 Matthias Maennich... dwarf-reader: fix recursion in expr_result::operator&
2019-04-16 Matthias Maennich... distinct_diff: avoid expression with side effects withi...
2019-04-16 Matthias Maennich... ir: drop unused data members from {environment,qualifie...
2019-04-16 Matthias Maennich... suppressions: drop unused parameter from type_is_suppressed
2019-04-16 Matthias Maennich... viz-dot: remove unused members from dot
2019-04-16 Matthias Maennich... add missing virtual destructors
2019-04-16 Matthias Maennich... diff-utils: point: fix postfix decrement/increment...
2019-04-16 Matthias Maennich... abg-reader: clarify boolean use of assignment
2019-04-16 Matthias Maennich... abilint: fix return types bool -> int
2019-04-16 Matthias Maennich... abg-fwd.h: fix mismatched tags for ir_node_visitor
2019-04-16 Dodji SeketeliBug 24431 - ELF reader can't interpret ksymtab with...
2019-04-10 Dodji SeketeliBug 24430 - Fold away const for array types
2019-04-09 Dodji SeketeliFix "Add test for the fix for PR24410"
next