aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
AgeCommit message (Expand)Author
2008-05-23Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-06fix typosGabor Greif
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-02-19eliminate use of deprecated apisChris Lattner
2007-02-13Eliminate use of ctors that take vectors.Chris Lattner
2007-01-07relax some typesChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-21Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer
2006-12-18Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer
2006-12-13Replace CastInst::createInferredCast calls with more accurate castReid Spencer
2006-11-27For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-07-18bug 122:Reid Spencer
2004-05-03In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-03-08Split utility functions out of BlockProfiling.cppChris Lattner