aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* fix typosGabor Greif2008-03-061-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+3
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* eliminate use of deprecated apisChris Lattner2007-02-191-2/+4
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-1/+2
* relax some typesChris Lattner2007-01-071-1/+1
* For PR950:Reid Spencer2006-12-311-13/+13
* Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer2006-12-211-7/+4
* Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer2006-12-181-4/+13
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-131-0/+1
* For PR950:Reid Spencer2006-11-271-5/+6
* For PR950:Reid Spencer2006-10-201-2/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-4/+4
* bug 122:Reid Spencer2004-07-181-3/+2
* In InsertProfilingInitCall(), make it legal to pass in a null array, inBrian Gaeke2004-05-031-6/+12
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-3/+3
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-081-0/+102