Make MemoryBuiltins aware of TargetLibraryInfo.
[oota-llvm.git] / lib / Analysis / MemoryBuiltins.cpp
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-03 Nuno Lopesfold PHI nodes in SizeOffsetEvaluator whenever possible.
2012-06-28 Nuno LopesMemoryBuiltins:
2012-06-25 Nuno Lopescheck for the NoAlias attribute through CallSite
2012-06-22 Nuno Lopessimplify code from previous commits (Thanks Duncan)
2012-06-22 Nuno Lopesremove extractMallocCallFromBitCast, since it was tailo...
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Nuno Lopesfix build in C++11 mode.
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2011-11-23 Benjamin KramerValidate the return type when checking if a function...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-18 Chris Lattnersimplify some code.
2011-03-17 Nick LewyckyAdd comments for the demanglings. Correct mangled form...
2011-03-15 Nick LewyckyAdd C++ global operator {new,new[],delete,delete[]...
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-23 Gabor Greifuse ArgOperand getters
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-11-18 Dan GohmanSimplify ComputeMultiple so that it doesn't depend...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Victor HernandezChanges requested (avoid getFunction(), avoid Type...
2009-11-03 Victor HernandezChanges (* location in pointer variables, avoiding...
2009-11-02 Victor HernandezSet bit instead of calling pow() to compute 2 << n
2009-11-02 Edward O'CallaghanFix for warning seen on DF-BSD, Victor, please fix...
2009-10-29 Zhongxing Xufix 80-col.
2009-10-29 Zhongxing XuExplicitly convert to double to suppress Visual C+...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins