index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
MemoryBuiltins.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make llvm.objectsize more conservative with null
George Burgess IV
2018-07-09
1
-1
/
+8
*
[InstCombine] Remove calloc transformations
David Bolvansky
2018-05-22
1
-1
/
+1
*
[InstCombine] Calloc-ed strings optimizations
David Bolvansky
2018-05-22
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+17
*
Revert "[Analysis] Support aligned new/delete functions."
Eric Fiselier
2018-04-04
1
-17
/
+0
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+17
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-1
/
+1
*
[MemoryBuiltins] Check nobuiltin status when identifying calls to free.
Benjamin Kramer
2018-02-20
1
-10
/
+8
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-16
1
-10
/
+23
*
[MemoryBuiltins] Allow truncation in visitAllocaInst()
Mikael Holmen
2017-07-12
1
-17
/
+24
*
fix trivial typos, NFC
Hiroshi Inoue
2017-07-01
1
-2
/
+2
*
[MemoryBuiltins] Add isMallocOrCallocLikeFn so BasicAA can check for both at ...
Craig Topper
2017-04-18
1
-0
/
+9
*
[MemoryBuiltins] Use ImmutableCallSite instead of CallSite to remove a const_...
Craig Topper
2017-04-18
1
-4
/
+4
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-1
/
+1
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-16
/
+22
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-48
/
+48
*
[Analysis] Ignore `nobuiltin` on `allocsize` function calls.
George Burgess IV
2016-12-27
1
-10
/
+15
*
[Analysis] Refactor as promised in r290397.
George Burgess IV
2016-12-27
1
-16
/
+22
*
Don't consider allocsize functions to be allocation functions.
George Burgess IV
2016-12-23
1
-23
/
+28
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-0
/
+30
*
Replace std::find_if with llvm::find_if. NFC.
George Burgess IV
2016-12-20
1
-5
/
+4
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-1
/
+1
*
fix formatting; NFC
Sanjay Patel
2016-07-07
1
-16
/
+15
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-2
/
+2
*
Calculate __builtin_object_size when pointer depends on a condition
Petar Jovanovic
2016-04-13
1
-14
/
+35
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-55
/
+101
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
[MemoryBuiltins] Fix an issue with hasNoAliasAttr
Sanjoy Das
2016-02-09
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...
Philip Reames
2016-01-04
1
-7
/
+0
*
[MemoryBuiltins] Delete dead code [NFC]
Philip Reames
2015-12-29
1
-7
/
+0
*
[Analysis] Become aware of MSVC's new/delete functions
David Majnemer
2015-12-03
1
-2
/
+22
*
Specify explicit storage type for AllocType. NFC.
George Burgess IV
2015-11-17
1
-1
/
+1
*
Use find_if to simplify control flow. NFC.
Benjamin Kramer
2015-10-24
1
-10
/
+5
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-5
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-25
/
+21
*
DCE: isArrayMalloc() is not used neither in LLVM nor Clang
Mehdi Amini
2015-03-09
1
-17
/
+0
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
For PR21145: recognise a builtin call to a known deallocation function even if
Richard Smith
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
PR21145: Teach LLVM about C++14 sized deallocation functions.
Richard Smith
2014-10-03
1
-1
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-27
/
+27
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-2
/
+2
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-1
/
+1
*
Teach MemoryBuiltins about address spaces
Matt Arsenault
2013-12-14
1
-5
/
+11
[next]