Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / fusedMAC.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
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.