index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
fusedMAC.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-24
1
-0
/
+12
*
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
1
-1
/
+1
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-1
/
+1
*
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-21
1
-0
/
+9
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-1
/
+1
*
Make this testcase independent of register allocation.
Owen Anderson
2012-05-31
1
-2
/
+2
*
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
1
-1
/
+1
*
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
1
-0
/
+9
*
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
1
-0
/
+9
*
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
1
-3
/
+3
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
1
-1
/
+1
*
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
1
-16
/
+54
*
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
1
-6
/
+25
*
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-04-11
1
-0
/
+28
*
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-03-05
1
-9
/
+41
*
Add fused multiple+add instructions from VFPv4.
Anton Korobeynikov
2012-01-22
1
-0
/
+68