summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryBuiltins.cpp
Commit message (Expand)AuthorAge
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-09
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-08
* Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman2013-03-08
* Remove trailing whitespaceMichael Ilseman2013-03-08
* Simplify code. No functionality change.Jakub Staszak2013-03-07
* Change NULL to 0.Jakub Staszak2013-03-07
* 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
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-31
* revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes2012-12-31
* minor code simplificationNuno Lopes2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* 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
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* 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
* Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...Benjamin Kramer2012-08-17
* fix PR13390: do not loop forever with self-referencing self instructionsNuno Lopes2012-07-27
* 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
* teach objectsize about strdup() and strndup()Nuno Lopes2012-07-24
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-03
* MemoryBuiltins:Nuno Lopes2012-06-28
* check for the NoAlias attribute through CallSiteNuno Lopes2012-06-25
* simplify code from previous commits (Thanks Duncan)Nuno Lopes2012-06-22
* 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
* fix build in C++11 mode.Nuno Lopes2012-06-21
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* remove calls to calloc if the allocated memory is not used (it was already be...Nuno Lopes2012-05-03
* add support for calloc to objectsize loweringNuno Lopes2012-05-03
* Validate the return type when checking if a function is malloc.Benjamin Kramer2011-11-23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* simplify some code.Chris Lattner2011-06-18
* Add comments for the demanglings. Correct mangled form of operator delete!Nick Lewycky2011-03-17
* Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to theNick Lewycky2011-03-15