Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.15 -> 1.16
RSProfiling.cpp updated: 1.19 -> 1.20
---
Log message:
eliminate use of deprecated apis
---
Diffs of the changes: (+6 -3)
ProfilingUtils.cpp |6 --
RSProfiling.cpp|3 ++-
2 fi
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.14 -> 1.15
---
Log message:
Eliminate use of ctors that take vectors.
---
Diffs of the changes: (+2 -1)
ProfilingUtils.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/T
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.13 -> 1.14
RSProfiling.cpp updated: 1.14 -> 1.15
TraceBasicBlocks.cpp updated: 1.20 -> 1.21
TraceValues.cpp updated: 1.79 -> 1.80
---
Log message:
relax some types
---
Diffs of the changes: (+20 -21)
Pr
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.11 -> 1.12
---
Log message:
Remove isSigned calls via foreknowledge of main's argument types.
---
Diffs of the changes: (+4 -7)
ProfilingUtils.cpp | 11 ---
1 files changed, 4 insertions(+), 7
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.10 -> 1.11
---
Log message:
Convert the last uses of CastInst::createInferredCast to a normal cast
creation. These changes are still temporary but at least this pushes
knowledge of signedness out closer to
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.9 -> 1.10
TraceValues.cpp updated: 1.77 -> 1.78
---
Log message:
Replace CastInst::createInferredCast calls with more accurate cast
creation calls.
---
Diffs of the changes: (+3 -2)
ProfilingUtils.cpp |
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.8 -> 1.9
TraceValues.cpp updated: 1.76 -> 1.77
---
Log message:
For PR950: http://llvm.org/PR950 :
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction.
Changes in directory llvm/lib/Transforms/Instrumentation:
ProfilingUtils.cpp updated: 1.6 -> 1.7
TraceBasicBlocks.cpp updated: 1.12 -> 1.13
TraceValues.cpp updated: 1.74 -> 1.75
---
Log message:
When a function takes a variable number of pointer arguments, with a zero
pointer marking the end of