]> sourceware.org Git - dwz.git/shortlog
dwz.git
2019-03-07 Tom de VriesError out on empty debug section
2019-03-06 Tom de VriesDon't dwz-compress file with compressed debug section
2019-03-06 Tom de VriesDon't change directory in dwz-tests.exp
2019-03-04 Tom de VriesAdd more test-cases
2019-03-03 Mark WielaardAdd export LC_ALL=C to make check.
2019-03-03 Mark WielaardSort find result of hardlink.sh test.
2019-03-01 Tom de VriesAdd testsuite
2018-04-11 Jakub JelinekAdd DW_OP_GNU_variable_value support.
2015-07-13 Jakub JelinekBump version to 0.12 dwz-0.12
2015-07-07 Jakub JelinekFix up alignment of non-allocated sections and section...
2013-07-02 Jakub JelinekBump version to 0.11. dwz-0.11
2013-07-02 Jakub JelinekGrok .gdb_index version 8
2013-03-11 Jakub Jelinekdwz-0.10 dwz-0.10
2013-03-11 Jakub JelinekWhen creating dwarf < 4 DW_AT_stmt_list, use DW_FORM_da...
2013-02-04 Jakub Jelinekdwz-0.9 dwz-0.9
2013-02-04 Jakub JelinekEven during fi_multifile phase check what DW_FORM_ref_a...
2013-02-01 Jakub JelinekHopefully fix https://bugzilla.redhat.com/show_bug...
2012-11-29 Jakub JelinekFix up recompute_abbrevs if cu_size is close below... dwz-0.8
2012-08-22 Jakub JelinekOptimize also DW_FORM_data{4,8} DW_AT_high_pc attribute...
2012-08-10 Jakub Jelinek0.7 dwz-0.7
2012-08-10 Jakub JelinekDefine WORDS_BIGENDIAN on big endian targets.
2012-07-17 Jakub Jelinekdwz-0.6 dwz-0.6
2012-07-17 Jakub JelinekDefine NT_GNU_BUILD_ID if system elf.h doesn't define it.
2012-07-17 Jakub JelinekAdd --version/-v support. Patch by Matt Newsome.
2012-06-29 Jakub JelinekHandle .gdb_index version 7. dwz-0.5
2012-06-22 Jakub JelinekIn low-mem mode, don't count all DIEs twice for checking dwz-0.4
2012-06-15 Jakub JelinekSilence __wur warning with -D_FORTIFY_SOURCE about... dwz-0.3
2012-06-15 Jakub JelinekTerminate struct option array for getopt_long to avoid...
2012-06-15 Jakub JelinekMan page fixes.
2012-06-15 Jakub JelinekFix up FSF addresses, add COPYING3 and COPYING.RUNTIME.
2012-06-11 Jakub JelinekResync dwarf2.{def,h} from gcc's include/, remove local... dwz-0.2
2012-06-11 Jakub JelinekMerge commit 'ee1776899ce81b4b1cee995bfbfa60f2bcc79bd8'
2012-06-11 Jakub JelinekRevert "During partition_dups, force together with...
2012-06-11 Jakub JelinekRevert "Fix up handling of DW_FORM_ref_addr in write_die."
2012-06-11 Jakub JelinekRevert "Use ELF_C_WRITE instead of ELF_C_WRITE_MMAP...
2012-06-11 Jakub JelinekRevert "During partition_dups process all dups at once...
2012-06-11 Jakub JelinekRevert "Fix test whether attributes extend beyond end...
2012-06-11 Jakub JelinekRevert "Backport rth's"
2012-06-11 Jakub JelinekRevert "Always perform parent check in die_eq_1 for...
2012-06-11 Jakub JelinekRevert "Also compare arr[k]->die_cu now that all dups...
2012-06-11 Jakub JelinekRevert "During partition_dups_1 second_phase only inclu...
2012-06-11 Jakub JelinekRevert "Handle even dups (arguably producer bugs) even...
2012-06-11 Jakub JelinekRevert "Fix size computation for DW_FORM_string DW_AT_c...
2012-06-11 Jakub JelinekRevert "Compile with -D_FILE_OFFSET_BITS=64."
2012-06-08 Jakub JelinekFurther small man page changes. multifile
2012-06-08 Jakub JelinekAdd license file.
2012-06-08 Jakub JelinekSmall tweaks.
2012-06-08 Jakub JelinekAdd man page, add make install rules.
2012-06-08 Jakub JelinekAccept -? as alternative to --help.
2012-06-08 Jakub JelinekIn checksum_die and checksum_ref_die handle DW_FORM_ref...
2012-06-07 Jakub JelinekFix up adjusting .gdb_index CU vectors if they have...
2012-06-06 Jakub JelinekSupport updating of .gdb_index even for -m, create...
2012-06-06 Jakub JelinekUse enums instead of defines in a few places.
2012-06-06 Jakub JelinekRemove .debug_pubnames and/or .debug_pubtypes section...
2012-06-05 Jakub JelinekAdd lots of comments.
2012-06-05 Jakub JelinekSwitch to gcc's dwarf{2.def,2.h,names.c} triplet from...
2012-06-04 Jakub JelinekAdd -M and -r options.
2012-06-01 Jakub JelinekHandle properly with -m the case when all of .debug_str...
2012-05-31 Jakub JelinekFix up .gdb_index rewriting if .debug_types section...
2012-05-30 Jakub JelinekFix up TU signature store for big-endian.
2012-05-30 Jakub JelinekFix up .gdb_index adjusting if .debug_types section...
2012-05-29 Jakub JelinekImplement special low_mem mode, which roughly halves...
2012-05-24 Jakub JelinekHandle ref->die_collapsed_child in mark_refs.
2012-05-24 Jakub JelinekHandle the case where multi_line_off and/or multi_str_o...
2012-05-23 Jakub JelinekFree resa array.
2012-05-23 Jakub JelinekAdd -h option to handle hardlinks properly. Don't...
2012-05-23 Jakub JelinekWire -q also in getopt_long argument.
2012-05-23 Jakub JelinekCompile with -D_FILE_OFFSET_BITS=64.
2012-05-23 Jakub JelinekCompile with -D_FILE_OFFSET_BITS=64.
2012-05-23 Jakub JelinekAdd -q option to make it more quiet.
2012-05-23 Jakub JelinekSave some more memory by removing die_cu fields from...
2012-05-23 Jakub JelinekUse origin instead of die->die_nextdup in DW_TAG_import...
2012-05-22 Jakub JelinekDon't segfault if fi_multifile create_import_tree doesn...
2012-05-22 Jakub JelinekFix size computation for DW_FORM_string DW_AT_comp_dir...
2012-05-22 Jakub JelinekFix size computation for DW_FORM_string DW_AT_comp_dir...
2012-05-22 Jakub JelinekFix error handling during {rd,fi}_multifile.
2012-05-22 Jakub JelinekReplace referenced children during collapsing with...
2012-05-18 Jakub JelinekSave memory during optimize_multifile by collapsing...
2012-05-18 Jakub JelinekAssume that in GCC created .debug_types abbrev offsets...
2012-05-18 Jakub JelinekAdd a hashtable for abbrev offsets to decrease amount...
2012-05-18 Jakub JelinekDuring multifile_optimize, remove from off_htab all...
2012-05-17 Jakub JelinekHandle even dups (arguably producer bugs) even within...
2012-05-17 Jakub JelinekDon't make distinction between former PUs and former...
2012-05-17 Jakub JelinekFix up updating .debug_types in -m mode - put .debug_types
2012-05-17 Jakub JelinekHandle even dups (arguably producer bugs) even within...
2012-05-15 Jakub JelinekRewrite .debug_types sections.
2012-05-15 Jakub JelinekClear alt_off_htab on read_multifile failures.
2012-05-14 Jakub JelinekAdd .gnu_debugaltlink sections during fi_multifile...
2012-05-14 Jakub JelinekDon't leak macro_htab hash tables.
2012-05-14 Jakub JelinekAdd support for rewriting .debug_macro sections.
2012-05-11 Jakub JelinekDuring partition_dups_1 second_phase only include non...
2012-05-11 Jakub JelinekDuring partition_dups_1 second_phase only include non...
2012-05-11 Jakub JelinekAlso compare arr[k]->die_cu now that all dups are proce...
2012-05-11 Jakub JelinekIn note_strp_offset2 during optimize_multifile record...
2012-05-11 Jakub JelinekFix up get_AT and get_AT_string for fi_multifile.
2012-05-11 Jakub JelinekAlways perform parent check in die_eq_1 for toplevel...
2012-05-11 Jakub JelinekAlways perform parent check in die_eq_1 for toplevel...
2012-05-10 Jakub JelinekBackport rth's
2012-05-10 Jakub JelinekBackport rth's
2012-05-10 Jakub JelinekIn partition_find_dups during optimize_multifile ignore...
next
This page took 0.049263 seconds and 5 git commands to generate.