summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fusedMAC.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* DAG legalisation can now handle illegal fma vector types by scalarisationPete Cooper2012-06-24
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames2012-06-21
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Make this testcase independent of register allocation.Owen Anderson2012-05-31
* Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson2012-05-30
* Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson2012-05-30
* Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...Owen Anderson2012-05-02
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-27
* On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-13
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-11
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-11
* Merge fma.ll into fusedMAC.llEvan Cheng2012-04-11
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-05
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-22