Age | Commit message (Expand) | Author | Files | Lines |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -0/+23 |
2008-09-16 | * options.h (General_options::output_is_executable): New. | Alexandre Oliva | 1 | -0/+14 |
2008-09-12 | 2008-09-11 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -0/+3 |
2008-08-07 | 2008-08-06 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -0/+2 |
2008-07-22 | * options.h (class General_options): Define --check-sections. | Ian Lance Taylor | 1 | -0/+4 |
2008-07-22 | * options.h (class General_options): Define -n/--nmagic and | Ian Lance Taylor | 1 | -0/+6 |
2008-07-22 | * cref.cc: New file. | Ian Lance Taylor | 1 | -0/+4 |
2008-05-28 | elfcpp/: | Ian Lance Taylor | 1 | -0/+2 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -0/+5 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -0/+3 |
2008-05-07 | PR 6049 | Ian Lance Taylor | 1 | -5/+16 |
2008-05-06 | * options.h (DEFINE_var): Add set_user_set_##varname__. | Ian Lance Taylor | 1 | -4/+59 |
2008-05-06 | * options.h (class General_options): Add --fatal-warnings. | Ian Lance Taylor | 1 | -0/+4 |
2008-05-06 | * options.h (class General_options): Add -Bsymbolic-functions. | Ian Lance Taylor | 1 | -0/+3 |
2008-05-06 | 2008-05-05 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -4/+9 |
2008-04-17 | * errors.cc (Errors::info): New function. | Cary Coutant | 1 | -17/+30 |
2008-04-17 | * options.cc (General_options::parse_V): New function. | David S. Miller | 1 | -0/+5 |
2008-04-16 | elfcpp/ | David S. Miller | 1 | -0/+47 |
2008-04-11 | * options.h (General_options): Add entries for '-Y' and | Ian Lance Taylor | 1 | -0/+7 |
2008-04-09 | * options.h (class General_options): Add --noinhibit-exec option. | Ian Lance Taylor | 1 | -0/+3 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -0/+18 |
2008-03-25 | * options.h (class General_options): Define build_id option. | Ian Lance Taylor | 1 | -0/+4 |
2008-03-24 | * options.cc: Include "demangle.h". | Ian Lance Taylor | 1 | -20/+61 |
2008-03-22 | * gold.h: Include <cstddef> and <sys/types.h> | Ian Lance Taylor | 1 | -0/+1 |
2008-03-20 | From Craig Silverstein: implement -z defs. | Ian Lance Taylor | 1 | -0/+3 |
2008-03-13 | From Craig Silverstein: Implement --debug=files to track file opens, | Ian Lance Taylor | 1 | -1/+5 |
2008-03-07 | From Craig Silverstein: sort options into alphabetical order. | Ian Lance Taylor | 1 | -29/+36 |
2008-03-07 | Recognize --hash-bucket-empty-fraction. | Ian Lance Taylor | 1 | -1/+14 |
2008-03-06 | Use N_ for option help strings, and call gettext when printing them. | Ian Lance Taylor | 1 | -70/+69 |
2008-03-06 | From Craig Silverstein: accept any string for input format, warn if | Ian Lance Taylor | 1 | -5/+6 |
2008-03-06 | Support --hash-style=gnu. | Ian Lance Taylor | 1 | -0/+4 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -650/+588 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -7/+11 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -0/+22 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -0/+10 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -0/+10 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -27/+13 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -0/+30 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -72/+73 |
2008-02-13 | Implement -Tdata and -Tbss. | Ian Lance Taylor | 1 | -5/+38 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -1/+7 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -10/+21 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+18 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -2/+24 |
2008-02-04 | Treat an empty directory argument as the current directory. | Ian Lance Taylor | 1 | -1/+4 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -0/+5 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -11/+29 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -0/+15 |
2008-01-04 | Add -h/-soname option. | Ian Lance Taylor | 1 | -0/+10 |
2007-12-14 | Fix --thread-count-middle and --thread-count-final. | Ian Lance Taylor | 1 | -2/+2 |