]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-09-11  Julian SewardIncrease translation table size a bit.
2004-09-11  Julian Sewardx86: handle divw/idivw. Needs proper testing.
2004-09-11  Julian Sewardx86: implement FPREM (sigh, nasty, complicated)
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Julian SewardPretty up -v -v printing a bit.
2004-09-11  Julian Seward* Clean up primop naming a bit
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Tom HughesAdd support for the SIOCGPGRP ioctl and mark SIOCSPGRP...
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Tom HughesRemoved result checks from ioctl POST handlers as the...
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Tom HughesAdd system call wrappers for some CD related ioctls...
2004-09-11  Tom HughesAdd system call wrappers for the TIOCMBIS/TIOCMBIC...
2004-09-11  Tom HughesAdd system call wrappers for sched_{get,set}affinity...
2004-09-11  Tom HughesMake the virtualise setrlimit(RLIMIT_DATA) return EPERM...
2004-09-11  Tom HughesVirtualise the stack rlimit for the main thread and...
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Nicholas NethercoteArch-abstraction:
2004-09-11  Nicholas NethercoteSlightly more informative error msgs for some cl reqs.
2004-09-11  Julian SewardFill in many x86 integer and FP cases, enough to get...
2004-09-11  Julian SewardUpdate print-above thresholds seeing as how we're runni...
2004-09-10  Julian Sewardx86 -> IR changes:
2004-09-10  Julian SewardMinor updates.
2004-09-10  Julian SewardFix a few more bits and pieces.
2004-09-10  Julian SewardImplement x86 FRNDINT, taking into account of course...
2004-09-10  Nicholas NethercoteArch-abstraction:
2004-09-10  Nicholas NethercoteWhoops, file should be called ".cvsignore", not ".cvgsi...
2004-09-10  Nicholas NethercoteArch-abstraction:
2004-09-10  Julian Seward* x86 guest: instead of just tracking the FPU's C3...
2004-09-10  Nicholas NethercoteArch-abstraction:
2004-09-10  Nicholas NethercoteArch-abstraction:
2004-09-09  Julian SewardVarious more x86 FP cases.
2004-09-09  Nicholas NethercoteRedo the regs setting for db-attach, in a way that...
2004-09-09  Julian SewardFill in many more x86 FP cases.
2004-09-09  Julian SewardIncrease scratch space to 300k. ToDo: investigate...
2004-09-09  Jeremy FitzhardingeUse C89 compatible local declaration.
2004-09-09  Julian SewardMake floating-point comparisons work, and fill in a...
2004-09-09  Julian SewardFix overly-pessimistic assertion.
2004-09-09  Julian SewardAdd a new x86 guest state word, just holding the FPU...
2004-09-08  Julian SewardSimple test program for testing double -> int rounding.
2004-09-08  Julian Sewardx86: make float to integer conversions observe the...
2004-09-08  Julian SewardInitialisations to keep gcc -O happy.
2004-09-08  Jeremy FitzhardingePull permissions checking out into a separate function...
2004-09-08  Jeremy FitzhardingeWhen loading a -fpie executable, put it where info...
2004-09-08  Jeremy FitzhardingeUse MAP_NORESERVE for potentially large mappings.
2004-09-08  Julian SewardAdd the FPU control word to the x86 guest state. And...
2004-09-08  Julian SewardFix a large number of cases at both ends of the pipelin...
2004-09-08  Julian SewardBogus not-really-a-folding rule for MullS32. ToDo...
2004-09-08  Julian SewardCompile with -O by default now.
2004-09-07  Nicholas Nethercoteminor fixes
2004-09-07  Nicholas NethercoteTo get 32-bit programs working on Opteron, VG_(valgrind...
2004-09-07  Nicholas NethercoteArch-abstraction:
2004-09-07  Nicholas NethercoteArch-abstraction:
2004-09-07  Nicholas NethercoteArch-abstraction:
2004-09-07  Julian Seward- Implement bt/bts/btc/btr, using the same hack as...
2004-09-06  Julian SewardFix overenthusiastic redundant-Put elimination, which...
2004-09-06  Julian Sewardcopy_baseBlock_to_m_state_static and back:
2004-09-06  Julian Sewardx86 guest: Add functions vex_to_x87 and x87_to_vex...
2004-09-06  Julian SewardAdd a few more FP insns, and fix some bugs.
2004-09-06  Julian SewardDo further conversions in the test.
2004-09-06  Julian SewardMore x87 test stuff.
2004-09-06  Nicholas NethercoteArch-abstraction:
2004-09-06  Nicholas NethercoteArch-abstraction: arch-neutralise the startup message.
2004-09-06  Nicholas NethercoteArch-abstraction: minor name change of params.
2004-09-06  Julian SewardTest program for developing double <-> extended double...
2004-09-05  Nicholas NethercoteRemove unnecessary #includes.
2004-09-05  Nicholas NethercoteArch-abstraction:
2004-09-05  Nicholas NethercoteArch-abstraction: made vg_execontext.c arch-independent...
2004-09-05  Nicholas NethercoteMove env variables out of core_asm.h into core.h, where...
2004-09-04  Nicholas NethercoteSimplify calculation of VG_(shadow_end) to avoid an...
2004-09-04  Nicholas NethercoteArch-abstraction: introduce constants for min and max...
2004-09-03  Nicholas NethercoteRemoved x86/ume_archdefs.h; moved CLIENT_BASE into...
2004-09-03  Nicholas NethercoteRemoved x86/ume_arch_defs.c, which just defined the...
2004-09-03  Nicholas NethercoteAvoid spurious warning about using posix_memalign()
2004-09-03  Nicholas NethercoteArch-abstraction:
2004-09-02  Nicholas NethercoteTweaked comment.
2004-09-02  Nicholas NethercoteArch-abstraction:
2004-09-02  Nicholas NethercoteArch-abstraction: add comment explaining header hierarchy.
2004-09-02  Nicholas NethercoteUpdate docs for filename change.
2004-09-02  Nicholas NethercoteTweak some comments.
2004-09-02  Nicholas NethercoteArch-abstraction:
2004-09-02  Julian SewardAdd the old Heimdall x87 FPU simulator, as reference.
2004-09-02  Julian SewardDirectory for parking various misc useful files in...
2004-09-02  Nicholas NethercoteArch-abstraction: whoops II, forgot to add the (residua...
2004-09-02  Nicholas NethercoteArch-abstraction: Whoops, forgot to add tool.h.base...
2004-09-02  Nicholas NethercoteArch-abstraction: renamed "vg_skin.h" as "tool.h"...
2004-09-02  Nicholas NethercoteRemove unnecessary #include statement.
2004-09-02  Nicholas NethercoteArch-abstraction: renamed "vg_include.h" as "core...
2004-09-02  Robert WalshFix some vg_include.h references.
2004-09-01  Nicholas NethercoteArch-abstraction step: renamed "vg_include.h" as "core.h".
2004-09-01  Nicholas NethercoteUpdate .cvsignore for recently added regression tests.
2004-09-01  Nicholas NethercoteUse Makefile.am includes. This gets rid of 110 lines...
2004-09-01  Nicholas Nethercote'valgrind' (ie. stage1) does not need to be installed...
2004-09-01  Tom HughesMove the include of linux/fs.h before the include of...
2004-09-01  Tom HughesMake some of the parallel port ioctls conditional as...
2004-08-31  Julian SewardDo a bit more x86 floating point. As a result, had...
2004-08-31  Julian SewardHEAD now reports 2.3.0.CVS.
2004-08-31  Julian SewardThis is a generated file and so shouldn't be tracked...
2004-08-31  Julian SewardFill in enough to get through a simple x86 FP processin...
2004-08-31  Julian Seward--> 2.2.0
next