summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard
2016-11-15libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard
2016-11-15- Revert last commit, restore the regenerated files aclocal.m4 and configureMatthias Klose
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-11-14libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-11-01libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard
2016-09-19Fix zero-length parameter bug in pex_run.Andrew Stubbs
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme
2016-07-29libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez
2016-07-18Demangle C++17 fold-expressions.Jason Merrill
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses
2016-05-31Don't needlessly clear xmemdup allocated memory.Alan Modra
2016-05-19Move ChangeLog entry to the right file.Jakub Jelinek
2016-05-19Remove libiberty/ path prefixes.Jakub Jelinek
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek
2016-05-19Fix up 2 ChangeLog entries.Jakub Jelinek
2016-05-18cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme
2016-04-30config.guess: Remove SH5 support.Oleg Endo
2016-04-08Fix PR number in ChangeLogBernd Schmidt
2016-04-08Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme
2016-04-08Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme
2016-03-31Add BZ markers to last commitJeff Law
2016-03-31cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev
2016-01-27d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw
2016-01-27d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw
2016-01-27d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2015-12-28Tweak the documentation of libiberty's xcrc32 functionPatrick Palka
2015-12-21re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-11-12* Makefile.in (etags tags TAGS): Use && instead of ;.Mike Stump
2015-11-09Configury changes for obstack optimizationAlan Modra
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-10-28Make-lang.in (c.tags): Also include libcpp TAGS.Jason Merrill
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill