llvm-6502/lib/Transforms/Instrumentation
Vikram S. Adve 919fc8c367 Trace loads and stores as they happen (stores were being
remembered in valuesStoredInFunction, but never traced at function return,
and that's too late to be finding the error anyway).
Stores trace both the value and the address being stored to,
but after some experience I think only values should be traced.
The pointer hash table just fills up far too quickly if every
store address were traced.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7169 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-11 21:57:43 +00:00
..
ProfilePaths Added functionality to instrmentation pass 2003-07-10 21:55:57 +00:00
EmitFunctions.cpp Make this work with counter > 127 2003-06-04 20:08:47 +00:00
Makefile Build subdirs in parallel 2002-10-01 22:36:35 +00:00
TraceValues.cpp Trace loads and stores as they happen (stores were being 2003-07-11 21:57:43 +00:00