aboutsummaryrefslogtreecommitdiff
path: root/cachegrind/cg_main.c
AgeCommit message (Expand)Author
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn
2009-03-10Updated copyright years.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-01-26Cachegrind/Callgrind: allow for cache sizes other than only powers of twoweidendo
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-05-29Fix a bug in Massif and Cachegrind, whereby if program's forked, the childnjn
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn
2007-11-09Track vex r1793: make all tools able to handle the new IR memory bussewardj
2007-09-17Split the OSet interface into two parts: "OSetGen_", which is the existingnjn
2007-09-17Add directory-reading of debug info to cachegrind.njn
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj
2007-05-08Add branch-misprediction profiling to Cachegrind. When the (new) flagsewardj
2007-04-02Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), butnjn
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj
2007-02-07* Add new flag --cachegrind-out-file to specify the output filesewardj
2007-01-08Update copyright dates.sewardj
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj
2006-11-25Use the newly-added dopyIRBBExceptStmts() in tools.njn
2006-10-17Track SysRes change.sewardj
2006-10-15Move functions which deal with bad command line options from m_mainsewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-06-05Update copyright dates.sewardj
2006-04-18- Fix indentation in one section of Cachegrindnjn
2006-01-22Index the BB_info table by redirected guest address, notsewardj
2006-01-17These files all speak about instrumentation functions.sewardj
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn
2005-12-23ppc64-linux fixes.sewardj
2005-12-19Remove all remaining profiling gunk.njn
2005-12-08Fix minor Cachegrind bug that was occasionally causing misattributions ofnjn
2005-11-10Cachegrind was aborting if it hit a client request. Now it doesn't.njn
2005-11-01Make ULong_width(0) return 1 instead of 1431655765. This stopssewardj
2005-10-23Don't assume the first statement is an IRMark, since it could insteadsewardj
2005-10-19rm unused varsewardj
2005-10-18Change the core-tool interface so that tools are fully aware of bothsewardj
2005-10-16A small Cachegrind cleanup: previously it was copying some things (eg.njn
2005-10-15Cachegrind cleanups:njn
2005-10-15OSet-ified Cachegrind: njn
2005-10-12Tiny comment/code layout tweaks; no functional change.njn
2005-10-12Get rid of bbSeenBefore and associated logic: it appears to besewardj
2005-10-12rm trigram stuff.sewardj
2005-10-12Redo the way cachegrind generates instrumentation code, so that it cansewardj
2005-10-10Convert some native types to our types.njn
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-09-25actually, they're unsignednjn