summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
AgeCommit message (Expand)Author
2018-07-08[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.Craig Topper
2018-07-02[X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...Craig Topper
2018-06-30[X86] Move the X86InstrFMA3Info class into the cpp file. Expose only a getFMA...Craig Topper
2018-06-27[X86] Don't store register and memory FMA3 opcodes in the same X86InstrFMA3Gr...Craig Topper
2018-06-19[X86] Initialize FMA3Info directly in its constructor instead of relying on s...Craig Topper
2018-06-18[X86] Create X86InstrFMA3Group objects fully in a static table instead of on ...Craig Topper
2017-02-05Revamp llvm::once_flag to be closer to std::once_flagKamil Rytarowski
2017-02-02[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-10-18Reduce global namespace pollution. NFC.Benjamin Kramer
2016-08-11X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.Vyacheslav Klochkov