aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-13/+22
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-7/+4
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-3/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-14/+14
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-12/+17
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-2/+2
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-4/+4
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+119