summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrFMA3Info.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...Craig Topper2018-07-021-8/+12
* [X86] Move the X86InstrFMA3Info class into the cpp file. Expose only a getFMA...Craig Topper2018-06-301-34/+4
* [X86] Don't store register and memory FMA3 opcodes in the same X86InstrFMA3Gr...Craig Topper2018-06-271-68/+13
* [X86] Initialize FMA3Info directly in its constructor instead of relying on s...Craig Topper2018-06-191-17/+1
* [X86] Create X86InstrFMA3Group objects fully in a static table instead of on ...Craig Topper2018-06-181-86/+37
* [X86] Add all the FMA instructions direclty to the load folding table instead...Craig Topper2018-06-171-70/+0
* [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-02-021-4/+7
* Reduce global namespace pollution. NFC.Benjamin Kramer2016-10-181-2/+2
* X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.Vyacheslav Klochkov2016-08-111-0/+315
OpenPOWER on IntegriCloud