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
/
test
/
CodeGen
/
X86
/
fma_patterns.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma_patterns.ll"
Cameron McInally
2019-06-13
1
-304
/
+0
*
[DAGCombine] GetNegatedExpression - constant float vector support (PR42105)
Simon Pilgrim
2019-06-11
1
-18
/
+18
*
[NFC][CodeGen] Add unary fneg tests to X86/fma_patterns.ll
Cameron McInally
2019-06-06
1
-0
/
+304
*
[X86] Force floating point values in constant pool decoding to print in scien...
Craig Topper
2018-10-29
1
-30
/
+30
*
[DAGCombiner] allow undef elts in vector fma matching
Sanjay Patel
2018-10-15
1
-66
/
+126
*
[x86] add tests for fma with undef elts; NFC
Sanjay Patel
2018-10-15
1
-0
/
+98
*
[DAGCombiner] allow undef elts in vector fma matching
Sanjay Patel
2018-10-15
1
-30
/
+60
*
[x86] add tests for fma with undef elts; NFC
Sanjay Patel
2018-10-15
1
-0
/
+46
*
[X86] Standardize floating point assembly comments
Simon Pilgrim
2018-10-02
1
-17
/
+17
*
[X86] Regenerate fma comments.
Simon Pilgrim
2018-09-29
1
-128
/
+128
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-216
/
+216
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-08-03
1
-1
/
+1
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-2
/
+2
*
[X86][FMA] Regenerate test with broadcast comments.
Simon Pilgrim
2017-07-26
1
-7
/
+7
*
[AVX-512] Fix the execution domain for scalar FMA instructions.
Craig Topper
2017-02-25
1
-1
/
+1
*
X86: Add checks for fma_patterns[_wide].ll with -enable-no-infs-fp-math
Nicolai Haehnle
2016-12-08
1
-359
/
+650
*
[DAGCombiner] do not fold (fmul (fadd X, 1), Y) -> (fmad X, Y, Y) by default
Nicolai Haehnle
2016-12-02
1
-54
/
+138
*
[X86] Don't lower FABS/FNEG masking directly to a ConstantPool load. Just cre...
Craig Topper
2016-08-29
1
-5
/
+17
*
[AVX-512] Fix duplicate column in AVX512 execution dependency table that was ...
Craig Topper
2016-08-01
1
-2
/
+2
*
[AVX512] Add load folding support for the unmasked forms of the FMA instructi...
Craig Topper
2016-07-25
1
-4
/
+2
*
[AVX512] Implement commuting support for EVEX encoded FMA3 instructions.
Craig Topper
2016-07-23
1
-41
/
+23
*
[AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X physreg moves when ...
Craig Topper
2016-07-18
1
-18
/
+18
*
[AVX512] Add VLX 128/256-bit SET0 operations that encode to 128/256-bit EVEX ...
Craig Topper
2016-05-08
1
-2
/
+3
*
X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.
Vyacheslav Klochkov
2015-12-09
1
-1
/
+1
*
[X86][FMA4] Explicitly set the domain of FMA4 float/double scalar instructions
Simon Pilgrim
2015-12-05
1
-1
/
+1
*
[X86][FMA] Optimize FNEG(FMUL) Patterns
Simon Pilgrim
2015-12-02
1
-1
/
+84
*
[X86][FMA4] Prefer FMA4 to FMA
Simon Pilgrim
2015-11-30
1
-1
/
+1
*
[X86][FMA] More thorough FMA tests
Simon Pilgrim
2015-11-28
1
-149
/
+358
*
[X86][FMA] Begun adding AVX512 FMA tests
Simon Pilgrim
2015-11-26
1
-379
/
+612
*
[X86][FMA] Optimize FNEG(FMA) Patterns
Simon Pilgrim
2015-11-24
1
-0
/
+68
*
[X86][FMA] Regenerate tests.
Simon Pilgrim
2015-11-22
1
-8
/
+8
*
Improved the operands commute transformation for X86-FMA3 instructions.
Andrew Kaylor
2015-11-06
1
-12
/
+9
*
[DAGCombiner] Improved FMA combine support for vectors
Simon Pilgrim
2015-10-11
1
-151
/
+185
*
[DAGCombiner] Improve FMA support for interpolation patterns
Simon Pilgrim
2015-09-21
1
-0
/
+305
*
[X86][FMA] Refreshed fma tests
Simon Pilgrim
2015-09-12
1
-105
/
+159
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-2
/
+2
*
Improve logic that decides if its profitable to commute when some of the virt...
Craig Topper
2014-11-05
1
-2
/
+2
*
Disambiguate function names in some CodeGen tests. (Some tests were using fun...
Stephen Lin
2013-07-18
1
-4
/
+4
*
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
1
-0
/
+29
*
Mark FMA3 instructions as commutable so that the operands to the multiply par...
Craig Topper
2012-08-31
1
-15
/
+15
*
Add support for converting llvm.fma to fma4 instructions.
Craig Topper
2012-08-31
1
-0
/
+43
*
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...
NAKAMURA Takumi
2012-08-27
1
-1
/
+1
*
FMA3 tests on bdver2 target for changes made in rev 162012. Also made
Anitha Boyapati
2012-08-27
1
-0
/
+1
*
Line endings.
Matt Beaumont-Gay
2012-08-01
1
-139
/
+139
*
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-08-01
1
-0
/
+139