aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_translate.c
AgeCommit message (Expand)Author
2009-03-10Updated copyright years.njn
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn
2008-12-04Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True onsewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-11-11In vg_SP_update_pass (stack-pointer-change analysis code), correctlysewardj
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn
2007-09-10ppc32-linux signal handling: don't place the sigframe return stub onsewardj
2007-08-28Merge, from CGTUNE branch, a cleaned up version of r6742:sewardj
2007-02-11Redo the dispatcher's fast-cache mechanism (VG_(tt_fast) et al) to besewardj
2007-01-08Update copyright dates.sewardj
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj
2006-10-17Merge r6149:sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-06-05Update copyright dates.sewardj
2006-02-12Extend stack-permissions-change fast-case machinery to handle +/- 112,sewardj
2006-01-22Comment-only changes.sewardj
2006-01-22Two unrelated changes:sewardj
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj
2006-01-18Make VG_(get_StackTrace2) aware of bogus LR values insewardj
2006-01-17Rewrite VG_(translate) to make it clearer (it had grown like Topsy forsewardj
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj
2005-12-23Deal with function pointer vs function entry crazyness on ppc64-linux.sewardj
2005-12-19Remove all remaining profiling gunk.njn
2005-12-15- Track vex r1494 (x86/amd64 change of conventions for gettingsewardj
2005-12-13Improve vg_SP_update_pass() to catch more constant offset cases. Improvesnjn
2005-12-05Change hp2ps to output .ps files in the same dir that the .hp input filesnjn
2005-11-12Tidy up the machinery for detecting the CPU type and capabilities.sewardj
2005-10-18Change the core-tool interface so that tools are fully aware of bothsewardj
2005-10-14Comment-only change: add comments re self-checking translations andsewardj
2005-10-12Build fixes for gcc-2.96. The system now builds and regtests with thesewardj
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-09-13Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency.cerion
2005-09-13setup new variable VG_(have_altivec) from auxv::AT_HWCAPcerion
2005-08-08Make Valgrind work again on x86 CPUs which don't have SSE. This is asewardj
2005-08-01Update this-cpu-not-supported message.sewardj
2005-08-01When identifying stacks so as to decide whether or not to make a selfsewardj
2005-07-24Rename --smc-support= to --smc-check=.sewardj
2005-07-23Remove dead #undef.sewardj
2005-07-07Don't allow vex to chase into any block for which we might want to createsewardj
2005-07-07Support for self modifying code on unfriendly platforms (x86, amd64)sewardj
2005-07-07rm unused codesewardj
2005-06-30Track Vex API change in r1233 (VexSubArch -> VexArchInfo).sewardj
2005-06-24Moved Robert's stack tracking code out of m_aspacemgr into a new modulenjn
2005-06-21Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So havenjn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-20Remove some unnecessary #includes, comment some others.njn