aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_translate.c
AgeCommit message (Expand)Author
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-04-30Remove a few embarassing comments.florian
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-03-07New function VG_(am_mmap_client_heap) which swallowsflorian
2015-02-28Fix a few compiler warnings issued by clang 3.6.0florian
2015-02-16Translations are allowed from all client segments. Update commentsflorian
2015-02-05Allow the user to specify precise-exception behaviour for translationssewardj
2015-01-04Change most remaining use of Addr64 in coregrind and the tools to Addr.florian
2015-01-02Track the IMark changes in VEX r3055.florian
2015-01-02Track VEX r3052 (VexTranslateArgs::guest_bytes_addr is an Addr value).florian
2014-12-31The definition of type Addr has moved to VEX andflorian
2014-12-29Change a logging function to use SizeT (tracking VEX r3047).florian
2014-12-17This commit fixes a redundant #if defined line. The definecarll
2014-12-17Fix 197259 Unsupported arch_prtctl PR_SET_GS optionphilippe
2014-12-12Add limited support for printing floating point numbers toflorian
2014-10-25Merge r14202 from the BUF_REMOVAL branch to trunk.florian
2014-10-09Use __typeof__.florian
2014-09-24Ripple from constifying parameters of instrumentation functions andflorian
2014-09-22Adapt LibVEX_Init invocation due to VEX r2955 changes.florian
2014-09-15coregrind files shall use vg_assert not tl_assert.florian
2014-08-07This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3carll
2014-08-07This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3carll
2014-07-24Track vex r2910 (infrastructural improvements in representation ofsewardj
2014-07-17Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args)philippe
2014-06-17When printing "REDIR:" lines at -v, print not only the name of thesewardj
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-05-02fix gdbsrv inferior calls when PT_GNU_STACK declares stack not executablephilippe
2013-02-27mips: adding MIPS64LE support to Valgrindpetarj
2013-01-13Avoid to record execontext used for origin tracking when --trac-origins=nophilippe
2012-12-28Improvements to the built-in profiling infrastructure:sewardj
2012-12-06Make diagnostics for SIGILL more controllable (Valgrind part).sewardj
2012-11-24Fix some casts that removed const-ness as pointed out byflorian
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-10-27More Char/HChar fixes and constification.florian
2012-10-07This is the 2nd installment of the cache info reorganisation.florian
2012-10-02Unbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_underflow’ undeclared)philippe
2012-08-26Followup patch to r12899, purely mechanical. Rename:florian
2012-08-05Update copyright dates to include 2012.sewardj
2012-07-02Add command line flag --trace-notabove which I've found handy.florian
2012-06-07Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic,sewardj
2012-06-01Track the change to IRDirty guest state effect annotations introducedsewardj
2012-05-31Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64florian
2012-04-24For --profile-flags=, weight the counts by the number of guest insnssewardj
2012-04-20Merge branches/TCHAIN from r12476 (its creation point) into trunk.sewardj
2012-02-28Increase the size of buffers used for showing names whensewardj
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-10-21Debug printing only: when printing SB translation header lines,sewardj
2011-09-30Fix a couple of buffer overruns. n-i-bz.sewardj