Age | Commit message (Expand) | Author | Files | Lines |
2011-05-26 | * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups. | Cary Coutant | 5 | -11/+144 |
2011-05-25 | * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters | Ian Lance Taylor | 4 | -57/+52 |
2011-05-25 | * archive.cc (Library_base::should_include_member): Pull in object | Ian Lance Taylor | 9 | -29/+46 |
2011-05-24 | * gold.cc (queue_initial_tasks): Pass incremental base filename | Cary Coutant | 9 | -30/+119 |
2011-05-24 | * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3, | Cary Coutant | 6 | -19/+588 |
2011-05-24 | * dynobj.h (Dynobj::do_dynobj): New function. | Cary Coutant | 7 | -41/+221 |
2011-05-24 | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc | Cary Coutant | 32 | -853/+1244 |
2011-05-23 | * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries. | Cary Coutant | 10 | -119/+625 |
2011-05-16 | * options.h (class General_options): Make -i a synonym for -r. | Ian Lance Taylor | 2 | -3/+6 |
2011-05-16 | * testsuite/tls_test_main.cc: Use semaphores instead of mutexes. | Ian Lance Taylor | 2 | -39/+41 |
2011-05-11 | * object.cc (Sized_relobj::do_count_local_symbols): Check for | Cary Coutant | 2 | -1/+8 |
2011-05-06 | * layout.cc (Layout::layout): If the output section flags change, | Ian Lance Taylor | 2 | -0/+18 |
2011-04-25 | * incremental-dump.cc (dump_incremental_inputs): Print local | Cary Coutant | 5 | -23/+288 |
2011-04-22 | * descriptors.cc (set_close_on_exec): New function. | Ian Lance Taylor | 3 | -5/+25 |
2011-04-22 | * incremental.cc (Sized_incremental_binary::setup_readers): Allocate | Cary Coutant | 7 | -20/+304 |
2011-04-22 | 2011-04-22 Doug Kwan <dougkwan@google.com> | Doug Kwan | 6 | -4/+102 |
2011-04-20 | PR gold/12689 | Cary Coutant | 2 | -1/+7 |
2011-04-18 | * object.cc (Relocate_info::location): Simplify location string. | Ian Lance Taylor | 4 | -50/+54 |
2011-04-14 | * gold/layout.cc (Layout::symtab_section_offset): New function. | Cary Coutant | 4 | -1/+21 |
2011-04-12 | * configure.ac: Check for sys/mman.h and mmap. Check for mremap | Ian Lance Taylor | 9 | -54/+317 |
2011-04-12 | * incremental.cc (Sized_incr_relobj::do_add_symbols): Always | Ian Lance Taylor | 2 | -2/+6 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 29 | -568/+4186 |
2011-04-05 | * incremental-dump.cc (dump_incremental_inputs): Change signature | Cary Coutant | 4 | -222/+417 |
2011-04-05 | 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2 | -3/+9 |
2011-03-30 | * archive.cc (Archive::include_member): Adjust call to report_object. | Cary Coutant | 10 | -76/+233 |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 11 | -211/+461 |
2011-03-27 | * archive.cc (Archive::interpret_header): Return -1 if something | Ian Lance Taylor | 2 | -15/+34 |
2011-03-25 | * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm. | Cary Coutant | 3 | -2/+7 |
2011-03-23 | 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 3 | -1/+55 |
2011-03-22 | * testsuite/relro_test.sh: Fail if dc is not present. | Ian Lance Taylor | 2 | -3/+5 |
2011-03-22 | Fix copyright. | Ian Lance Taylor | 1 | -1/+1 |
2011-03-21 | * testsuite/final_layout.sh: Rewrite to not use dc. | Ian Lance Taylor | 2 | -9/+30 |
2011-03-21 | * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start. | Sriraman Tallam | 6 | -2/+22 |
2011-03-14 | * script-sections.cc (Sort_output_sections::script_compare): | Ian Lance Taylor | 2 | -19/+39 |
2011-03-11 | PR gold/12572 | Ian Lance Taylor | 3 | -8/+18 |
2011-03-10 | * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, | Ian Lance Taylor | 14 | -169/+371 |
2011-03-10 | * fileread.cc (File_read::clear_views): Don't delete the whole | Ian Lance Taylor | 2 | -1/+8 |
2011-03-09 | PR gold/12525 | Ian Lance Taylor | 3 | -9/+24 |
2011-03-07 | PR gold/12525 | Ian Lance Taylor | 2 | -0/+9 |
2011-03-02 | * testsuite/script_test_9.t: Add TLS segment. | Cary Coutant | 2 | -0/+13 |
2011-03-02 | * configure.ac: Add check for gnu_indirect_function support in | Ian Lance Taylor | 3 | -1/+9 |
2011-02-18 | 2010-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 2 | -0/+21 |
2011-02-12 | 2011-02-11 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -2/+9 |
2011-02-10 | PR gold/12316 | Ian Lance Taylor | 3 | -14/+9 |
2011-02-08 | 2010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 2 | -0/+7 |
2011-02-05 | * symtab.cc (Odr_violation_compare::operator()): Sort by just the | Ian Lance Taylor | 2 | -12/+33 |
2011-02-02 | 2011-02-02 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 3 | -14/+22 |
2011-01-25 | * script.cc (script_add_extern): Rewrite to use | Ian Lance Taylor | 2 | -7/+8 |
2011-01-25 | 2011-01-25 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2 | -17/+11 |
2011-01-25 | * options.h (class General_options): Accept | Ian Lance Taylor | 2 | -2/+7 |