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
/
Transforms
/
Utils
/
BuildLibCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FunctionAttrs] Added noalias for memccpy/mempcpy arguments
David Bolvansky
2019-09-30
1
-2
/
+11
*
[SLC] Convert some strndup calls to strdup calls
David Bolvansky
2019-09-23
1
-0
/
+6
*
[BuildLibCalls] Noalias annotation
David Bolvansky
2019-08-14
1
-0
/
+16
*
[Transforms] Add a emitBinaryFloatFnCall() version that fetches the function ...
Evandro Menezes
2019-08-09
1
-9
/
+35
*
[Transforms] Rename hasUnaryFloatFn() and getUnaryFloatFn() (NFC)
Evandro Menezes
2019-08-09
1
-9
/
+8
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-0
/
+11
*
[SimplifyLibCalls] Fold more fortified functions into non-fortified variants
Erik Pilkington
2019-05-31
1
-0
/
+71
*
NFC: Pull out a function to reduce some duplication
Erik Pilkington
2019-05-31
1
-110
/
+57
*
[SelectionDAG] Allow the user to specify a memeq function.
Clement Courbet
2019-03-08
1
-9
/
+22
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-63
/
+87
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-87
/
+63
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-63
/
+87
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add a emitUnaryFloatFnCall version that fetches the function name from TLI
Mikael Holmen
2018-10-18
1
-4
/
+43
*
[InstCombine] Cleanup libfunc attribute inferring
David Bolvansky
2018-10-16
1
-52
/
+69
*
[InstCombine] Fixed crash with aliased functions
David Bolvansky
2018-10-13
1
-21
/
+25
*
[InstCombine] Don't transform sin/cos -> tanl if for half types
Benjamin Kramer
2018-09-19
1
-0
/
+2
*
[LibCalls] Added returned attribute to libcalls
David Bolvansky
2018-08-23
1
-3
/
+16
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[InstCombine] Fix the signature of fgets_unlocked.
Benjamin Kramer
2018-05-16
1
-2
/
+2
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
1
-0
/
+124
*
Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"
Matt Morehouse
2018-04-27
1
-124
/
+0
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-04-26
1
-0
/
+124
*
Merging r46043:
David Bolvansky
2018-04-25
1
-3
/
+3
*
[SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
Sanjay Patel
2018-04-18
1
-0
/
+37
*
Simplification of libcall like printf->puts must check for RtLibUseGOT metadata.
Sriraman Tallam
2018-04-10
1
-0
/
+11
*
[InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)
Dmitry Venikov
2018-01-11
1
-0
/
+13
*
Add argmononly attribute to strlen and wcslen, i.e. they only read memory (st...
Xin Tong
2017-06-18
1
-0
/
+1
*
Revert "Add pthread_self function prototype and make it speculatable."
Xin Tong
2017-05-21
1
-12
/
+0
*
Add pthread_self function prototype and make it speculatable.
Xin Tong
2017-05-20
1
-0
/
+12
*
TargetLibraryInfo: Introduce wcslen
Matthias Braun
2017-05-05
1
-0
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-175
/
+174
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+7
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-17
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-16
/
+17
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-17
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-25
/
+27
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-27
/
+25
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-11
/
+11
*
[BuildLibCalls] emitPutChar should infer function attributes for putchar
Craig Topper
2017-03-17
1
-0
/
+1
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-196
/
+196
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
1
-0
/
+1
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
1
-1
/
+0
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
1
-0
/
+1
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
1
-1
/
+0
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
1
-0
/
+1
*
[InferAttrs] Mark memset_pattern16 params nocapture.
Ahmed Bougacha
2016-04-27
1
-0
/
+2
*
[TLI] Unify LibFunc attribute inference. NFCI.
Ahmed Bougacha
2016-04-27
1
-110
/
+718
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-1
/
+0
*
getParent()->getParent() == getModule() ; NFC
Sanjay Patel
2016-01-19
1
-15
/
+15
[next]