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
/
include
/
llvm
/
Analysis
/
MemoryBuiltins.h
Age
Commit message (
Expand
)
Author
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-03-05
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
Clarify comment for function getObjectSize
Arnold Schwaighofer
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
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
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-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-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-03
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-28
MemoryBuiltins:
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
move some typedefs so that we don't polute the llvm namespace. this should ap...
Nuno Lopes
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2010-11-30
clean up handling of 'free', detangling it from everything else.
Chris Lattner
2010-06-23
minor enhancement to llvm::isFreeCall API: return CallInst; no functional change
Gabor Greif
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-11-10
Update computeArraySize() to use ComputeMultiple() to determine the array siz...
Victor Hernandez
2009-11-07
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-05
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-10-28
Extend getMallocArraySize() to determine the array size if the malloc argumen...
Victor Hernandez
2009-10-27
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez