index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
fusedMAC.ll
Age
Commit message (
Expand
)
Author
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-22
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-05-31
Make this testcase independent of register allocation.
Owen Anderson
2012-05-30
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-02
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-04-27
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-13
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-11
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-03-05
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-01-22
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov