[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.h

2007-02-03 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Instrumentation: RSProfiling.h updated: 1.3 -> 1.4 --- Log message: For PR1163: http://llvm.org/PR1163 : Make the Module's dependent library use a std::vector instead of SetVector adjust #includes in .cpp files because SetVector.h is no longer included.

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.h RSProfiling.cpp BlockProfiling.cpp

2005-11-28 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Instrumentation: RSProfiling.h updated: 1.1 -> 1.2 RSProfiling.cpp updated: 1.2 -> 1.3 BlockProfiling.cpp updated: 1.13 -> 1.14 --- Log message: Added documented rsprofiler interface. Also remove new profiler passes, the old ones have been updated to im