]> sourceware.org Git - dwz.git/shortlog
dwz.git
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...
2012-05-10 Jakub JelinekFree new_data in op_multfile, add some debugging code...
2012-05-10 Jakub Jelinekfinalize_strp during fi_multifile before checking secti...
2012-05-10 Jakub JelinekFix test whether attributes extend beyond end of CU.
2012-05-10 Jakub JelinekFix test whether attributes extend beyond end of CU.
2012-05-10 Jakub JelinekAdd .note.gnu.build-id section to the common file.
2012-05-10 Jakub JelinekFurther multifile optimization work.
2012-05-10 Jakub JelinekDuring partition_dups process all dups at once, looking...
2012-05-04 Jakub JelinekDon't emit any DW_TAG_imported_unit DIEs into the tempo...
2012-05-03 Jakub Jelinek- cache read_debug_line results to decrease memory...
2012-05-03 Jakub JelinekUse ELF_C_WRITE instead of ELF_C_WRITE_MMAP for elf_beg...
2012-05-03 Jakub JelinekUse ELF_C_WRITE instead of ELF_C_WRITE_MMAP for elf_beg...
2012-05-03 Jakub JelinekFurther work on multi-file support, build from the...
2012-05-03 Jakub JelinekFix up handling of DW_FORM_ref_addr in write_die.
2012-05-03 Jakub JelinekDuring partition_dups, force together with anything...
2012-05-03 Jakub JelinekFix up handling of DW_FORM_ref_addr in write_die.
2012-05-03 Jakub JelinekDuring partition_dups, force together with anything...
2012-04-30 Jakub JelinekFurther little steps towards multi-file optimization.
2012-04-30 Jakub JelinekFirst step towards multifile DWARF optimizations.
2012-04-30 Jakub JelinekSmall bugfixes and code cleanups.
2012-04-26 Jakub JelinekHandle DW_AT_start_scope with DW_FORM_sec_offset like...
2012-04-26 Jakub JelinekAdjust .debug_aranges section if present.
2012-04-26 Jakub JelinekPut new_data and new_size info about debug sections...
2012-04-25 Jakub JelinekOptimize DW_AT_high_pc DW_FORM_addr for DWARF4+ into...
2012-04-24 Jakub Jelinek.gdb_index support, for versions 4-6 try to update...
2012-04-20 Jakub JelinekIMPORTANT: usage change, no works similarly to strip.
2012-04-20 Jakub JelinekSecond part of memory management cleanups. For permanently
2012-04-20 Jakub JelinekDon't htab_delete cu->cu_new_abbrev if it is already...
2012-04-20 Jakub JelinekFirst pass at memory management cleanup. Ensure (so...
2012-04-19 Jakub JelinekUndo optimistic die_dup/die_nextdup linking on failures...
next
This page took 0.095596 seconds and 5 git commands to generate.