aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
AgeCommit message (Expand)Author
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2009-06-03A number of changes relating to syscall numbering:njn
2009-05-08Created a new module, m_aspacehl. Factored out three(!) copies ofnjn
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj
2008-12-06Add a new container data type, a Sparse Word Array: an array of UWordsewardj
2008-08-19Move the WordFM (AVL trees of UWord-pairs) implementation fromsewardj
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj
2006-10-18Fix installation of includes.sewardj
2006-10-17Merge r6086:sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj
2005-12-21Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h tonjn
2005-12-19Remove all remaining profiling gunk.njn
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-10-20rm the skiplist module, as it has been superseded by the AVL-treesewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-14Added new module, m_oset, which provides a generic data structure, OSet,njn
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn
2005-06-24"make dist" fixes from Ralf Wildenhues.njn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-18Move CPUID functions into their own module, m_cpuid.njn
2005-06-18Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h.njn
2005-06-16A cleanup of the redirection stuff.njn
2005-06-13Created m_machine, for various machine-related things.njn
2005-06-12Finished the modularisation of vg_mylibc.c, which meant it could be removed.njn
2005-06-11Modularised the libc low-level memory management stuff (mmap, etc).njn
2005-06-11Move some decls out of tool.h into the new file pub_tool_aspacemgr.h.njn
2005-06-10Modularised signal libc stuff into m_libcsignal.njn
2005-06-04Modularised file and socket libc stuff in m_libcfile.njn
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-16Added module m_options for holding all the command-line option stuff.njn
2005-05-16No need to generate valgrind.h from valgrind.h.in. We can just use thenjn
2005-05-16Complete restructuring of include/ directory -- I forgot about the ARMnjn
2005-05-16Restructured the include/ directory.njn
2005-05-14Modularised vg_hashtable.c as m_hashtable.njn
2005-05-12Modularised vg_skiplist.c as m_skiplist.c.njn
2005-05-10Modularised the core/tool interface ('details', 'needs' and VG_(tdict))njn
2005-05-10Modularised the malloc/free stuff into two modules: m_mallocfree for thenjn
2005-05-09Big clean-up: changed the core/tool interface to be mediated entirelynjn
2005-04-19Renamed vg_errcontext.c as errormgr.c, and carved off the relevant parts ofnjn
2005-03-25A modularisation + refactoring commit. vg_execontext.c has been split intonjn
2004-11-27Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL,njn
2004-11-22Removed include/vg_skin.h, which has been a shell just pointing tonjn
2004-11-01unbreak compilation...nethercote
2004-11-01- Make find_auxv() word-size independent.nethercote
2004-10-31Arch-abstraction:nethercote