- 8a5ad76 Update FAQ about GLIBCXX_FORCE_NEW name-change. by njn · 19 years ago
- a733b5f by njn · 19 years ago
- b4e6542 by sewardj · 19 years ago
- 6418291 Fix PURPOSE comment. by sewardj · 19 years ago
- 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
- 4a4f687 Move some macros into a more private place. by njn · 19 years ago
- 36b66df by njn · 19 years ago
- 641d5cc by njn · 19 years ago
- 694b1b6 by njn · 19 years ago
- 444eba1 by njn · 19 years ago
- 4ec8a63 Update a bit. by sewardj · 19 years ago
- 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
- 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
- a91498f by njn · 19 years ago
- e2a4458 Remove dead macro. by njn · 20 years ago
- de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 20 years ago
- da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 20 years ago
- 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 20 years ago
- 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 20 years ago
- 4fa5e7c Use hi-half xmm registers (REX.R, REX.B == 1) (%xmm8-%xmm15) in an by sewardj · 20 years ago
- 8c1b7c4 Regression tests for amd64 instructions. by sewardj · 20 years ago
- c6fa942 * gcc-3.3.4 seems to generate non-working code for eq_double: workaround by sewardj · 20 years ago
- 46b9166 SSE2 tests for amd64. by sewardj · 20 years ago
- 94b1e2e Forgot a #include line. by njn · 20 years ago
- 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 20 years ago
- 3967cb5 update properly by njn · 20 years ago
- 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 20 years ago
- f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 20 years ago
- a7f71a4 update by njn · 20 years ago
- ed5417f * test cases for amd64 SSE * modify gen_insn_test to handle them by sewardj · 20 years ago
- 717cde5 by njn · 20 years ago
- a8532a3 Versions of Tom's excellent insn-set test programs modified for the by sewardj · 20 years ago
- fbdcba9 Helgrind: by njn · 20 years ago
- 00cae24 Rename mac_needs.c as mac_shared.c, which is much more sensible and by njn · 20 years ago
- 51d827b by njn · 20 years ago
- e96be67 by njn · 20 years ago
- 9636482 Avoid compiler warnings. by njn · 20 years ago
- 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 20 years ago
- c7b76a7 by njn · 20 years ago
- a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 20 years ago
- 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 20 years ago
- 1639046 by njn · 20 years ago
- 2521d32 by njn · 20 years ago
- 0e8c765 Enable the epoll system calls on amd64. by tom · 20 years ago
- 5ab96ac Avoid bogus compiler warning. by njn · 20 years ago
- 2d2b154 Remove dead function VG_(exit_single)(). by njn · 20 years ago
- 2bc1012 A crucial, crucial change: update my email address. by njn · 20 years ago
- a4469a7 Avoid compiler warnings. by njn · 20 years ago
- 502badb by njn · 20 years ago
- 4fbc86c by njn · 20 years ago
- 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 20 years ago
- f717537 Yet another index suppression. by tom · 20 years ago
- d58bd92 Add another index suppression. by tom · 20 years ago
- be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 20 years ago
- 50acf1d Try to fix this test case. by njn · 20 years ago
- ad67ade It helps if my changes actually compile... by tom · 20 years ago
- cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 20 years ago
- c10c9de Add expected output file for 64-bit platforms. by sewardj · 20 years ago
- 7d32a73 Add expected output files for 64-bit platforms. by sewardj · 20 years ago
- 1f44386 Add expected output files for 64-bit platforms. by sewardj · 20 years ago
- 1323d1d Add expected output files for 64-bit platforms. by sewardj · 20 years ago
- a0e1656 Tidy up a bit. by sewardj · 20 years ago
- f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 20 years ago
- 9faf3ed Move all the 'scalar' (syscall-arg) tests into x86/. In fact they are by sewardj · 20 years ago
- 3b877f3 Add new acceptable-stderr files. by sewardj · 20 years ago
- f0814a0 Add a new acceptable-output file. by sewardj · 20 years ago
- bd08626 Update expected outputs (better stack traces due to CFI unwinding) by sewardj · 20 years ago
- f69e0bc Move this test to a more sensible place. Originally it was intended by sewardj · 20 years ago
- 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 20 years ago
- 2c27f70 Fix really stupid bug I introduced during recent 64-bitification of by sewardj · 20 years ago
- 14ea685 Don't truncate addresses in error reports. by tom · 20 years ago
- d2c5611 Disable this test for the time being, since the functionality it tests by sewardj · 20 years ago
- bcd7cf3 Fix expected output. It could be that having CFI-based tracebacks by sewardj · 20 years ago
- 1dd628a Update expected output. by sewardj · 20 years ago
- 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 20 years ago
- c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 20 years ago
- 7624567 Improve debug printing by sewardj · 20 years ago
- e53bd99 Handle Iop_Neg{8,16,32}. by sewardj · 20 years ago
- f04fd62 Reset the address encoding to the default before parsing the by tom · 20 years ago
- 9fe96a0 Some suppressions for FC3 amd64 systems. by tom · 20 years ago
- edef146 gcc-3.3.3 is fooled by strings like "linux/include/asm-i386/*.h"; it by sewardj · 20 years ago
- ac7924c Correct header comment. by njn · 20 years ago
- e4ccc01 Fix compile warnings on 32-bit platforms, hopefully without breaking by sewardj · 20 years ago
- e0707a6 Handle DW_CFA_register. by sewardj · 20 years ago
- cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 20 years ago
- 520e349 rm debug printing by sewardj · 20 years ago
- 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 20 years ago
- ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 20 years ago
- bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 20 years ago
- 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 20 years ago
- bf60375 Create and use summary address range limits for the CFI records in by sewardj · 20 years ago
- 3a7cb97 CFI: if summarisation fails, don't add the result to our collection of by sewardj · 20 years ago
- 8eb4132 Fix various other CFI-frame-unwind bits and pieces. by sewardj · 20 years ago
- 325ec87 * handle DW_CFA_offset_extended_sf by sewardj · 20 years ago
- 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 20 years ago
- ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 20 years ago
- 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 20 years ago
- 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 20 years ago
- 21f7ff4 Define N_PRIMARY_MAP to actually generate a 64-bit constant on 64-bit by sewardj · 20 years ago
- d485d69 Even more pissing with inline asm around to placate gcc-3.4 -fpic. We by sewardj · 20 years ago