summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/MemoryBuiltins.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Modules] Move the TargetFolder into the Analysis library. Historically,Chandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Teach MemoryBuiltins about address spacesMatt Arsenault2013-12-14
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-03
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-22
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-05
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-05
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-02
* add getUnderlyingObjectSize()Nuno Lopes2013-03-02
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-17
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-25
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-25
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-03
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* MemoryBuiltins:Nuno Lopes2012-06-28
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* move some typedefs so that we don't polute the llvm namespace. this should ap...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* add support for calloc to objectsize loweringNuno Lopes2012-05-03
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* clean up handling of 'free', detangling it from everything else.Chris Lattner2010-11-30
* minor enhancement to llvm::isFreeCall API: return CallInst; no functional changeGabor Greif2010-06-23
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Update computeArraySize() to use ComputeMultiple() to determine the array siz...Victor Hernandez2009-11-10
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-28
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27