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
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-5
/
+6
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-6
/
+5
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-5
/
+6
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-3
/
+3
*
[InstCombine] Annotate strdup with deref_or_null
David Bolvansky
2019-09-17
1
-0
/
+7
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-3
/
+28
*
Annotate return values of allocation functions with dereferenceable_or_null
David Bolvansky
2019-08-28
1
-0
/
+7
*
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
Guillaume Chatelet
2019-08-21
1
-1
/
+1
*
OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.
Tim Northover
2019-07-11
1
-1
/
+1
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-18
/
+37
*
Fix a hang when lowering __builtin_dynamic_object_size
Erik Pilkington
2019-04-10
1
-4
/
+18
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-16
/
+35
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reverting r340807.
Andrew Kaylor
2018-08-30
1
-1
/
+1
*
Fix in getAllocationDataForFunction
David Chisnall
2018-08-28
1
-1
/
+1
*
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
[next]