summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAge
* Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer2006-12-18
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-13
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-10-20
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* bug 122:Reid Spencer2004-07-18
* In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke2004-05-03
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-05
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-08