summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-4/+4
* reapply r101434Gabor Greif2010-04-161-4/+4
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-4/+4
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-4/+4
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-4/+4
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-4/+4
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-1/+1
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-1/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-2/+2
* 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
* 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
OpenPOWER on IntegriCloud