aboutsummaryrefslogtreecommitdiff
path: root/gold/stringpool.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-06gold: Use char16_t, char32_t instead of uint16_t, uint32_t as character typesRoland McGrath1-2/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-28Fix empty string alignment in .rodata.str*Marcin Koƛcielnicki1-3/+4
2015-03-21Fix bug when optimizing string pools of aligned strings.Cary Coutant1-1/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-12-19 * stringpool.cc (Stringpool_template::reserve): AddIan Lance Taylor1-2/+5
2013-05-01gold/Cary Coutant1-1/+2
2013-04-292013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant1-6/+9
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-2/+2
2010-08-03 * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant1-22/+0
2010-03-192010-03-19 Doug Kwan <dougkwan@google.com>Doug Kwan1-4/+1
2010-03-162010-03-15 Doug Kwan <dougkwan@google.com>Doug Kwan1-16/+25
2009-10-212009-10-21 Doug Kwan <dougkwan@google.com>Doug Kwan1-10/+1
2009-06-23 PR 10133Ian Lance Taylor1-2/+4
2008-07-24 * stringpool.cc (Stringpool_template::add_with_length): Set key toIan Lance Taylor1-5/+6
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-1/+1
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor1-1/+1
2007-12-22Use a simpler hash function.Ian Lance Taylor1-21/+9
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor1-40/+34
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor1-21/+29
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-10/+10
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor1-1/+29
2007-12-05Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor1-87/+127
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor1-0/+18
2007-12-01Add casts to avoid warnings.Ian Lance Taylor1-2/+3
2007-12-01Compress all debug sections.Ian Lance Taylor1-2/+2
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-9/+33
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-1/+1
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-6/+16
2007-10-05From Andrew Chatham: fix bug in 64-bit hash.Ian Lance Taylor1-1/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21From Craig Silverstein: Only sort for suffixes with -O2.Ian Lance Taylor1-30/+54
2007-09-21Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor1-2/+2
2007-09-18Compute string lengths before sorting. From Craig Silverstein.Ian Lance Taylor1-22/+28
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-65/+157
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-4/+14
2006-11-07Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor1-18/+51
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-11/+132
2006-09-26gcc 4.1.0 portability fixes.Ian Lance Taylor1-1/+1
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-1/+1