[MemoryBuiltins] Delete dead code [NFC]
[oota-llvm.git] / lib / Analysis / MemoryBuiltins.cpp
2015-12-29 Philip Reames[MemoryBuiltins] Delete dead code [NFC]
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-11-17 George Burgess IVSpecify explicit storage type for AllocType. NFC.
2015-10-24 Benjamin KramerUse find_if to simplify control flow. NFC.
2015-10-10 Duncan P. N. Exon... Analysis: Remove implicit ilist iterator conversions
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Mehdi AminiDCE: isArrayMalloc() is not used neither in LLVM nor...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-15 Richard SmithFor PR21145: recognise a builtin call to a known deallo...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2013-12-14 Matt ArsenaultTeach MemoryBuiltins about address spaces
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-24 Benjamin KramerMemoryBuiltins: Remove posix_memalign from the list...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-24 Benjamin KramerMemoryBuiltins: Fix operator new bits.
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-05-16 Richard SmithRespect the 'nobuiltin' attribute when determining...
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-03-08 Michael IlsemanEarly exit from getAllocationData() and isFreeCall...
2013-03-08 Michael IlsemanRemove trailing whitespace
2013-03-07 Jakub StaszakSimplify code. No functionality change.
2013-03-07 Jakub StaszakChange NULL to 0.
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Nuno Lopesrevert r171306, since we cannot compare APInts with...
2012-12-31 Nuno Lopesminor code simplification
2012-12-31 Nuno Lopesadd support for GlobalAlias to ObjectSizeOffsetVisitor
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
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