summaryrefslogtreecommitdiff
path: root/gold/main.cc
Commit message (Expand)AuthorAgeFilesLines
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-0/+2
* * gold.cc: Include timer.h.Cary Coutant2011-10-181-2/+30
* * options.h (class General_options): Add --print-output-format.Ian Lance Taylor2011-07-151-1/+5
* 2011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-07-141-4/+4
* * common.cc (Symbol_table::do_allocate_commons_list): CallCary Coutant2011-06-081-2/+4
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-0/+1
* Fix typos in gold.Ralf Wildenhues2010-12-141-1/+1
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-4/+4
* elfcpp/ChangeLog:Cary Coutant2010-08-121-4/+1
* * gold.h (is_wildcard_string): New function.Sriraman Tallam2010-06-011-0/+3
* 2010-03-22 Rafael Espindola <espindola@google.com>espindola2010-03-221-0/+1
* PR 10980Ian Lance Taylor2010-01-051-4/+9
* 2009-12-29 Rafael Espindola <espindola@google.com>espindola2009-12-291-1/+1
* 2009-12-17 Rafael Avila de Espindola <espindola@google.com>espindola2009-12-171-5/+12
* * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam2009-10-131-1/+1
* *** empty log message ***Sriraman Tallam2009-08-051-1/+8
* * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor2009-05-151-1/+4
* * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor2009-04-241-0/+4
* * gold.h (reserve_unordered_map): Define, three versions, one forIan Lance Taylor2009-04-021-1/+2
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-1/+8
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+5
* 2008-08-06 Cary Coutant <ccoutant@google.com>Cary Coutant2008-08-071-0/+2
* * cref.cc: New file.Ian Lance Taylor2008-07-221-0/+4
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-1/+18
* * options.h (class General_options): Add --fatal-warnings.Ian Lance Taylor2008-05-061-0/+5
* * options.h (class General_options): Add --noinhibit-exec option.Ian Lance Taylor2008-04-091-1/+4
* PR gold/5986Ian Lance Taylor2008-03-261-0/+3
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-041-1/+1
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-3/+3
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-3/+3
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-8/+4
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-071-0/+10
* From Craig Silverstein: support @file expansion.Ian Lance Taylor2008-02-041-1/+7
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-1/+1
* From Craig Silverstein: Optionally print command line for easierIan Lance Taylor2008-01-181-1/+87
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-1/+2
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-3/+8
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-1/+1
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-2/+5
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-0/+1
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-041-0/+1
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-1/+6
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-2/+5
* Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor2007-10-121-0/+25
* Full support for --sysroot.Ian Lance Taylor2007-10-041-1/+1
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add global parameters.Ian Lance Taylor2007-09-211-0/+2
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-0/+57