Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h updated: 1.4 -> 1.5
---
Log message:
Drop 'const'
---
Diffs of the changes: (+1 -1)
RSProfiling.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Transforms/RSProfiling.h
diff -u llvm/incl
Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h updated: 1.3 -> 1.4
---
Log message:
Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.
---
Dif
Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h updated: 1.2 -> 1.3
---
Log message:
Do not use typeinfo to identify pass in pass manager.
---
Diffs of the changes: (+3 -0)
RSProfiling.h |3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/Transforms/RSP
Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h added (r1.1)
LinkAllPasses.h updated: 1.26 -> 1.27
Instrumentation.h updated: 1.9 -> 1.10
---
Log message:
Added documented rsprofiler interface. Also remove new profiler passes, the
old ones have been updated to implement the in