Fix a typo in a comment of abg-dwar-reader.cc
[platform/upstream/libabigail.git] / src / abg-dwarf-reader.cc
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-23 Dodji SeketeliFix reading of relocation sections when endianness...
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-19 Dodji SeketeliAdd timing to the verbose logs of abidw
2019-07-17 Dodji SeketeliImplement fast comparison of Linux Kernel types when...
2019-07-09 Matthias MaennichAdd compatibility layer for C++11 mode
2019-07-09 Dodji SeketeliMisc indent cleanup
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-21 Dodji SeketeliFully account for anonymous-ness of scopes when compari...
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-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 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 Matthias Maennichdwarf-reader: fix undefined behaviour in get_binary_loa...
2019-04-18 Dodji SeketeliDelay canonicalization for array and qualified types
2019-04-17 Dodji SeketeliBug 24431 - ELF reader fails to determine __ksymtab...
2019-04-16 Matthias Maennich... dwarf-reader: fix recursion in expr_result::operator&
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-08 Dodji SeketeliFix anonymous union constructed under the wrong context
2019-03-25 Dodji SeketeliBug 24378 - DW_TAG_subroutine_type as a DIE scope cause...
2019-03-22 Dodji SeketeliMisc cleanups
2019-03-22 Dodji SeketeliBetter pointer name equality optimization in DIE de...
2019-03-21 Dodji SeketeliPR24257 - Handle DW_TAG_typedef with no underlying...
2019-02-20 Dodji SeketeliDo not build DIE -> parent map just because we see...
2019-02-19 Dodji SeketeliAvoid over-suppressing fns & vars when analysing the...
2019-02-08 Dodji SeketeliBug 24188 - Assertion failed while analysing a Fortran...
2019-02-07 Dodji SeketeliBug 24157 - Wrong support of Ada ranges
2019-01-18 Dodji SeketeliOverhaul detection the DW_LANG_* enumerators from dwarf.h
2019-01-18 Dodji SeketeliFix a thinko
2019-01-17 Mark WielaardConditionalize the use of DW_LANG_C_plus_plus_03 and...
2019-01-17 Dodji SeketeliSupport some new DWARF language encoding for C and C++
2019-01-17 Dodji SeketeliAdd (very) basic support for Rust
2019-01-16 Dodji SeketeliSeparate public types of first binary from those of...
2019-01-09 Dodji SeketeliBug 23044 - Assertions with side effects
2019-01-07 Dodji SeketeliUpdate copyright for 2019
2018-11-29 Dodji SeketeliAdd basic support for Fortran binaries
2018-11-08 Dodji SeketeliSupport having several debuginfo search dirs for a...
2018-10-17 Dodji SeketeliDefine UINT64_MAX when it's not defined
2018-10-16 Dodji SeketeliBetter support array with unknown upper bound
2018-09-25 Dodji SeketeliPR23641 - confusion when a type definition DIE is match...
2018-09-21 Dodji SeketeliPR23641 - Type definition DIE matched by a supprspec...
2018-08-31 Dodji SeketeliFix apidoc of dwarf_reader::get_soname_of_elf_file
2018-06-29 Dodji SeketeliEnsure die_function_type_is_method_type returns a class...
2018-04-13 Dodji SeketeliDon't possibly forget type definition when reading...
2018-03-06 Dodji SeketeliFix indentation in the DWARF reader
2018-03-02 Dodji SeketeliBug 22913 - Correctly de-duplicate pointers to anonymou...
2018-02-28 Dodji SeketeliInitial support for Ada ranges
2018-01-10 Dodji SeketeliBug 22692 - Consider Java as a language that supports...
2018-01-08 Dodji SeketeliUpdate copyright notice for all source files
2017-12-01 Dodji SeketeliFully report diagnostic about alternate debug info...
2017-11-21 Dodji SeketeliBug 22438 - Emit a clear message when debug info is...
2017-10-11 Dodji SeketeliCleanup a switch-case logic to avoid a GCC 7.2.1 warning
2017-09-27 Dodji SeketeliUse an unordered map for canonical DIE offsets
2017-09-27 Dodji SeketeliBug 22190 - crash in read_context::get_or_compute_canon...
2017-09-27 Dodji SeketeliRemove redundant (useless) typedef declaration
2017-09-27 Dodji SeketeliRenamed offset_offset_map type name into offset_offset_...
2017-09-18 Dodji SeketeliAvoid adding the same data member twice in the DWARF...
2017-09-11 Dodji SeketeliBug 22122 - Fail to represent 'const array'
2017-09-04 Mark WielaardDeclare eval_last_constant_dwarf_sub_expr with [u]int64...
2017-08-28 Dodji SeketeliBug 22015 - Failing to return global scope of a DIE...
2017-07-17 Dodji SeketeliAvoid crashing when the elf file could not be read
2017-07-06 Dodji SeketeliBug 21644 - abipkgdiff does not emit diagnostics about...
2017-07-05 Dodji SeketeliBug 21153 - abipkgdiff reports undetermined interface...
2017-07-04 Dodji SeketeliDon't add empty translation unit to corpus
2017-07-04 Dodji SeketeliBug 21631 - Forgot a "break" statement in stv_to_elf_sy...
2017-07-04 Dodji SeketeliBug 21630 - A this pointer DIE can be const
2017-07-04 Dodji SeketeliBug 21629 - equivalent DIEs must be of the same DIE...
2017-07-04 Dodji SeketeliBug 21627 - Libabigail doesn't consider translation...
2017-07-03 Dodji SeketeliMisc style fixes
2017-07-03 Dodji SeketeliSymbols with the same zero value are not aliases
2017-07-03 Dodji SeketeliSupport ELF symbol visibility property
2017-07-03 Dodji SeketeliAllow selective resolution of class declaration
2017-07-03 Dodji SeketeliAllow re-using the ELF/DWARF read_context when loading...
2017-07-03 Dodji SeketeliSpeedup DIE representation computing esp function signa...
2017-07-03 Dodji SeketeliAllow selective resolution of class declaration
2017-07-03 Dodji SeketeliAvoid de-duplicating different C types that have identi...
2017-07-03 Dodji SeketeliSupport loading and comparing two kernel trees
2017-06-02 Ben WoodardFix more clang build warnings
2017-05-10 Dodji SeketeliAvoid building DIE -> parent DIE map when analyzing...
2017-05-10 Dodji SeketeliEnsure build_qualified_type can return non-qualified...
next