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
*
Merging r344454, r344455, r344645:
Tom Stellard
2018-11-02
1
-49
/
+70
*
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
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-01-19
1
-31
/
+31
*
fix formatting; NFC
Sanjay Patel
2016-01-19
1
-3
/
+4
*
don't repeat documentation comments in implementation file; NFC
Sanjay Patel
2016-01-19
1
-36
/
+0
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-1
/
+1
*
[BuildLibCalls] EmitStrNLen() is dead code. Garbage collect.
Davide Italiano
2015-11-18
1
-26
/
+0
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-18
/
+18
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-78
/
+49
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[SimplifyLibCalls] Factor out fortified libcall handling.
Ahmed Bougacha
2015-01-12
1
-132
/
+0
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-19
/
+19
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-12
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-14
/
+14
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
1
-1
/
+2
*
Revert r203488 and r203520.
Evan Cheng
2014-03-12
1
-67
/
+62
*
Follow up to r203488. Code clean up to eliminate a lot of copy+paste.
Evan Cheng
2014-03-11
1
-215
/
+35
*
For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
2014-03-10
1
-48
/
+233
*
Enable double to float shrinking optimizations for binary functions like 'fmi...
Yi Jiang
2013-12-16
1
-9
/
+37
[next]