summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilingUtils.cpp
Commit message (Expand)AuthorAge
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-25
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* Consider ConstantAggregateZero as well as ConstantArray/Struct.Nick Lewycky2011-04-12
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-08
* Implementation of path profiling.Andrew Trick2011-01-29
* use setArgOperandGabor Greif2010-06-28
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-05
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* 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