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
/
TargetLibraryInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-2
/
+1
*
[TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML calls
Sanjay Patel
2018-06-07
1
-0
/
+16
*
[Analysis] Only use _unlocked stdio functions on linux
Martin Storsjo
2018-05-17
1
-1
/
+2
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
1
-1
/
+41
*
[Analysis] Validate the return type of s(n)printf like libcalls
Martin Storsjo
2018-05-11
1
-2
/
+4
*
Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"
Matt Morehouse
2018-04-27
1
-41
/
+1
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-04-26
1
-1
/
+41
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+28
*
Revert "[Analysis] Support aligned new/delete functions."
Eric Fiselier
2018-04-04
1
-28
/
+0
*
[Analysis] Support aligned new/delete functions.
Eric Fiselier
2018-04-04
1
-0
/
+28
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-2
/
+2
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[Analysis] Disable calls to *_finite and other glibc-only functions on Android.
Chih-Hung Hsieh
2018-01-31
1
-12
/
+6
*
[Analysis] Disable exp/exp2/pow finite lib calls on Android with -ffast-math.
MinSeong Kim
2018-01-23
1
-0
/
+9
*
[TargetLibraryInfo] fix finite mathlib function availability
Sanjay Patel
2018-01-08
1
-44
/
+44
*
[TargetLibraryInfo] Discard library functions with incorrectly sized integers
Igor Laevsky
2017-12-18
1
-3
/
+3
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
1
-0
/
+22
*
[TargetLibraryInfo] fix documentation comment; NFC
Sanjay Patel
2017-12-15
1
-3
/
+3
*
TargetLibraryInfo: Stop guessing wchar_t size
Matthias Braun
2017-09-26
1
-10
/
+1
*
Revert "Add pthread_self function prototype and make it speculatable."
Xin Tong
2017-05-21
1
-9
/
+0
*
Add pthread_self function prototype and make it speculatable.
Xin Tong
2017-05-20
1
-0
/
+9
*
Fix breakage after r303461
Matthias Braun
2017-05-20
1
-1
/
+5
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-0
/
+12
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
1
-1
/
+1
*
[TLI] Add mapping for various '__<func>_finite' forms of the math routines to...
Andrew Kaylor
2017-05-12
1
-0
/
+24
*
[TLI] Add declarations for various math header file routines from math-finite...
Andrew Kaylor
2017-05-12
1
-0
/
+86
*
TargetLibraryInfo: Introduce wcslen
Matthias Braun
2017-05-05
1
-0
/
+4
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-569
/
+569
*
[TLI] Appease spurious MSVC warning using llvm_unreachable. NFC.
Ahmed Bougacha
2017-01-17
1
-1
/
+2
*
[TLI] Add prototype checking for all remaining LibFuncs.
Ahmed Bougacha
2017-01-17
1
-31
/
+186
*
[TLI] Alphabetize some of the prototype check switch. NFC.
Ahmed Bougacha
2017-01-17
1
-27
/
+27
*
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
Davide Italiano
2016-12-15
1
-3
/
+3
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[TLI] Fix breakage introduced by D21739.
Marcin Koscielnicki
2016-11-21
1
-19
/
+19
*
[TLI] Add functions determining if int parameters/returns should be zeroext/s...
Marcin Koscielnicki
2016-11-21
1
-2
/
+32
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Use StringRef in TLI instead of raw pointer (NFC)
Mehdi Amini
2016-10-01
1
-15
/
+13
*
[TLI] isdigit / isascii / toascii param type should match return type (PR30484)
Sanjay Patel
2016-09-23
1
-1
/
+4
*
[InferAttributes] Don't access parameters that don't exist.
Michael Kuperstein
2016-09-20
1
-2
/
+2
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-0
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+4
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
1
-0
/
+1
*
Initial support for vectorization using svml (short vector math library).
Matt Masten
2016-07-29
1
-1
/
+71
*
test commit
Matt Masten
2016-07-27
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
*
[TargetLibraryInfo] Reduce code duplication.
Davide Italiano
2016-06-21
1
-9
/
+1
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-2
/
+4
[next]