| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c++/78761 (C++14, compiler generate mangled name that can not be demang... | Jakub Jelinek | 2016-12-13 | 3 | -1/+14 |
* | re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ... | Nathan Sidwell | 2016-12-12 | 3 | -22/+82 |
* | Oops, fix date | DJ Delorie | 2016-12-06 | 1 | -1/+1 |
* | * argv.c (expandargv): Check for directories passed as @-files. | DJ Delorie | 2016-12-06 | 2 | -0/+23 |
* | libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498) | David Malcolm | 2016-11-30 | 3 | -9/+11 |
* | * cp-demangle.c (d_print_comp_inner): Fix parameter indentation. | Nathan Sidwell | 2016-11-29 | 2 | -1/+5 |
* | libiberty: Add Rust symbol demangling. | David Tolnay | 2016-11-16 | 6 | -4/+585 |
* | libiberty: demangler crash with missing :? or fold expression component. | Mark Wielaard | 2016-11-15 | 3 | -0/+19 |
* | libiberty: Fix some demangler crashes caused by reading past end of input. | Mark Wielaard | 2016-11-15 | 3 | -4/+41 |
* | - Revert last commit, restore the regenerated files aclocal.m4 and configure | Matthias Klose | 2016-11-15 | 2 | -23/+625 |
* | config-ml.in: Remove references to GCJ. | Matthias Klose | 2016-11-15 | 2 | -625/+23 |
* | libiberty: Add -Wshadow=local to warning flags (if supported). | Mark Wielaard | 2016-11-14 | 3 | -2/+9 |
* | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 2016-11-07 | 3 | -68/+133 |
* | libiberty: Fix -Wimplicit-fallthrough warnings. | Mark Wielaard | 2016-11-04 | 4 | -15/+29 |
* | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 2016-11-01 | 3 | -0/+20 |
* | libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled. | Mark Wielaard | 2016-11-01 | 2 | -1/+7 |
* | Fix zero-length parameter bug in pex_run. | Andrew Stubbs | 2016-09-19 | 3 | -0/+23 |
* | Fix -Wshadow warning in libiberty/cp-demangle.c | Mark Wielaard | 2016-09-10 | 2 | -5/+10 |
* | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 2016-08-12 | 2 | -0/+7 |
* | re PR c++/71696 (Libiberty Demangler segfaults (6)) | Marcel Böhme | 2016-08-04 | 3 | -7/+97 |
* | libiberty.h (MAX_ALLOCA_SIZE): New macro. | Aldy Hernandez | 2016-07-29 | 2 | -3/+13 |
* | Demangle C++17 fold-expressions. | Jason Merrill | 2016-07-18 | 3 | -2/+107 |
* | PR c++/71814 - mangling sizeof... (sP and sZ) | Jason Merrill | 2016-07-15 | 3 | -5/+70 |
* | re PR c++/70926 (Libiberty Demangler segfaults (5)) | Marcel Böhme | 2016-07-13 | 3 | -4/+28 |
* | cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs. | Brooks Moses | 2016-07-11 | 2 | -2/+11 |
* | Don't needlessly clear xmemdup allocated memory. | Alan Modra | 2016-05-31 | 2 | -2/+8 |
* | Move ChangeLog entry to the right file. | Jakub Jelinek | 2016-05-19 | 1 | -2/+0 |
* | Remove libiberty/ path prefixes. | Jakub Jelinek | 2016-05-19 | 1 | -16/+15 |
* | re PR c++/70498 (Libiberty Demangler segfaults (3)) | Jakub Jelinek | 2016-05-19 | 2 | -1/+6 |
* | Fix up 2 ChangeLog entries. | Jakub Jelinek | 2016-05-19 | 1 | -2/+2 |
* | cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant. | Artemiy Volkov | 2016-05-18 | 3 | -2/+136 |
* | Demangler integer overflow fixes from Marcel Böhme. | Marcel Böhme | 2016-05-02 | 3 | -24/+61 |
* | config.guess: Remove SH5 support. | Oleg Endo | 2016-04-30 | 2 | -2/+5 |
* | Fix PR number in ChangeLog | Bernd Schmidt | 2016-04-08 | 1 | -1/+1 |
* | Fix memory allocation size overflows (PR69687, patch by Marcel Böhme) | Marcel Böhme | 2016-04-08 | 2 | -0/+22 |
* | Handle an overflow case (PR70498, patch by Marcel Böhme). | Marcel Böhme | 2016-04-08 | 2 | -0/+11 |
* | Add BZ markers to last commit | Jeff Law | 2016-03-31 | 1 | -0/+2 |
* | cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec. | Mikhail Maltsev | 2016-03-31 | 3 | -0/+19 |
* | d-demangle.c (dlang_call_convention): Handle extern Objective-C function call... | Iain Buclaw | 2016-01-27 | 3 | -2/+22 |
* | d-demangle.c (dlang_function_args): Append ',' for variadic functions only if... | Iain Buclaw | 2016-01-27 | 3 | -1/+14 |
* | d-demangle.c (dlang_type): Handle function types only in the context of seein... | Iain Buclaw | 2016-01-27 | 3 | -28/+36 |
* | libiberty: {count,dup,write}argv: constify argv input slightly | Mike Frysinger | 2016-01-05 | 3 | -9/+15 |
* | libiberty: dupargv: rewrite to use xstrdup | Mike Frysinger | 2016-01-05 | 2 | -5/+5 |
* | Tweak the documentation of libiberty's xcrc32 function | Patrick Palka | 2015-12-28 | 2 | -7/+13 |
* | re PR other/66827 (left shifts of negative value warnings due to C++14 switch) | Nick Clifton | 2015-12-21 | 2 | -1/+7 |
* | PR other/61321 - demangler crash on casts in template parameters | Pedro Alves | 2015-11-27 | 4 | -8/+77 |
* | * Makefile.in (etags tags TAGS): Use && instead of ;. | Mike Stump | 2015-11-12 | 2 | -1/+5 |
* | Configury changes for obstack optimization | Alan Modra | 2015-11-09 | 2 | -0/+4 |
* | Configury changes for obstack optimization | Alan Modra | 2015-11-09 | 3 | -0/+64 |
* | Silence obstack.c -Wc++compat warning | Alan Modra | 2015-11-09 | 2 | -2/+9 |