aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_demangle
AgeCommit message (Expand)Author
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-03-21Change the GCC demangler to not use VLA. The rationale is that these VLAsflorian
2015-02-06There must be at least one element in a VLA.florian
2014-10-25Merge r14202 from the BUF_REMOVAL branch to trunk.florian
2014-10-22Change VG_(allocEltDedupPA) to return a pointer to const. The reason isflorian
2014-07-24Update a comment so it won't need updating in the future.florian
2014-07-03Silence a compiler warning as issued by certain versions of GCC.florian
2014-06-30Update the C++ demangler by importing files from GCC trunk @ 212125.florian
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-08-05Update copyright dates to include 2012.sewardj
2011-12-10Update the C++ demangler by importing files from GCC trunk @ r181975.florian
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-08-18Extend the behavioural-equivalence-class mechanism for redirectionsewardj
2011-08-16Add more infrastructure to be used for fixing #275284 (Valgrindsewardj
2010-05-03Update copyright dates to 2010.sewardj
2009-08-17Back out r10385 (Change demangler to not use excessive space fromsewardj
2009-07-26Add new mangling Z-pair "ZD" to encode '$', since that's sometimes usedsewardj
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj
2009-06-29Change demangler to not use excessive space from stackweidendo
2009-05-04Don't compile Linux-only redirects on non-Linux platforms.njn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-10Updated copyright years.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn
2009-02-11Cleaned up the demangling mess:njn
2009-02-10Cleaned up the mess that was the treatment of "below main" functions such asnjn
2008-10-27Rename some local variables called 'index' to something else, to stopsewardj
2008-10-27Fix #includes in some more libiberty files that seem to have beensewardj
2008-10-26Re-copy r3515 into new demangler: "Deal with apparently non-cfrontsewardj
2008-10-26Update the C++ demangler to that from libiberty in the gcc svn trunk,sewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-01-08Update copyright dates.sewardj
2006-10-17Merge r6138:sewardj
2006-06-05Update copyright dates.sewardj
2006-01-19Rationalise demangling a bit more, so that suppression matching workssewardj
2006-01-18To reduce the endless nuisance of multiple different names for "thesewardj
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj
2005-12-19Remove all remaining profiling gunk.njn
2005-11-11Fix compiler warnings.tom
2005-10-14Choose a less-similar variable name when avoiding -Wshadow warnings.njn
2005-10-14Rename a local variable so as to make -Wshadow shut up.sewardj
2005-10-02compile fix for an Ubuntu box I just triednjn
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-28Give file a better name.njn
2005-06-23argh! there were loads of the little beggars ....de
2005-06-19Final commit for the initial modularisation pass:njn