summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAge
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-23
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* fix typosGabor Greif2008-03-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* eliminate use of deprecated apisChris Lattner2007-02-19
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* relax some typesChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer2006-12-21
* 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