aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/MemoryBuiltins.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-221-7/+7
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-11/+1
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-051-3/+3
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-051-1/+3
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-1/+3
* add getUnderlyingObjectSize()Nuno Lopes2013-03-021-0/+8
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-171-3/+1
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-131-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-311-1/+1
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-311-0/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-1/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-3/+2
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-8/+8
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-22/+36
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-171-1/+1
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-3/+1
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-1/+3
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-031-5/+7
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+2
* MemoryBuiltins:Nuno Lopes2012-06-281-1/+4
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-221-7/+0
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-211-12/+13
* move some typedefs so that we don't polute the llvm namespace. this should ap...Nuno Lopes2012-06-211-3/+4
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-211-8/+164
* add support for calloc to objectsize loweringNuno Lopes2012-05-031-0/+11
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* clean up handling of 'free', detangling it from everything else.Chris Lattner2010-11-301-0/+4
* minor enhancement to llvm::isFreeCall API: return CallInst; no functional changeGabor Greif2010-06-231-2/+2
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-101-4/+3
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-15/+19
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-13/+11
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-9/+5
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-5/+9
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-281-19/+6
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-0/+92