summaryrefslogtreecommitdiff
path: root/gold/stringpool.h
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani
2016-01-01Copyright update for binutilsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant
2011-06-28 * symtab.cc (Symbol::versioned_name): New function.Ian Lance Taylor
2010-08-03 * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant
2010-03-192010-03-19 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-03-162010-03-15 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-06-23 PR 10133Ian Lance Taylor
2008-07-24 * stringpool.cc (Stringpool_template::add_with_length): Set key toIan Lance Taylor
2008-03-13Update copyright years. Update language files.Ian Lance Taylor
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor
2007-12-05Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor
2007-12-01Compress all debug sections.Ian Lance Taylor
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor
2007-09-22Add licensing text to every source file.Ian Lance Taylor
2007-09-21Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor
2007-09-19Note that a Stringpool keeps a copy of a string.Ian Lance Taylor
2007-09-19Better comments for Stringpool.Ian Lance Taylor
2007-09-18Compute string lengths before sorting. From Craig Silverstein.Ian Lance Taylor
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor
2006-11-07Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor
2006-09-26g++ 3.2.2 portability fixes.Ian Lance Taylor
2006-08-18Another snapshot of the current state of the sources. Gets to theIan Lance Taylor