Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * stringpool.cc (Stringpool_template::add_with_length): Set key to | Ian Lance Taylor | 2008-07-24 | 1 | -5/+6 |
| | | | | | | | | | | array size plus one. (Stringpool_template::set_string_offsets): Subtract one from key before using it as an array index. (Stringpool_template::get_offset_with_length): Likewise. (Stringpool_template::write_to_buffer): Likewise. * stringpool.h (Stringpool_template::get_offset_from_key): Likewise. | ||||
* | Update copyright years. Update language files. | Ian Lance Taylor | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 2008-02-26 | 1 | -1/+1 |
| | | | | handling rewrite. | ||||
* | Use a simpler hash function. | Ian Lance Taylor | 2007-12-22 | 1 | -21/+9 |
| | |||||
* | Move Stringpool offsets into a chunked_vector indexed by keys. | Ian Lance Taylor | 2007-12-19 | 1 | -40/+34 |
| | |||||
* | Use string length when available when calling Stringpool. Compare | Ian Lance Taylor | 2007-12-19 | 1 | -21/+29 |
| | | | | pointers first when looking up Stringpool entries. | ||||
* | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 2007-12-18 | 1 | -10/+10 |
| | | | | lot of instances of off_t. | ||||
* | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 2007-12-14 | 1 | -1/+29 |
| | |||||
* | Rework Stringpool to not compute the hash code twice when adding a new | Ian Lance Taylor | 2007-12-05 | 1 | -87/+127 |
| | | | | string. | ||||
* | Stringpool stats. Also make Symbol_table support functions inline. | Ian Lance Taylor | 2007-12-05 | 1 | -0/+18 |
| | |||||
* | Add casts to avoid warnings. | Ian Lance Taylor | 2007-12-01 | 1 | -2/+3 |
| | |||||
* | Compress all debug sections. | Ian Lance Taylor | 2007-12-01 | 1 | -2/+2 |
| | |||||
* | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 2007-11-30 | 1 | -9/+33 |
| | |||||
* | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 2007-11-09 | 1 | -1/+1 |
| | | | | exception frame information. | ||||
* | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 2007-10-12 | 1 | -6/+16 |
| | |||||
* | From Andrew Chatham: fix bug in 64-bit hash. | Ian Lance Taylor | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
| | |||||
* | From Craig Silverstein: Only sort for suffixes with -O2. | Ian Lance Taylor | 2007-09-21 | 1 | -30/+54 |
| | |||||
* | Set Stringpool zero_null option via a call, not a default constructor | Ian Lance Taylor | 2007-09-21 | 1 | -2/+2 |
| | | | | argument. | ||||
* | Compute string lengths before sorting. From Craig Silverstein. | Ian Lance Taylor | 2007-09-18 | 1 | -22/+28 |
| | |||||
* | Add support for SHF_MERGE sections. | Ian Lance Taylor | 2007-05-16 | 1 | -65/+157 |
| | |||||
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -4/+14 |
| | |||||
* | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 2006-11-07 | 1 | -18/+51 |
| | | | | output regardless of randomize_va_space. | ||||
* | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 2006-09-29 | 1 | -11/+132 |
| | | | | runs. | ||||
* | gcc 4.1.0 portability fixes. | Ian Lance Taylor | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | New drop, with first cut of section layout code. | Ian Lance Taylor | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 2006-08-18 | 1 | -0/+130 |
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure. |