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
/
Target
/
X86
/
X86InstrFMA3Info.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-5
/
+3
*
[X86] Remove unnecessary new line escape from the end of a macro. NFC
Craig Topper
2019-06-07
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.
Craig Topper
2018-07-08
1
-7
/
+9
*
[X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...
Craig Topper
2018-07-02
1
-223
/
+132
*
[X86] Move the X86InstrFMA3Info class into the cpp file. Expose only a getFMA...
Craig Topper
2018-06-30
1
-10
/
+30
*
[X86] Don't store register and memory FMA3 opcodes in the same X86InstrFMA3Gr...
Craig Topper
2018-06-27
1
-22
/
+14
*
[X86] Initialize FMA3Info directly in its constructor instead of relying on s...
Craig Topper
2018-06-19
1
-10
/
+1
*
[X86] Create X86InstrFMA3Group objects fully in a static table instead of on ...
Craig Topper
2018-06-18
1
-141
/
+109
*
Revamp llvm::once_flag to be closer to std::once_flag
Kamil Rytarowski
2017-02-05
1
-1
/
+1
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-0
/
+3
*
Reduce global namespace pollution. NFC.
Benjamin Kramer
2016-10-18
1
-0
/
+1
*
X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.
Vyacheslav Klochkov
2016-08-11
1
-0
/
+284