Daily bump.
[gcc.git] / libiberty /
2021-01-05 GCC AdministratorDaily bump.
2021-01-04 Martin LiskaConvert 2 files to utf8.
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-23 GCC AdministratorDaily bump.
2020-12-22 Jason Merrillc++: Fix demangling of <unresolved-name>
2020-12-22 GCC AdministratorDaily bump.
2020-12-21 Jason Merrillc++: Fix demangling of qualified-id after '.'
2020-12-21 Jason Merrillc++: Fix demangling of x.operator type
2020-11-26 GCC AdministratorDaily bump.
2020-11-25 Matthew Malcomsonlibsanitizer: Add option to bootstrap using HWASAN
2020-11-14 GCC AdministratorDaily bump.
2020-11-13 Eduard-Mihai Burtesculibiberty: Support the new ("v0") mangling scheme in...
2020-11-13 Seija KijinMake strstr.c in libiberty ANSI compliant
2020-11-12 GCC AdministratorDaily bump.
2020-11-11 Patrick Palkac++: Change the mangling of __alignof__ [PR88115]
2020-11-10 GCC AdministratorDaily bump.
2020-11-09 Christophe Lyonlibiberty/pex-win32.c: Initialize orig_err
2020-10-07 GCC AdministratorDaily bump.
2020-10-06 Martin Liskalto: fix LTO debug sections copying.
2020-09-25 GCC AdministratorDaily bump.
2020-09-24 Mark Wielaardlibiberty: Add get_DW_UT_name and update include/dwarf2...
2020-09-09 GCC AdministratorDaily bump.
2020-09-08 Felix Willgerodtfloatformat.h: Add bfloat16 support.
2020-09-08 Alan Modraubsan: d-demangle.c:214 signed integer overflow
2020-08-27 GCC AdministratorDaily bump.
2020-08-26 Iain Buclawlibiberty: Add support for `in' and `in ref' storage...
2020-08-04 GCC AdministratorDaily bump.
2020-08-03 Richard Bienerlto/96385 - avoid unused global UNDEFs in debug objects
2020-07-31 GCC AdministratorDaily bump.
2020-07-30 H.J. LuRequire CET support only for the final GCC build
2020-07-15 GCC AdministratorDaily bump.
2020-07-14 Ian Lance Taylordemangler: don't treat lambda as a substitution candidate
2020-07-11 GCC AdministratorDaily bump.
2020-07-10 Jason Merrillc++: Support non-type template parms of union type.
2020-06-27 GCC AdministratorDaily bump.
2020-06-26 Nick CliftonThis patch removes the use of the "register" keyword...
2020-06-24 GCC AdministratorDaily bump.
2020-06-23 Nick Alcocklibiberty, include: add bsearch_r
2020-05-30 GCC AdministratorDaily bump.
2020-05-29 H.J. LuAvoid nested save_CFLAGS and save_LDFLAGS
2020-05-15 Iain Buclawlibiberty: Handle @live attribute in D demangler.
2020-05-14 Iain Buclawlibiberty: Update D symbol demangling for latest ABI...
2020-05-12 H.J. LuEnable CET in cross compiler if possible
2020-04-28 H.J. LuCheck whether -fcf-protection=none -Wl,-z,ibt,-z,shstk...
2020-04-27 Jakub Jelinekdemangler: Handle <=> operator in the demangler [PR94797]
2020-04-25 H.J. LuEnable Intel CET in liblto_plugin.so on Intel CET enabl...
2020-03-05 Richard BienerKeep .GCC.command.line sections of LTO objetcs
2020-03-02 Nick CliftonFix a libiberty testsuite failure
2020-03-02 H.J. Lulto: Also copy .note.gnu.property section
2020-02-12 Sandra LoosemoreUse a non-empty test program to test ability to link.
2020-02-05 Andrew Burgesslibiberty/hashtab: More const parameters
2020-01-23 Alexandre Oliva[libiberty] output empty args as a pair of quotes
2020-01-18 Iain Sandoe[libiberty] Update demangler to handle co_await operator.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-06 Tim RuehsenFix read buffer overflow in split_directories
2019-11-16 Jeff Law[PATCH] Fix slowness in demangler
2019-11-16 Eduard-Mihai Burtescu[PATCH] Refactor rust-demangle to be independent of...
2019-11-16 Miguel Saldivar* testsuite/demangle-expected: Fix test.
2019-11-04 Kamlesh KumarPR c++/91979 - mangling nullptr expression
2019-10-29 Paul Pluzhnikovcp-demangle.c (d_number): Avoid signed int overflow.
2019-10-28 Miguel Saldivarcp-demangle.c (d_print_mod): Add a space before printin...
2019-10-03 Eduard-Mihai Burtescurust-demangle.c (looks_like_rust): Remove.
2019-09-03 Eduard-Mihai Burtescurust-demangle.c (unescape): Remove.
2019-08-27 Martin LiskaShare a prevailing name for remove debug info symbols...
2019-08-12 Martin LiskaMove is_valid_fd to filedescriptor.c file.
2019-08-08 Martin LiskaFix file descriptor existence of MinGW.
2019-07-24 Martin LiskaFix off-by-one in simple-object-elf.c (PR lto/91228).
2019-07-23 Ren Kimuralibiberty: Check zero value shstrndx in simple-object...
2019-07-22 Martin LiskaDo not emit __gnu_lto_v1 symbol.
2019-07-18 Eduard-Mihai Burtescudemangle.h (rust_is_mangled): Move to libiberty/rust...
2019-05-31 Michael Forneycp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC...
2019-04-30 Ben Ld-demangle.c (dlang_parse_assocarray): Correctly handle...
2019-04-30 Ben Ld-demangle.c (dlang_parse_tuple): Correctly handle...
2019-04-30 Ben Ld-demangle.c (dlang_parse_structlit): Correctly handle...
2019-04-30 Ben Ld-demangle.c (dlang_parse_arrayliteral): Correctly...
2019-04-30 Ben Ld-demangle.c (dlang_parse_integer): Fix stack underflow.
2019-04-30 Ben Lcp-demangle (d_print_comp_inner): Guard against a NULL...
2019-04-30 Ben Lcp-demangle.c (d_encoding): Guard against NULL return...
2019-04-29 Ben Lcp-demangle.c (d_expression_1): Don't peek ahead unless...
2019-04-10 Nick CliftonFix a stack exhaustion bug in libiberty's demangler...
2019-04-07 Alan ModraRegenerate libiberty/functions.texi
2019-03-14 Jason Merrillhash-table.h (remove_elt_with_hash): Return if slot...
2019-02-12 Philippe WaroquiersFix splay tree KEY leak detected in GDB test gdb.base...
2019-01-22 Nidal Faourre PR lto/88422 (collect2.exe: fatal error: lto-wrapper...
2019-01-21 Tom TromeyFix leak in splay-tree
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-09 Sandra LoosemorePR other/16615 [2/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-23 Jason MerrillRemove support for demangling GCC 2.x era mangling...
2018-12-07 Nick CliftonAdd a recursion limit to libiberty's demangling code...
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-01 Nathan Sidwell[libiberty] Use pipe inside pex_run
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-23 Nathan Sidwell[libiberty patch] Fix PGO bootstrap
2018-08-21 Nathan Sidwell[libiberty patch] PEX-unix forking
2018-07-30 Tom Tromeycplus-dem.c (remember_Btype): Don't call memcpy with...
2018-07-26 Martin LiskaAdd linker_output as prefix for LTO temps (PR lto/86548).
2018-07-19 Eli Zaretskiisimple-object-elf.c (ENOTSUP): If not defined by errno...
2018-05-30 Jan Hubickasimple-object.h (simple_object_copy_lto_debug_sections...
next