summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves
2017-09-01Import latest fixes to libiberty from GCCH.J. Lu
2017-09-01Import latest fixes to libiberty from GCC.Nick Clifton
2017-07-02Import include/+libiberty/ r249883 from upstream GCC.Jan Kratochvil
2017-06-25Sync libiberty with upstream GCC.Iain Buclaw
2017-06-25Sync libiberty with upstream GCC.Iain Buclaw
2017-05-31Avoid compilation warning on MinGW in xstrndupEli Zaretskii
2017-05-31Make libiberty/waitpid.c compile without warnings on MinGWEli Zaretskii
2017-03-27cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves
2017-03-13Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark
2017-03-13Sync libiberty sources with GCC.Nick Clifton
2017-03-01Sync libiberty sources with GCC mainline.Nick Clifton
2017-01-05Sync libiberty from gccAlan Modra
2016-12-12Port c++/78252 from GCCNathan Sidwell
2016-12-08sync binutils config/ with gccAlan Modra
2016-12-06argv.c (expandargv): Check for directories passed as @-files.DJ Delorie
2016-11-18libiberty: Add Rust symbol demangling.David Tolnay
2016-11-18libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard
2016-11-18libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard
2016-11-18libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard
2016-11-18Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-18libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2016-11-18Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-11-18libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard
2016-11-18PR c++/71696 testcase.Marcel Böhme
2016-10-17Sync libiberty sources with gcc mainline.Nick Clifton
2016-08-02Synchronize libiberty sources with FSF GCC mainline version.Nick Clifton
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra
2016-01-28Sync libiberty with GCC.Iain Buclaw
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2016-01-05libiberty: Tweak the documentation of libiberty's xcrc32 functionPatrick Palka
2016-01-05libiberty: fix warnings about left shifting a negative value.Nick Clifton
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-11-28libiberty TAGSMike Stump
2015-11-28(Makefiles): PATCH to include libcpp and libiberty in GCC etagsJason Merrill
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-11-28Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak
2015-11-28Avoid "enum conversion when passing argument 1 of 'getrusage' is invalid in C...Uros Bizjak
2015-11-09Configury changes for obstack optimizationAlan Modra
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra
2015-11-09Copy gnulib obstack filesAlan Modra
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker
2015-09-30Resync files in the binutils repository that are maintained in the gcc reposi...Nick Clifton
2015-08-11PR gdb/18669 libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9Iain Buclaw
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu
2015-07-14Sync config/warnings.m4 with GCCH.J. Lu