aboutsummaryrefslogtreecommitdiff
path: root/coregrind/Makefile.am
AgeCommit message (Expand)Author
2009-06-03A number of changes relating to syscall numbering:njn
2009-06-02Back out r10197--r10200 and r10202--r10203. I'm going to put them, andnjn
2009-06-02Move some stuff around; no functional change.njn
2009-06-02Avoid repetitive cut+paste code for libreplacemalloc_toolpreload.njn
2009-06-02Avoid repetitive cut+paste code relating to vgpreload_core.so.njn
2009-06-02Add some header comments to break up the file.njn
2009-06-02Avoid repetitive cut+paste code for LIBVEX.njn
2009-06-02Avoid repetitive cut+paste code for AM_CPPFLAGS.njn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-19DARWIN sync: include m_ume/*.c in COMMON_SOURCES.njn
2009-05-19DARWIN sync: use AM_CFLAGS_PIC in more places.njn
2009-05-19DARWIN sync wibble.njn
2009-05-19DARWIN sync wibble.njn
2009-05-19Sync m_initimg with the DARWIN branch.njn
2009-05-08Created a new module, m_aspacehl. Factored out three(!) copies ofnjn
2009-04-24Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWINnjn
2009-04-23Put LINUX_SOURCES in alphabetical order.njn
2009-04-22Add support for reading Windows PDB debug info (symbols and linesewardj
2009-02-22Use dashes rather than underscores in library names (njn).sewardj
2009-02-12Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keepnjn
2009-02-11Changed the way files are installed. Instead of going intonjn
2009-02-06Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installationnjn
2009-02-06Make Makefile.install.am much less confusing.njn
2009-02-06Removed Makefile.core.am with some judicious refactoring. Also fix a stupidnjn
2009-02-06Removed Makefile.core.am with some judicious refactoring.njn
2009-01-24Don't try to build m_ume on aix5.sewardj
2009-01-22Rename all the arch/OS/platform-related variables in configure.in to make itnjn
2009-01-21- Split up m_ume.c into m_ume/{main,elf,script}.c. This will make mergingnjn
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-10-26Update the C++ demangler to that from libiberty in the gcc svn trunk,sewardj
2008-08-19Move the WordFM (AVL trees of UWord-pairs) implementation fromsewardj
2008-03-03Merge in the DATASYMS branch.sewardj
2007-03-21Unbreak the build on ppc64-linux.sewardj
2007-03-19Make ptrace-based launchers able to handle --help, --version etc.sewardj
2007-02-25Expandable arrays of arbitrary element type T are a simple, usefulsewardj
2007-01-05Pass CC and AR to vex's Makefile here too.sewardj
2006-12-14Removed the unused pthread_model and thread_model modules.njn
2006-10-17Merge r6086:sewardj
2006-10-15Move code that creates the initial Linux memory image (stack, env,sewardj
2006-10-14Split m_aspacemgr into a generic part and a Linux-specific part.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
2006-04-04Cleanup/restructure m_debuginfo, as described insewardj
2006-03-29Hmm. Why is this file still here? (It got folded into aspacemgr.csewardj
2006-02-13'make dist' fixsewardj
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj
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