summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* libiberty: Add Rust symbol demangling.mark2016-11-166-4/+585
* libiberty: demangler crash with missing :? or fold expression component.mark2016-11-153-0/+19
* libiberty: Fix some demangler crashes caused by reading past end of input.mark2016-11-153-4/+41
* - Revert last commit, restore the regenerated files aclocal.m4 and configuredoko2016-11-152-23/+625
* <toplevel>doko2016-11-152-625/+23
* libiberty: Add -Wshadow=local to warning flags (if supported).mark2016-11-143-2/+9
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-073-68/+133
* libiberty: Fix -Wimplicit-fallthrough warnings.mark2016-11-044-15/+29
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-023-0/+20
* libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.mark2016-11-012-1/+7
* Fix zero-length parameter bug in pex_run.ams2016-09-193-0/+23
* Fix -Wshadow warning in libiberty/cp-demangle.cmark2016-09-102-5/+10
* PR c/7652mpolacek2016-08-122-0/+7
* 2016-08-04 Marcel Böhme <boehme.marcel@gmail.com>law2016-08-043-7/+97
* include/aldyh2016-07-292-3/+13
* Demangle C++17 fold-expressions.jason2016-07-183-2/+107
* PR c++/71814 - mangling sizeof... (sP and sZ)jason2016-07-153-5/+70
* PR c++/70926law2016-07-133-4/+28
* 2016-06-12 Brooks Moses <bmoses@google.com>brooks2016-07-112-2/+11
* Don't needlessly clear xmemdup allocated memory.amodra2016-05-312-2/+8
* Move ChangeLog entry to the right file.jakub2016-05-191-2/+0
* Remove libiberty/ path prefixes.jakub2016-05-191-16/+15
* PR c++/70498jakub2016-05-192-1/+6
* Fix up 2 ChangeLog entries.jakub2016-05-191-2/+2
* * cplus-dem.c (enum type_kind_t): Add tk_rvalue_referencelaw2016-05-183-2/+136
* Demangler integer overflow fixes from Marcel Böhme.bernds2016-05-023-24/+61
* /olegendo2016-04-302-2/+5
* Fix PR number in ChangeLogbernds2016-04-081-1/+1
* Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)bernds2016-04-082-0/+22
* Handle an overflow case (PR70498, patch by Marcel Böhme).bernds2016-04-082-0/+11
* Add BZ markers to last commitlaw2016-03-311-0/+2
* * cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeinglaw2016-03-313-0/+19
* libiberty/ChangeLog:ibuclaw2016-01-273-2/+22
* libiberty/ChangeLog:ibuclaw2016-01-273-1/+14
* libiberty/ChangeLog:ibuclaw2016-01-273-28/+36
* libiberty: {count,dup,write}argv: constify argv input slightlyvapier2016-01-053-9/+15
* libiberty: dupargv: rewrite to use xstrdupvapier2016-01-052-5/+5
* Tweak the documentation of libiberty's xcrc32 functionppalka2015-12-282-7/+13
* PR 66827nickc2015-12-212-1/+7
* PR other/61321 - demangler crash on casts in template parameterstrippels2015-11-274-8/+77
* * Makefile.in (etags tags TAGS): Use && instead of ;.mrs2015-11-122-1/+5
* Configury changes for obstack optimizationamodra2015-11-092-0/+4
* Configury changes for obstack optimizationamodra2015-11-093-0/+64
* Silence obstack.c -Wc++compat warningamodra2015-11-092-2/+9
* Modify obstack.[hc] to avoid having to include other gnulib filesamodra2015-11-093-13/+45
* Copy gnulib obstack filesamodra2015-11-093-478/+340
* Do not use libiberty's getpagesize on Androidbrobecke2015-11-063-0/+18
* gcc/c/jason2015-10-282-5/+7
* Fix PR63758 by using the _NSGetEnviron() API on Darwiniains2015-10-184-12/+17
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-043-5/+43