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
*
No longer generate calls to *_finite
serge-sans-paille
2020-02-28
1
-0
/
+3
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-4
/
+2
*
[TLI] Support for per-Function TLI that overrides available libfuncs
Teresa Johnson
2019-12-16
1
-18
/
+8
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
1
-0
/
+16
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[TLI][AMDGPU] AMDPAL does not have library functions
Tim Renouf
2019-09-11
1
-12
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-8
/
+0
*
[TargetLibraryInfo] Define enumerator for no library function (NFC)
Evandro Menezes
2019-09-04
1
-0
/
+1
*
[TLI] Simplify code. NFCI.
Benjamin Kramer
2019-08-24
1
-9
/
+4
*
Fix some accidental global initializers by using StringLiteral instead of Str...
Benjamin Kramer
2019-08-24
1
-2
/
+3
*
[AMDGPU] Printf runtime binding pass
Stanislav Mekhanoshin
2019-08-12
1
-0
/
+1
*
TLI: darwin does not support _bcmp
Alex Lorenz
2019-08-07
1
-1
/
+1
*
[TLI][NFC] Fixed typo
David Bolvansky
2019-08-05
1
-1
/
+1
*
Initial support for IBM MASS vector library
Nemanja Ivanovic
2019-06-05
1
-0
/
+10
*
[SimplifyLibCalls] Fold more fortified functions into non-fortified variants
Erik Pilkington
2019-05-31
1
-0
/
+53
*
Add Triple::isPPC64()
Fangrui Song
2019-05-16
1
-2
/
+2
*
Compile time tweak for libcall lookup
Philip Reames
2019-05-09
1
-0
/
+5
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-7
/
+6
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-6
/
+7
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-7
/
+6
*
NFC: Refactor library-specific mappings of scalar maths functions to their ve...
Nemanja Ivanovic
2019-04-09
1
-139
/
+4
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
1
-2
/
+13
*
[SelectionDAG] Allow the user to specify a memeq function.
Clement Courbet
2019-03-08
1
-0
/
+13
*
[TargetLibraryInfo] Update run time support for Windows
Evandro Menezes
2019-02-11
1
-47
/
+39
*
[TargetLibraryInfo] Update run time support for Windows
Evandro Menezes
2019-02-11
1
-35
/
+64
*
[TargetLibraryInfo] Regroup run time functions for Windows (NFC)
Evandro Menezes
2019-02-05
1
-38
/
+37
*
Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"
Evandro Menezes
2019-02-04
1
-59
/
+53
*
[PATCH] [TargetLibraryInfo] Update run time support for Windows
Evandro Menezes
2019-02-04
1
-53
/
+59
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert unapproved commit
Joel Jones
2018-11-24
1
-154
/
+4
*
[AArch64] Enable libm vectorized functions via SLEEF
Joel Jones
2018-11-24
1
-4
/
+154
*
Fix unit tests after patch https://reviews.llvm.org/rL346313
Calixte Denizet
2018-11-07
1
-5
/
+1
*
[GCOV] Flush counters before to avoid counting the execution before fork twic...
Calixte Denizet
2018-11-07
1
-0
/
+24
*
Disable calls to *_finite and other glibc-only functions on Musl.
Eli Friedman
2018-11-06
1
-5
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
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
[next]