summaryrefslogtreecommitdiff
path: root/vg_memory.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-13Implement fnstenv (store FPU environment, but not regs AIUI)sewardj1-0/+6
2002-06-05Minor mods to stop make the leak detector behave properly for thesewardj1-5/+38
2002-05-09Remove valgrind's use of libc-supplied stat() and sbrk(). Now the onlysewardj1-5/+1
2002-05-07Actually call VG_(first_and_last_secondaries_look_plausible) and makesewardj1-2/+2
2002-05-07Generate better ucode for back-to-back sequences of register pushes andsewardj1-26/+96
2002-05-04Fix really stupid use of uninitialised value introduced in rev 1.8.sewardj1-5/+0
2002-05-01Ensure that values returned to the client from pthread operations aresewardj1-0/+2
2002-05-01Reinstate use of VG_(do_sanity_checks), although at a lower frequencysewardj1-4/+1
2002-04-18Yay! Opera (6.0TP2) now works.sewardj1-6/+8
2002-04-16Get rid of the muraroa.demon.co.uk references since that account issewardj1-1/+0
2002-04-14* external namespace checksewardj1-2/+2
2002-04-14Plumb the right %EIP and %EBP values through to VG_(get_ExeContext)sewardj1-4/+3
2002-04-12Mega-merge of my last 2 weeks hacking. This basically does the groundworksewardj1-10/+11
2002-03-24Print suggested fix to avoid this panic:sewardj1-0/+8
2002-03-22Initial revisionsewardj1-0/+2300