aboutsummaryrefslogtreecommitdiff
path: root/gold/merge.cc
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-116/+84
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-9/+30
2007-12-20Remove one inline.Ian Lance Taylor1-1/+1
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor1-2/+2
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor1-5/+4
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor1-3/+9
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor1-0/+64
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-33/+47
2007-12-15Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor1-8/+7
2007-12-01Compress all debug sections.Ian Lance Taylor1-0/+17
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-7/+14
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-2/+2
2007-11-27Rework merge_map for speed.Ian Lance Taylor1-59/+240
2007-11-22Make Merge_key_less operator() inline.Ian Lance Taylor1-1/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-29/+56
2007-10-20From Craig Silverstein: add cast to avoid warning.Ian Lance Taylor1-1/+1
2007-10-19Fix handling of wide string merge sections.Ian Lance Taylor1-3/+4
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor1-3/+7
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-11/+7
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1
2007-10-10From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor1-1/+9
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-2/+2
2007-09-23Avoid dereferencing map->end().Ian Lance Taylor1-1/+2
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22We don't need a hash table mapping input locations to strings.Ian Lance Taylor1-36/+7
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-0/+333