]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gold/merge.cc
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / merge.cc
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-12-02  H.J. Lugold: Get alignment of uncompressed section from ch_add...
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-01-01  Alan ModraCopyright update for binutils
2015-06-02  Rafael Ávila de... Use a std::vector instead of a std::map to hold Input_m...
2015-03-27  Rafael Ávila de... Avoid looking up Input_merge_map multiple times.
2015-03-23  Rafael Ávila de... Remove is_merge_section_for.
2015-03-04  Rafael Ávila de... Remove empty class Merge_map.
2015-02-17  Rafael Ávila de... Use std::upper_bound to simplify code a bit.
2015-02-04  Rafael Ávila de... Combine loop epilogue into main loop body to reduce...
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-03-05  Alan ModraUpdate copyright years
2013-05-03  Alan Modra * merge.cc (Output_merge_string::do_add_input_section...
2013-05-01  H.J. LuRestore empty string handling
2013-04-29  Cary Coutant2013-04-29 Alexander Ivchenko <alexander.ivchenko...
2012-02-29  Cary Coutant * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_...
2011-07-01  Ian Lance Taylor PR gold/12571
2010-08-25  Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-08-03  Cary Coutant * merge.cc (Output_merge_string::do_add_input_section...
2010-07-21  Cary Coutant * merge.h (Output_merge_string::Merged_string): Remove...
2010-07-12  Cary Coutant * compressed_output.cc (zlib_decompress): New function.
2010-05-23  Doug Kwan2010-05-23 Doug Kwan <dougkwan@google.com>
2010-04-09  Doug Kwan2010-04-08 Doug Kwan <dougkwan@google.com>
2009-12-14  Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-07-09  Ian Lance Taylor * merge.cc (Object_merge_map::initialize_input_to_outp...
2009-03-23  Ian Lance Taylor * merge.cc (do_add_input_section): Correct pend value...
2008-04-08  Ian Lance Taylor * merge.cc (Object_merge_map::get_output_offset):...
2008-03-13  Ian Lance TaylorUpdate copyright years. Update language files.
2008-03-13  Ian Lance TaylorDon't crash if we change the address of the .eh_frame...
2007-12-21  Ian Lance TaylorSpeed up relocations against local symbols in merged...
2007-12-20  Ian Lance TaylorUpdate comments about output offsets and merged input...
2007-12-20  Ian Lance TaylorRemove one inline.
2007-12-20  Ian Lance TaylorMake functions on hot path inline. Remove a mistaken...
2007-12-19  Ian Lance TaylorMove Stringpool offsets into a chunked_vector indexed...
2007-12-19  Ian Lance TaylorUse string length when available when calling Stringpoo...
2007-12-18  Ian Lance TaylorPrint statistics about merge sections with --stats.
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-15  Ian Lance TaylorMinor speedup to Output_merge_string::do_add_input_section.
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-30  Ian Lance TaylorFrom Craig Silverstein: Add support for compressing...
2007-11-29  Ian Lance TaylorClean up setting address and section offset.
2007-11-27  Ian Lance TaylorRework merge_map for speed.
2007-11-22  Ian Lance TaylorMake Merge_key_less operator() inline.
2007-11-09  Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-20  Ian Lance TaylorFrom Craig Silverstein: add cast to avoid warning.
2007-10-19  Ian Lance TaylorFix handling of wide string merge sections.
2007-10-18  Ian Lance TaylorCorrectly handle alignment in merge sections.
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-12  Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-10  Ian Lance TaylorFrom Craig Silverstein: don't get confused if the same...
2007-09-25  Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-23  Ian Lance TaylorAvoid dereferencing map->end().
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-22  Ian Lance TaylorWe don't need a hash table mapping input locations...
2007-05-16  Ian Lance TaylorAdd support for SHF_MERGE sections.