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

2007-02-18 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp

2007-02-12 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp RSProfiling.cpp TraceBasicBlocks.cpp TraceValues.cpp

2007-01-07 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp

2006-12-20 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp

2006-12-18 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp TraceValues.cpp

2006-12-12 Thread Reid Spencer
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 |

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp TraceValues.cpp

2006-11-26 Thread Reid Spencer
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.

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp TraceBasicBlocks.cpp TraceValues.cpp

2005-10-22 Thread Jeff Cohen
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