Make this testcase independent of register allocation.
[oota-llvm.git] / test / CodeGen / ARM / fusedMAC.ll
2012-05-31 Owen AndersonMake this testcase independent of register allocation.
2012-05-30 Owen AndersonSwitch the canonical FMA term operand order to match...
2012-05-30 Owen AndersonTeach DAGCombine to canonicalize the position of a...
2012-05-02 Owen AndersonTeach DAGCombine the same multiply-by-1.0 folding trick...
2012-04-27 Lang HamesFix the order of the operands in the llvm.fma intrinsic...
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-11 Evan ChengAdd more fused mul+add/sub patterns. rdar://10139676
2012-04-11 Evan ChengMatch (fneg (fma) to vfnma. rdar://10139676
2012-04-11 Evan ChengMerge fma.ll into fusedMAC.ll
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.