index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
MemoryBuiltins.cpp
Age
Commit message (
Expand
)
Author
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-08
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-03-08
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
Remove trailing whitespace
Michael Ilseman
2013-03-07
Simplify code. No functionality change.
Jakub Staszak
2013-03-07
Change NULL to 0.
Jakub Staszak
2013-03-02
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
add getUnderlyingObjectSize()
Nuno Lopes
2013-01-17
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
minor code simplification
Nuno Lopes
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-17
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-07-27
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-24
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-03
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-06-28
MemoryBuiltins:
Nuno Lopes
2012-06-25
check for the NoAlias attribute through CallSite
Nuno Lopes
2012-06-22
simplify code from previous commits (Thanks Duncan)
Nuno Lopes
2012-06-22
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-21
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
fix build in C++11 mode.
Nuno Lopes
2012-06-21
hopefully fix the buildbots: some tests have wrong definitions of malloc and...
Nuno Lopes
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-05-03
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2011-11-23
Validate the return type when checking if a function is malloc.
Benjamin Kramer
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-18
simplify some code.
Chris Lattner
2011-03-17
Add comments for the demanglings. Correct mangled form of operator delete!
Nick Lewycky
2011-03-15
Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the
Nick Lewycky
[next]