summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryBuiltins.cpp
AgeCommit message (Expand)Author
2017-08-16[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-07-12[MemoryBuiltins] Allow truncation in visitAllocaInst()Mikael Holmen
2017-07-01fix trivial typos, NFCHiroshi Inoue
2017-04-18[MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can check for both at ...Craig Topper
2017-04-18[MemoryBuiltins] Use ImmutableCallSite instead of CallSite to remove a const_...Craig Topper
2017-04-14[IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner
2017-03-21Let llvm.objectsize be conservative with null pointersGeorge Burgess IV
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-01-23[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones
2016-12-27[Analysis] Ignore `nobuiltin` on `allocsize` function calls.George Burgess IV
2016-12-27[Analysis] Refactor as promised in r290397.George Burgess IV
2016-12-23Don't consider allocsize functions to be allocation functions.George Burgess IV
2016-12-20[Analysis] Centralize objectsize lowering logic.George Burgess IV
2016-12-20Replace std::find_if with llvm::find_if. NFC.George Burgess IV
2016-08-25Make some LLVM_CONSTEXPR variables const. NFC.George Burgess IV
2016-07-07fix formatting; NFCSanjay Patel
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer
2016-04-13Calculate __builtin_object_size when pointer depends on a conditionPetar Jovanovic
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-08Don't IPO over functions that can be de-refinedSanjoy Das
2016-02-09[MemoryBuiltins] Fix an issue with hasNoAliasAttrSanjoy Das
2016-01-14Update to use new name alignTo().Rui Ueyama
2016-01-04[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...Philip Reames
2015-12-29[MemoryBuiltins] Delete dead code [NFC]Philip Reames
2015-12-03[Analysis] Become aware of MSVC's new/delete functionsDavid Majnemer
2015-11-17Specify explicit storage type for AllocType. NFC.George Burgess IV
2015-10-24Use find_if to simplify control flow. NFC.Benjamin Kramer
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-03-09DCE: isArrayMalloc() is not used neither in LLVM nor ClangMehdi Amini
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth
2015-01-15For PR21145: recognise a builtin call to a known deallocation function even ifRichard Smith
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-10-03PR21145: Teach LLVM about C++14 sized deallocation functions.Richard Smith
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-01-28Update optimization passes to handle inalloca argumentsReid Kleckner
2013-12-14Teach MemoryBuiltins about address spacesMatt Arsenault
2013-10-24fix PR17635: false positive with packed structuresNuno Lopes
2013-10-03Rename DataLayout variables TD -> DLMatt Arsenault
2013-09-29ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer
2013-09-24MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer
2013-09-24MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer
2013-09-24MemoryBuiltins: Fix operator new bits.Benjamin Kramer
2013-09-24Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer
2013-07-21Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith
2013-06-27Added support for the Builtin attribute.Michael Gottesman
2013-05-16Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem