Char/HChar fixups for m_debuginfo and m_gdbserver.
[ambi/valgrind.git] / coregrind / m_machine.c
2012-11-10 florianFix more Char/HChar mixups. Closing in...
2012-10-07 florianThis patch is the first installment of the cache info...
2012-09-01 florianFix an uninitialised variable found be BEAM.
2012-08-30 florians390: Detect floating point extension facility. Update...
2012-08-28 florians390: Add zEC12 machine model. Fix spelling for some...
2012-08-26 florianOn s390: detect presence of stckf hardware facility.
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-06-30 petarjRemoving the warning about defined yet unused function...
2012-06-07 sewardjMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-03 sewardjm_machine: add new function VG_(machine_get_size_of_lar...
2012-05-03 florianAdd ETF3 facility (valgrind bits). Part of fixing Bugzi...
2012-04-26 sewardjAdd feature detection for amd64.avx, and (potentially...
2012-04-22 florianBe lenient if the machine model could not be determined...
2012-04-22 florianConsolidate and update information about dependencies of
2012-04-21 florianSet VEX_HWCAPS_S390X_STFLE if available.
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-02 sewardjFixes for capabilities checking w.r.t. Power DFP instru...
2012-01-26 philippe(fixes bug 289939 wish: complete monitor cmd 'leak_chec...
2012-01-15 florianAdd support for the s390's TROO insn. These are the...
2011-10-25 florianFix an out-of-bounds array access found by IBM's BEAM...
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-09-02 florianAdd support for s390x model z114. See also VEX r2198
2011-06-28 sewardjDelete the AIX5 port. The last release this worked...
2011-06-10 tomTeach cachegrind/callgrind how to parse the cache descr...
2011-04-27 sewardjs390x: fpr - gpr transfer facility -- valgrind side...
2011-04-15 sewardjAdd support for IBM Power ISA 2.06 -- stage 1. Valgrin...
2011-04-13 sewardjs390x: reconsider "long displacement" requirement ...
2011-04-11 sewardjAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11 sewardjCreate new module m_libcsetjmp, which wraps up uses of
2011-03-28 sewardjFix up most but not all warnings generated by gcc-4...
2011-03-07 sewardjAdd a port to IBM z/Architecture (s390x) running Linux...
2010-09-23 sewardjOn arm-linux, add r7 to the set of registers that the...
2010-09-09 sewardjarm-linux: determine whether the host supports Neon...
2010-09-08 sewardjFix somewhat nonsensical ifdeffery.
2010-09-04 sewardjStop gcc complaining that dcbz_szB is used uninitialised.
2010-09-03 sewardjSupport the DCBZL instruction. Also, query the host...
2010-09-02 bartAdded functions for querying the properties of the...
2010-08-22 sewardjMerge from branches/THUMB: m_machine changes needed...
2010-07-29 sewardjx86/amd64: detect whether the CPU supports LZCNT. ...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-01-02 sewardjVarious minor fixups to make ppc32/64-linux work again...
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2009-07-12 sewardjFix identification of sse3 on amd64s. Previously it...
2009-07-01 sewardjMerge in branches/DCAS.
2009-05-28 sewardjReinstate an include needed on ppc{32,64}-linux.
2009-05-28 njnMerge the DARWIN branch onto the trunk.
2009-05-20 njnRemove an unnecessary #include.
2009-05-18 njnMerged non-Darwin-specific parts of r9397,r9423,r9490...
2009-03-10 njnUpdated copyright years.
2009-01-15 njnIntroduce a new type, PtrdiffT. Replace lots of uses...
2009-01-13 bartDo not only intercept SIGILL during detection of the...
2008-09-18 sewardjMerge all remaining changes from branches/PTRCHECK...
2008-05-29 sewardjAllow 64-byte line sizes (PA6T cpu).
2008-05-01 sewardjMerge branches/OTRACK_BY_INSTRUMENTATION into the trunk...
2008-03-29 bartAdded VG_(thread_get_stack_size)().
2008-03-03 sewardjMerge in the DATASYMS branch.
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2007-11-25 sewardjMisc changes needed to support exp-drd (Bart Van Assche).
2007-01-08 sewardjUpdate copyright dates.
2006-10-17 sewardjMerge r6127: Extend for AIX5. Nothing surprising here.
2006-10-14 sewardjCreate a new module, m_vki, and move all knowledge...
2006-06-05 sewardjUpdate copyright dates.
2006-04-04 sewardjAdd a comment that really should have been in r5820.
2006-04-04 sewardjppc32-linux: work around assemblers which can't do...
2006-02-21 sewardjFix CPU feature identification for ppc32/64 - add more...
2006-01-27 sewardjUn-break ppc32 following recent hw-capabilities hackery.
2006-01-27 sewardjTrack vex r1555 (Change the way Vex represents architec...
2005-12-23 sewardjDeal with function pointer vs function entry crazyness...
2005-12-23 cerionTrack changes to PPC naming convention - VEX r1504
2005-12-22 cerionfixed up ppc64 assembly with .opd sections
2005-11-29 sewardjAdd framework for ppc64 support. Apologies in advance...
2005-11-13 sewardjThe absolute bare minimum changes needed to make it...
2005-11-13 sewardjUse revised PPC32 subarchitecture categories.
2005-11-13 sewardjHook the ppc32 stuff up to the revised CPU detection...
2005-11-12 sewardjTidy up the machinery for detecting the CPU type and...
2005-09-29 sewardjMake ppc32-linux build again following aspacem merge...
2005-09-13 cerionRename VG_(have_altivec) => VG_(have_altivec_ppc) for...
2005-09-13 cerionsetup new variable VG_(have_altivec) from auxv::AT_HWCAP
2005-08-19 sewardjIncorporate a patch from Craig Chaney which gives bette...
2005-08-15 njnSomething I realised recently: in C, iterators are...
2005-08-08 sewardjMake Valgrind work again on x86 CPUs which don't have...
2005-06-29 sewardjppc32: reinstate collection of cache-line-size info...
2005-06-23 njnRemoved the VGA_/VGO_/VGP_ prefixes for arch/OS/platfor...
2005-06-21 njnMoved VG_(first_matching_thread_stack), removing m_thre...
2005-06-20 cerionFinally, valgrind on ppc32.
2005-06-19 njnFinal commit for the initial modularisation pass:
2005-06-17 njnRenamed VG_(mark_from_registers) to the more general
2005-06-13 njnCreated m_machine, for various machine-related things.