summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* 2017-10-30 Richard Biener <rguenther@suse.de>rguenth2017-10-302-1/+12
* PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fixamodra2017-10-242-10/+26
* PR82575, lto debugobj references __gnu_lto_slim, ld test liblto-17 failsamodra2017-10-192-6/+21
* PR lto/82598jakub2017-10-183-1/+21
* PR demangler/82195nathan2017-09-263-22/+56
* [demangler PATCH]: Revert and update generic lambda demanglingnathan2017-09-213-77/+85
* [demangler] Fix nested generic lambdanathan2017-09-153-17/+59
* 2017-09-15 Richard Biener <rguenther@suse.de>rguenth2017-09-152-54/+74
* [Demangle PATCH] Some pre-fix cleanupsnathan2017-09-153-40/+45
* Add DW_CFA_AARCH64_negate_ra_state to dwarf2.def/h and dwarfnames.cwilco2017-09-122-0/+6
* Fix warning for simple-object-elf.c.marxin2017-09-012-1/+5
* 2017-08-31 Richard Biener <rguenther@suse.de>rguenth2017-08-312-3/+11
* * simple-object-xcoff.c (simple_object_xcoff_find_sections):ian2017-08-302-45/+93
* 2017-08-28 Richard Biener <rguenther@suse.de>rguenth2017-08-282-2/+9
* 2017-08-22 Richard Biener <rguenther@suse.de>rguenth2017-08-222-6/+14
* 2017-08-21 Richard Biener <rguenther@suse.de>rguenth2017-08-217-21/+592
* include/ChangeLogjkratoch2017-07-022-0/+15
* 2017-06-07 Tony Reix <tony.reix@atos.net>dje2017-06-072-9/+128
* * configure.ac (strnlen): Add to AC_CHECK_DECLS.dj2017-05-314-1/+33
* libiberty/ChangeLog:ibuclaw2017-05-273-2/+9
* libiberty/ChangeLog:ibuclaw2017-05-273-24/+44
* libiberty/ChangeLog:ibuclaw2017-05-273-17/+18
* 2017-05-24 Eli Zaretskii <eliz@gnu.org>dj2017-05-242-0/+10
* libiberty/ChangeLog:ibuclaw2017-05-013-54/+86
* libiberty/ChangeLog:ibuclaw2017-05-013-47/+185
* libiberty/ChangeLog:ibuclaw2017-05-013-98/+142
* libiberty/ChangeLog:ibuclaw2017-05-013-17/+27
* libiberty/ChangeLog:ibuclaw2017-05-013-1/+18
* libiberty/ChangeLog:ibuclaw2017-05-013-9/+18
* libiberty/ChangeLog:ibuclaw2017-05-013-0/+53
* PR demangler/80513 check for overflows and invalid characters in thunksredi2017-04-274-9/+33
* libiberty: Limit demangler maximum d_print_comp recursion call depth.mark2017-04-212-3/+19
* libiberty: Always return NULL if d_add_substitution fails.mark2017-04-212-1/+7
* libiberty: Don't update and remove did_subs field from demangler structs.mark2017-04-213-12/+10
* cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEpalves2017-03-272-0/+6
* libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark2017-03-132-0/+12
* Fix PR demangler/70909 and 67264 (endless demangler recursion)trippels2017-03-084-25/+83
* Fix PR70182 -- missing "on" in mangling of unresolved operatorstrippels2017-01-183-0/+16
* Fix PR77489 -- mangling of discriminator >= 1trippels2017-01-183-2/+42
* Update copyright years.jakub2017-01-0493-120/+97
* Update configure deps, remove stray \xA0 in picflag.m4, regenerateamodra2017-01-043-3/+10
* PR c++/78761jakub2016-12-133-1/+14
* libiberty/nathan2016-12-123-22/+82
* Oops, fix datedj2016-12-061-1/+1
* * argv.c (expandargv): Check for directories passed as @-files.dj2016-12-062-0/+23
* libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)dmalcolm2016-11-303-9/+11
* * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.nathan2016-11-292-1/+5
* libiberty: Add Rust symbol demangling.mark2016-11-166-4/+585
* libiberty: demangler crash with missing :? or fold expression component.mark2016-11-153-0/+19
* libiberty: Fix some demangler crashes caused by reading past end of input.mark2016-11-153-4/+41