summaryrefslogtreecommitdiff
path: root/gold/stringpool.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix empty string alignment in .rodata.str*Marcin Koƛcielnicki2015-10-281-3/+4
* Fix bug when optimizing string pools of aligned strings.Cary Coutant2015-03-211-1/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * stringpool.cc (Stringpool_template::reserve): AddIan Lance Taylor2013-12-191-2/+5
* gold/Cary Coutant2013-05-011-1/+2
* 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>Cary Coutant2013-04-291-6/+9
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-2/+2
* * merge.cc (Output_merge_string::do_add_input_section): Count stringsCary Coutant2010-08-031-22/+0
* 2010-03-19 Doug Kwan <dougkwan@google.com>Doug Kwan2010-03-191-4/+1
* 2010-03-15 Doug Kwan <dougkwan@google.com>Doug Kwan2010-03-161-16/+25
* 2009-10-21 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-211-10/+1
* PR 10133Ian Lance Taylor2009-06-231-2/+4
* * stringpool.cc (Stringpool_template::add_with_length): Set key toIan Lance Taylor2008-07-241-5/+6
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-1/+1
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-1/+1
* Use a simpler hash function.Ian Lance Taylor2007-12-221-21/+9
* Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor2007-12-191-40/+34
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-191-21/+29
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-10/+10
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-1/+29
* Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor2007-12-051-87/+127
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-0/+18
* Add casts to avoid warnings.Ian Lance Taylor2007-12-011-2/+3
* Compress all debug sections.Ian Lance Taylor2007-12-011-2/+2
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-9/+33
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-1/+1
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-121-6/+16
* From Andrew Chatham: fix bug in 64-bit hash.Ian Lance Taylor2007-10-051-1/+1
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* From Craig Silverstein: Only sort for suffixes with -O2.Ian Lance Taylor2007-09-211-30/+54
* Set Stringpool zero_null option via a call, not a default constructorIan Lance Taylor2007-09-211-2/+2
* Compute string lengths before sorting. From Craig Silverstein.Ian Lance Taylor2007-09-181-22/+28
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-65/+157
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-4/+14
* Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor2006-11-071-18/+51
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-11/+132
* gcc 4.1.0 portability fixes.Ian Lance Taylor2006-09-261-1/+1
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-1/+1
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-0/+130