GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gold
/
merge.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a std::vector instead of a std::map to hold Input_merge_map.
Rafael Ávila de Espíndola
2015-06-01
1
-22
/
+9
*
Avoid looking up Input_merge_map multiple times.
Rafael Ávila de Espíndola
2015-03-27
1
-7
/
+22
*
Remove is_merge_section_for.
Rafael Ávila de Espíndola
2015-03-23
1
-8
/
+9
*
Remove empty class Merge_map.
Rafael Ávila de Espíndola
2015-03-04
1
-80
/
+18
*
Use std::upper_bound to simplify code a bit.
Rafael Ávila de Espíndola
2015-02-17
1
-8
/
+5
*
Combine loop epilogue into main loop body to reduce duplication.
Rafael Ávila de Espíndola
2015-02-04
1
-13
/
+2
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
Update copyright years
Alan Modra
2014-03-05
1
-1
/
+1
*
* merge.cc (Output_merge_string::do_add_input_section): Correct
Alan Modra
2013-05-03
1
-10
/
+13
*
Restore empty string handling
H.J. Lu
2013-05-01
1
-10
/
+8
*
2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
Cary Coutant
2013-04-29
1
-6
/
+30
*
* dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
Cary Coutant
2012-02-29
1
-36
/
+15
*
PR gold/12571
Ian Lance Taylor
2011-07-01
1
-1
/
+2
*
* archive.cc: Formatting fixes: Remove whitespace between
Nick Clifton
2010-08-25
1
-1
/
+1
*
* merge.cc (Output_merge_string::do_add_input_section): Count strings
Cary Coutant
2010-08-03
1
-20
/
+39
*
* merge.h (Output_merge_string::Merged_string): Remove object, shndx,
Cary Coutant
2010-07-21
1
-12
/
+33
*
* compressed_output.cc (zlib_decompress): New function.
Cary Coutant
2010-07-12
1
-2
/
+41
*
2010-05-23 Doug Kwan <dougkwan@google.com>
Doug Kwan
2010-05-23
1
-0
/
+28
*
2010-04-08 Doug Kwan <dougkwan@google.com>
Doug Kwan
2010-04-09
1
-1
/
+4
*
Revert -Wshadow changes, all changes from:
Ian Lance Taylor
2009-12-14
1
-16
/
+16
*
Add -Wshadow to the gcc command line options used when compiling the binutils.
Nick Clifton
2009-12-11
1
-16
/
+16
*
* merge.cc (Object_merge_map::initialize_input_to_output_map):
Ian Lance Taylor
2009-07-09
1
-0
/
+6
*
* merge.cc (do_add_input_section): Correct pend value. Change
Ian Lance Taylor
2009-03-23
1
-3
/
+5
*
* merge.cc (Object_merge_map::get_output_offset): Remove inline
Ian Lance Taylor
2008-04-08
1
-1
/
+1
*
Update copyright years. Update language files.
Ian Lance Taylor
2008-03-13
1
-1
/
+1
*
Don't crash if we change the address of the .eh_frame section after we
Ian Lance Taylor
2008-03-13
1
-1
/
+3
*
Speed up relocations against local symbols in merged sections.
Ian Lance Taylor
2007-12-21
1
-116
/
+84
*
Update comments about output offsets and merged input sections.
Ian Lance Taylor
2007-12-20
1
-9
/
+30
*
Remove one inline.
Ian Lance Taylor
2007-12-20
1
-1
/
+1
*
Make functions on hot path inline. Remove a mistaken virtual
Ian Lance Taylor
2007-12-20
1
-2
/
+2
*
Move Stringpool offsets into a chunked_vector indexed by keys.
Ian Lance Taylor
2007-12-19
1
-5
/
+4
*
Use string length when available when calling Stringpool. Compare
Ian Lance Taylor
2007-12-19
1
-3
/
+9
*
Print statistics about merge sections with --stats.
Ian Lance Taylor
2007-12-18
1
-0
/
+64
*
Add section_size_type and section_offset_type, use them to replace a
Ian Lance Taylor
2007-12-18
1
-33
/
+47
*
Minor speedup to Output_merge_string::do_add_input_section.
Ian Lance Taylor
2007-12-15
1
-8
/
+7
*
Compress all debug sections.
Ian Lance Taylor
2007-12-01
1
-0
/
+17
*
From Craig Silverstein: Add support for compressing .debug_str section.
Ian Lance Taylor
2007-11-30
1
-7
/
+14
*
Clean up setting address and section offset.
Ian Lance Taylor
2007-11-29
1
-2
/
+2
*
Rework merge_map for speed.
Ian Lance Taylor
2007-11-27
1
-59
/
+240
*
Make Merge_key_less operator() inline.
Ian Lance Taylor
2007-11-22
1
-1
/
+1
*
Generate a complete exception frame header. Discard duplicate
Ian Lance Taylor
2007-11-09
1
-29
/
+56
*
From Craig Silverstein: add cast to avoid warning.
Ian Lance Taylor
2007-10-20
1
-1
/
+1
*
Fix handling of wide string merge sections.
Ian Lance Taylor
2007-10-19
1
-3
/
+4
*
Correctly handle alignment in merge sections.
Ian Lance Taylor
2007-10-18
1
-3
/
+7
*
Run all error handling through an Errors object. Delete output file
Ian Lance Taylor
2007-10-14
1
-11
/
+7
*
Add an option for Stringpools to not copy strings.
Ian Lance Taylor
2007-10-12
1
-1
/
+1
*
From Craig Silverstein: don't get confused if the same file name
Ian Lance Taylor
2007-10-10
1
-1
/
+9
*
Add cache parameter to get_view. Discard uncached views on unlock.
Ian Lance Taylor
2007-09-25
1
-2
/
+2
*
Avoid dereferencing map->end().
Ian Lance Taylor
2007-09-23
1
-1
/
+2
*
Add licensing text to every source file.
Ian Lance Taylor
2007-09-22
1
-0
/
+20
[next]