aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Fix zero-length parameter bug in pex_run.Andrew Stubbs3-0/+23
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard2-5/+10
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-0/+7
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme3-7/+97
2016-07-29libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez2-3/+13
2016-07-18Demangle C++17 fold-expressions.Jason Merrill3-2/+107
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill3-5/+70
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme3-4/+28
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses2-2/+11
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra2-2/+8
2016-05-19Move ChangeLog entry to the right file.Jakub Jelinek1-2/+0
2016-05-19Remove libiberty/ path prefixes.Jakub Jelinek1-16/+15
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek2-1/+6
2016-05-19Fix up 2 ChangeLog entries.Jakub Jelinek1-2/+2
2016-05-18cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov3-2/+136
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme3-24/+61
2016-04-30config.guess: Remove SH5 support.Oleg Endo2-2/+5
2016-04-08Fix PR number in ChangeLogBernd Schmidt1-1/+1
2016-04-08Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme2-0/+22
2016-04-08Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme2-0/+11
2016-03-31Add BZ markers to last commitJeff Law1-0/+2
2016-03-31cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev3-0/+19
2016-01-27d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw3-2/+22
2016-01-27d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw3-1/+14
2016-01-27d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw3-28/+36
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger3-9/+15
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger2-5/+5
2015-12-28Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2-7/+13
2015-12-21re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton2-1/+7
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves4-8/+77
2015-11-12* Makefile.in (etags tags TAGS): Use && instead of ;.Mike Stump2-1/+5
2015-11-09Configury changes for obstack optimizationAlan Modra2-0/+4
2015-11-09Configury changes for obstack optimizationAlan Modra3-0/+64
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra2-2/+9
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra3-13/+45
2015-11-09Copy gnulib obstack filesAlan Modra3-478/+340
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker3-0/+18
2015-10-28Make-lang.in (c.tags): Also include libcpp TAGS.Jason Merrill2-5/+7
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath4-12/+17
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill3-5/+43
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor3-0/+19
2015-08-11Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw3-22/+22
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev4-8/+94
2015-07-09getruntime.c (RUSAGE_SELF): Define if not already defined.Uros Bizjak2-7/+7
2015-07-08getruntime.c (get_run_time): Use RUSAGE_SELF as argument 1 of getrusage call.Uros Bizjak2-0/+9
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill3-0/+11
2015-05-22libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.Yunlian Jiang6-401/+626
2015-05-16d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw3-57/+190
2015-05-16d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw3-0/+19
2015-05-16d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw3-0/+27