summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
...
* Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton2018-12-078-132/+323
* Copy from GCC: Add linker_output as prefix for LTO temps (PR lto/86548).marxin2018-08-012-6/+29
* Fix GDB build using mingw.org's MinGWEli Zaretskii2018-07-192-0/+10
* Bump to autoconf 2.69 and automake 1.15.1Simon Marchi2018-06-194-511/+623
* libiberty: Sync with GCCSimon Marchi2018-06-182-11/+41
* include: 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2018-05-312-0/+24
* Improve boostrap-ubsan config (PR bootstrap/64914).marxin2018-05-312-1/+6
* * argv.c (expandargv): Fix memory leak for expanded arguments.law2018-05-312-0/+6
* Resync libiberty sources with master version in GCC repository.Nick Clifton2018-04-177-173/+314
* Avoid compilation warning in libiberty/simple-object-xcoff.cEli Zaretskii2018-01-272-5/+17
* Update the libiberty sources with the latest patches found in the master sour...Nick Clifton2018-01-1094-197/+326
* Sync libiberty/ & include/ with GCCPedro Alves2017-09-155-106/+179
* Import latest fixes to libiberty from GCCH.J. Lu2017-09-012-6/+5
* Import latest fixes to libiberty from GCC.Nick Clifton2017-09-017-36/+802
* Import include/+libiberty/ r249883 from upstream GCC.Jan Kratochvil2017-07-022-0/+15
* Sync libiberty with upstream GCC.Iain Buclaw2017-06-253-255/+586
* Sync libiberty with upstream GCC.Iain Buclaw2017-06-255-25/+69
* Avoid compilation warning on MinGW in xstrndupEli Zaretskii2017-05-314-1/+33
* Make libiberty/waitpid.c compile without warnings on MinGWEli Zaretskii2017-05-312-0/+10
* cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves2017-03-272-0/+6
* Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark2017-03-132-0/+12
* Sync libiberty sources with GCC.Nick Clifton2017-03-134-25/+83
* Sync libiberty sources with GCC mainline.Nick Clifton2017-03-013-24/+87
* Sync libiberty from gccAlan Modra2017-01-0595-134/+113
* Port c++/78252 from GCCNathan Sidwell2016-12-123-22/+82
* sync binutils config/ with gccAlan Modra2016-12-082-1/+6
* argv.c (expandargv): Check for directories passed as @-files.DJ Delorie2016-12-062-0/+23
* libiberty: Add Rust symbol demangling.David Tolnay2016-11-186-4/+585
* libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard2016-11-183-0/+19
* libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard2016-11-183-4/+41
* libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard2016-11-183-2/+9
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-183-68/+133
* libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard2016-11-184-15/+29
* Implement P0136R1, Rewording inheriting constructors.Jason Merrill2016-11-183-0/+20
* libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard2016-11-182-1/+7
* PR c++/71696 testcase.Marcel Böhme2016-11-181-0/+5
* Sync libiberty sources with gcc mainline.Nick Clifton2016-10-175-31/+152
* Synchronize libiberty sources with FSF GCC mainline version.Nick Clifton2016-08-026-42/+488
* Don't needlessly clear xmemdup allocated memory.Alan Modra2016-05-312-2/+8
* Sync libiberty with GCC.Iain Buclaw2016-01-283-30/+71
* libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger2016-01-053-9/+15
* libiberty: dupargv: rewrite to use xstrdupMike Frysinger2016-01-052-5/+5
* libiberty: Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2016-01-052-7/+13
* libiberty: fix warnings about left shifting a negative value.Nick Clifton2016-01-052-1/+7
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-284-8/+77
* libiberty TAGSMike Stump2015-11-282-1/+5
* (Makefiles): PATCH to include libcpp and libiberty in GCC etagsJason Merrill2015-11-282-5/+7
* Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe2015-11-284-12/+17
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-11-283-5/+43
* Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev2015-11-284-8/+94