1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Vikram S. Adve f5914c9bca 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.

llvm-svn: 7169
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