llvm/lib/Transforms/Instrumentation
Reid Spencer 8a903db499 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 where it can be determined properly
and allows signedness to be removed from VMCore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32654 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-18 08:47:13 +00:00
..
BlockProfiling.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
EdgeProfiling.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
EmitFunctions.cpp For PR950: 2006-10-20 07:07:24 +00:00
Makefile
ProfilingUtils.cpp Convert the last uses of CastInst::createInferredCast to a normal cast 2006-12-18 08:47:13 +00:00
ProfilingUtils.h
RSProfiling.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
RSProfiling.h Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
TraceBasicBlocks.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
TraceValues.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00