llvm-6502/lib/Transforms/Instrumentation
Brian Gaeke ebbc0e9bbf In InsertProfilingInitCall(), make it legal to pass in a null array, in
which case you'll get a null array and zero passed to the profiling function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13336 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-03 22:06:33 +00:00
..
ProfilePaths Start cleaning up this pass so that I can debug it. 2004-03-30 19:53:46 +00:00
BlockProfiling.cpp Split utility functions out of BlockProfiling.cpp 2004-03-08 17:06:13 +00:00
EdgeProfiling.cpp Initial support for edge profiling 2004-03-08 17:54:34 +00:00
EmitFunctions.cpp
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
ProfilingUtils.cpp In InsertProfilingInitCall(), make it legal to pass in a null array, in 2004-05-03 22:06:33 +00:00
ProfilingUtils.h In InsertProfilingInitCall(), make it legal to pass in a null array, in 2004-05-03 22:06:33 +00:00
TraceBasicBlocks.cpp Add initial implementation of basic-block tracing instrumentation pass. 2004-05-03 22:06:32 +00:00
TraceValues.cpp