summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryBuiltins.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* 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
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-29
* MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer2013-09-24
* MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-24
* MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-24
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith2013-05-16
* 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