aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_demangle
AgeCommit message (Expand)Author
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
2005-06-11Having moved VG_(arena_strdup)() out of core.h, core.h no longernjn
2005-06-04Modularised assertions and panics in m_libcassert.njn
2005-06-03Modularise printing functions in m_libcprint.njn
2005-06-02Started modularising vg_mylibc. Put all the standalone stuff -- ie. notnjn
2005-06-01Modularised the profiling stuff as m_profile.c. It's much more njn
2005-05-25Avoid confusing use of a pointer before checking it it's NULL. (Thenjn
2005-05-17Add missing #include.njn
2005-05-17Get rid of all the duplicated settings of AM_CFLAGS in the makefilestom
2005-05-16Added module m_options for holding all the command-line option stuff.njn
2005-05-10Modularised the demangler into m_demangle. (It very nearly fit our newnjn