index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
fp-fast.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight
2015-11-23
1
-0
/
+1
*
[x86] generalize reassociation optimization in machine combiner to 2 instruct...
Sanjay Patel
2015-06-23
1
-78
/
+0
*
[x86] Add a reassociation optimization to increase ILP via the MachineCombine...
Sanjay Patel
2015-06-10
1
-0
/
+78
*
Semantically revert r236031, which is not a good idea for in-order targets.
Owen Anderson
2015-04-30
1
-42
/
+0
*
transform fadd chains to increase parallelism
Sanjay Patel
2015-04-28
1
-0
/
+43
*
use update_llc_test_checks.py to tighten checking; remove unnecessary CPU param
Sanjay Patel
2015-04-23
1
-54
/
+43
*
Force CPU type to unbreak unit tests on Haswell machines.
Juergen Ributzka
2013-11-30
1
-1
/
+1
*
Start using CHECK-LABEL in some tests.
Stephen Lin
2013-07-12
1
-11
/
+11
*
SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...
Stephen Lin
2013-06-14
1
-4
/
+73
*
Test case hygiene.
Benjamin Kramer
2013-03-09
1
-1
/
+1
*
test/CodeGen/X86/fp-fast.ll: Add +avx.
NAKAMURA Takumi
2012-11-01
1
-1
/
+1
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
1
-0
/
+20
*
llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...
NAKAMURA Takumi
2012-09-01
1
-1
/
+1
*
Try to make this test more generic to unbreak buildbots.
Owen Anderson
2012-08-30
1
-9
/
+9
*
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
1
-0
/
+37