index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
MemoryBuiltins.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo (ponted -> pointed)
Matt Arsenault
2013-07-22
1
-7
/
+7
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-11
/
+1
*
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
1
-3
/
+3
*
Clarify comment for function getObjectSize
Arnold Schwaighofer
2013-03-05
1
-1
/
+3
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-1
/
+3
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
1
-0
/
+8
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-3
/
+1
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-1
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-1
/
+1
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-3
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-2
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-8
/
+8
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-22
/
+36
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-1
/
+1
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-3
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+3
*
fold PHI nodes in SizeOffsetEvaluator whenever possible.
Nuno Lopes
2012-07-03
1
-5
/
+7
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-2
/
+2
*
MemoryBuiltins:
Nuno Lopes
2012-06-28
1
-1
/
+4
*
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-22
1
-7
/
+0
*
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
1
-12
/
+13
*
move some typedefs so that we don't polute the llvm namespace. this should ap...
Nuno Lopes
2012-06-21
1
-3
/
+4
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-8
/
+164
*
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
1
-0
/
+11
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
clean up handling of 'free', detangling it from everything else.
Chris Lattner
2010-11-30
1
-0
/
+4
*
minor enhancement to llvm::isFreeCall API: return CallInst; no functional change
Gabor Greif
2010-06-23
1
-2
/
+2
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Update computeArraySize() to use ComputeMultiple() to determine the array siz...
Victor Hernandez
2009-11-10
1
-4
/
+3
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
1
-15
/
+19
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-13
/
+11
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
1
-9
/
+5
*
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-11-05
1
-5
/
+9
*
Extend getMallocArraySize() to determine the array size if the malloc argumen...
Victor Hernandez
2009-10-28
1
-19
/
+6
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-0
/
+92