Age | Commit message (Expand) | Author | Files | Lines |
2019-01-14 | Implement P0482R5, char8_t: A type for UTF-8 characters and strings | Tom Honermann | 3 | -7/+20 |
2019-01-09 | PR other/16615 [2/5] | Sandra Loosemore | 4 | -4/+12 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 93 | -93/+97 |
2018-12-22 | Remove support for demangling GCC 2.x era mangling schemes. | Jason Merrill | 3 | -7970/+67 |
2018-12-07 | Add a recursion limit to libiberty's demangling code. The limit is enabled b... | Nick Clifton | 4 | -13/+101 |
2018-11-05 | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 3 | -1/+30 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 4 | -511/+627 |
2018-10-01 | [libiberty] Use pipe inside pex_run | Nathan Sidwell | 5 | -45/+109 |
2018-08-27 | Replace 8 spaces with a tabular in ChangeLog files. | Martin Liska | 1 | -4/+4 |
2018-08-23 | [libiberty patch] Fix PGO bootstrap | Nathan Sidwell | 2 | -80/+90 |
2018-08-21 | [libiberty patch] PEX-unix forking | Nathan Sidwell | 2 | -86/+77 |
2018-07-30 | cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0. | Tom Tromey | 2 | -1/+6 |
2018-07-26 | Add linker_output as prefix for LTO temps (PR lto/86548). | Martin Liska | 2 | -6/+26 |
2018-07-19 | simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect to ENOSYS. | Eli Zaretskii | 2 | -0/+9 |
2018-05-30 | simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter. | Jan Hubicka | 1 | -2/+0 |
2018-05-30 | simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter. | Jan Hubicka | 2 | -11/+43 |
2018-05-28 | splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions. | Bernd Edlinger | 2 | -0/+24 |
2018-05-10 | Improve boostrap-ubsan config (PR bootstrap/64914). | Martin Liska | 2 | -1/+6 |
2018-04-30 | argv.c (expandargv): Fix memory leak for expanded arguments. | Daniel van Gerpen | 2 | -0/+6 |
2018-04-13 | Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968) | Rainer Orth | 2 | -0/+11 |
2018-03-02 | libiberty: fix URL for demangler ABI | David Malcolm | 2 | -1/+5 |
2018-01-21 | simple-object-xcoff.c (simple_object_xcoff_find_sections): Use ulong_type to ... | Eli Zaretskii | 2 | -5/+19 |
2018-01-11 | re PR lto/81968 (early lto debug objects make Solaris ld SEGV) | Richard Biener | 4 | -160/+279 |
2018-01-10 | argv.c (expandargv): Correct check for dynamically allocated argv. | Daniel van Gerpen | 2 | -3/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 93 | -93/+97 |
2018-01-02 | re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors)) | Richard Biener | 2 | -23/+44 |
2017-10-30 | re PR lto/82757 (r251560 causes: plugin needed to handle lto object) | Richard Biener | 2 | -1/+12 |
2017-10-24 | PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fix | Alan Modra | 2 | -10/+26 |
2017-10-20 | PR82575, lto debugobj references __gnu_lto_slim, ld test liblto-17 fails | Alan Modra | 2 | -6/+21 |
2017-10-18 | re PR lto/82598 (lto debugobj lacks .note.GNU-stack) | Jakub Jelinek | 3 | -1/+21 |
2017-09-26 | re PR demangler/82195 (Undemangleable lambda) | Nathan Sidwell | 3 | -22/+56 |
2017-09-21 | [demangler PATCH]: Revert and update generic lambda demangling | Nathan Sidwell | 3 | -77/+85 |
2017-09-15 | [demangler] Fix nested generic lambda | Nathan Sidwell | 3 | -17/+59 |
2017-09-15 | re PR lto/81968 (early lto debug objects make Solaris ld SEGV) | Richard Biener | 2 | -54/+74 |
2017-09-15 | [Demangle PATCH] Some pre-fix cleanups | Nathan Sidwell | 3 | -40/+45 |
2017-09-12 | Add DW_CFA_AARCH64_negate_ra_state to dwarf2.def/h and dwarfnames.c | Jiong Wang | 2 | -0/+6 |
2017-09-01 | Fix warning for simple-object-elf.c. | Martin Liska | 2 | -1/+5 |
2017-08-31 | re PR lto/81968 (early lto debug objects make Solaris ld SEGV) | Richard Biener | 2 | -3/+11 |
2017-08-30 | simple-object-xcoff.c (simple_object_xcoff_find_sections): Improve .go_export... | Tony Reix | 2 | -45/+93 |
2017-08-28 | re PR lto/81968 (early lto debug objects make Solaris ld SEGV) | Richard Biener | 2 | -2/+9 |
2017-08-22 | re PR lto/81925 (early lto debug link failure on aarch64_be) | Richard Biener | 2 | -6/+14 |
2017-08-21 | re PR go/78628 (GO fails to build a translation unit decl) | Richard Biener | 7 | -21/+592 |
2017-07-02 | include/ChangeLog | Jan Kratochvil | 2 | -0/+15 |
2017-06-07 | simple-object-xcoff.c (simple_object_xcoff_find_sections): Search symbol tabl... | Tony Reix | 2 | -9/+128 |
2017-05-31 | configure.ac (strnlen): Add to AC_CHECK_DECLS. | DJ Delorie | 4 | -1/+33 |
2017-05-27 | d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize... | Iain Buclaw | 3 | -2/+9 |
2017-05-27 | d-demangle.c (dlang_call_convention_p): Move declaration before dlang_type. | Iain Buclaw | 3 | -24/+44 |
2017-05-27 | d-demangle.c (dlang_parse_real): Remove stack buffer, write the demangled hex... | Iain Buclaw | 3 | -17/+18 |
2017-05-24 | waitpid.c (wait): Define as a macro that calls _cwait, so that this function ... | Eli Zaretskii | 2 | -0/+10 |
2017-05-01 | d-demangle.c (dlang_hexdigit): New function. | Iain Buclaw | 3 | -54/+86 |