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
...
*
[WebAssembly] Re-enable loop idiom recognition for memcpy et al.
Dan Gohman
2016-01-19
1
-3
/
+1
*
Use std::is_sorted and std::none_of instead of manual loops. NFC
Craig Topper
2016-01-03
1
-7
/
+6
*
AMDGPU: mark ldexp LibCalls as unavailable
Nicolai Hahnle
2015-12-15
1
-0
/
+7
*
[TargetLibraryInfo] Add support for fls, flsl, flsll.
Davide Italiano
2015-11-09
1
-0
/
+10
*
TvOS: add missing support for some libcalls.
Tim Northover
2015-11-02
1
-0
/
+7
*
[LibraryInfo] Point to FreeBSD HEAD repo and not to a dolphin branch.
Davide Italiano
2015-11-01
1
-2
/
+2
*
ARM: teach backend about WatchOS and TvOS libcalls.
Tim Northover
2015-10-28
1
-2
/
+8
*
WebAssembly: disable some loop-idiom recognition
JF Bastien
2015-10-28
1
-1
/
+3
*
Populate list of vectorizable functions for Accelerate library.
Michael Zolotukhin
2015-05-07
1
-4
/
+32
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-3
/
+1
*
TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
2015-03-17
1
-0
/
+34
*
TLI: Add interface for querying whether a function is vectorizable.
Michael Zolotukhin
2015-03-17
1
-0
/
+70
*
Make static variables const if possible. Makes them go into a read-only section.
Benjamin Kramer
2015-03-08
1
-7
/
+6
*
Move TargetLibraryInfo data from two files into one common .def file.
Jan Wen Voung
2015-03-03
1
-330
/
+2
*
TLI: Factor out sanitizeFunctionName. NFC.
Michael Zolotukhin
2015-03-02
1
-6
/
+14
*
TLI: Use lambda. NFC.
Michael Zolotukhin
2015-03-02
1
-20
/
+4
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
1
-15
/
+40
*
[PM] Port TargetLibraryInfo to the new pass manager, provided by the
Chandler Carruth
2015-01-15
1
-1
/
+22
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-17
/
+27
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-0
/
+754
[prev]