Age | Commit message (Expand) | Author | Files | Lines |
2009-08-05 | *** empty log message *** | Sriraman Tallam | 1 | -1/+16 |
2009-06-22 | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 1 | -6/+28 |
2009-03-25 | * symtab.h (needs_plt_entry): Check for unsatisfied reference from | Cary Coutant | 1 | -2/+6 |
2009-03-17 | * symtab.cc (Symbol_table::define_default_version): New function, | Ian Lance Taylor | 1 | -20/+27 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -5/+5 |
2009-02-27 | PR 9836 | Ian Lance Taylor | 1 | -2/+12 |
2009-01-28 | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -0/+25 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -1/+25 |
2008-08-04 | * symtab.h (Symbol::use_plt_offset): New function. | Ian Lance Taylor | 1 | -0/+42 |
2008-07-23 | * symtab.cc (Symbol_table::resolve): Remove version parameter. | Ian Lance Taylor | 1 | -2/+1 |
2008-07-22 | * cref.cc: New file. | Ian Lance Taylor | 1 | -3/+7 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -3/+4 |
2008-05-08 | * symtab.c (Symbol::init_base_output_data): Add version | Ian Lance Taylor | 1 | -20/+30 |
2008-05-07 | PR 6049 | Ian Lance Taylor | 1 | -36/+57 |
2008-05-06 | * options.h (class General_options): Add -Bsymbolic-functions. | Ian Lance Taylor | 1 | -6/+30 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -42/+78 |
2008-04-17 | * common.cc (Symbol_table::allocate_commons): Remove options | Ian Lance Taylor | 1 | -5/+13 |
2008-04-17 | * symtab.h (Symbol::is_strong_undefined): Removed unused function. | Cary Coutant | 1 | -13/+9 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -0/+4 |
2008-04-04 | 2008-04-04 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -1/+31 |
2008-03-25 | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 1 | -60/+13 |
2008-03-14 | Don't get confused about whether a symbol is the default version if we | Ian Lance Taylor | 1 | -3/+3 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -9/+7 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -7/+7 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -1/+1 |
2008-02-13 | Assignments in linker scripts override definitions from object files. | Ian Lance Taylor | 1 | -2/+3 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 1 | -3/+10 |
2008-02-08 | From Cary Coutant: fix handling of undefined symbols in shared | Ian Lance Taylor | 1 | -5/+21 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -4/+12 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -21/+15 |
2008-01-24 | From Cary Coutant: Fix last patch. | Ian Lance Taylor | 1 | -11/+4 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 1 | -11/+50 |
2008-01-23 | From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same | Ian Lance Taylor | 1 | -4/+28 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -1/+24 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -17/+13 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -1/+2 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -1/+1 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -3/+3 |
2007-12-14 | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 1 | -1/+4 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -16/+0 |
2007-12-04 | Print symbol table statistics with --stats. | Ian Lance Taylor | 1 | -0/+4 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -0/+10 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -0/+7 |
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -0/+47 |
2007-11-14 | From Craig Silverstein: Report output file name with ODR violation | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -3/+8 |
2007-11-13 | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 1 | -3/+45 |
2007-11-12 | Correct handling of GOT references in a regular object. | Ian Lance Taylor | 1 | -0/+4 |
2007-11-09 | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 1 | -0/+82 |