Age | Commit message (Expand) | Author | Files | Lines |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 1 | -0/+16 |
2011-03-23 | 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 1 | -1/+46 |
2011-02-08 | 2010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com> | Rafael Ávila de Espíndola | 1 | -0/+2 |
2011-01-24 | * plugin.cc (class Plugin_rescan): Define new class. | Ian Lance Taylor | 1 | -1/+205 |
2010-11-05 | PR gold/10708 | Cary Coutant | 1 | -1/+8 |
2010-10-14 | * debug.h (DEBUG_INCREMENTAL): New flag. | Cary Coutant | 1 | -1/+1 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -15/+15 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -1/+1 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -10/+16 |
2010-07-15 | * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from here. | Cary Coutant | 1 | -4/+5 |
2010-06-28 | 2010-06-28 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -2/+2 |
2010-06-21 | 2010-06-21 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -2/+32 |
2010-06-18 | 2010-06-18 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -5/+5 |
2010-06-15 | 2010-06-15 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -0/+8 |
2010-06-01 | 2010-06-01 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -1/+5 |
2010-06-01 | 2010-06-01 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -3/+3 |
2010-04-06 | gcc PR lto/42757 | Cary Coutant | 1 | -0/+4 |
2010-03-22 | 2010-03-22 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -0/+40 |
2010-01-05 | PR 10980 | Ian Lance Taylor | 1 | -1/+10 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -21/+21 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -21/+21 |
2009-12-10 | * plugin.cc (Plugin::load): Don't cast from void* to a function | Ian Lance Taylor | 1 | -3/+5 |
2009-10-28 | * plugin.h (Plugin::Plugin): Initialize cleanup_done_. | Cary Coutant | 1 | -7/+10 |
2009-10-12 | * plugin.cc: Include "gold.h" before other header files. | Ian Lance Taylor | 1 | -1/+2 |
2009-10-10 | 2009-10-10 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -1/+5 |
2009-10-09 | * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not | Ian Lance Taylor | 1 | -0/+3 |
2009-10-06 | * plugin.cc (add_input_library): New. | Ian Lance Taylor | 1 | -4/+20 |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -10/+6 |
2009-08-05 | *** empty log message *** | Sriraman Tallam | 1 | -0/+10 |
2009-07-17 | PR 10400 | Ian Lance Taylor | 1 | -6/+3 |
2009-05-15 | * gold.h (Incremental_argument_list): Remove (invalid) forward | Ian Lance Taylor | 1 | -0/+3 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -0/+1 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -2/+1 |
2009-03-01 | * layout.cc (Layout::find_or_add_kept_section): New function. | Ian Lance Taylor | 1 | -1/+6 |
2009-02-13 | (From Rafael Espindola) | Cary Coutant | 1 | -46/+1 |
2009-01-28 | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -4/+2 |
2009-01-15 | * archive.cc (Archive::get_elf_object_for_member): Remove call | Cary Coutant | 1 | -14/+88 |
2008-12-24 | * gold.cc (gold_exit): Call plugin cleanup handlers on exit. | Cary Coutant | 1 | -3/+17 |
2008-12-23 | * plugin.cc (is_visible_from_outside): New function. | Cary Coutant | 1 | -1/+16 |
2008-12-23 | * object.cc (Sized_relobj::layout_section): New function. | Cary Coutant | 1 | -20/+20 |
2008-12-16 | * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer | Cary Coutant | 1 | -13/+14 |
2008-12-05 | 2008-12-05 Rafael Avila de Espindola <espindola@google.com> | Cary Coutant | 1 | -25/+8 |
2008-12-01 | gold/ChangeLog: | Cary Coutant | 1 | -3/+3 |
2008-10-02 | * plugin.cc (make_sized_plugin_object): Fix conditional | Cary Coutant | 1 | -4/+20 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -0/+968 |