aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-251-1/+1
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-3/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+2
* Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky2011-04-121-5/+7
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-081-2/+37
* Implementation of path profiling.Andrew Trick2011-01-291-10/+12
* use setArgOperandGabor Greif2010-06-281-6/+6
* 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