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
/
fast-isel-fneg.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[NFC][CodeGen] Add unary FNeg tests to X86/combine-fcopysign.ll X86/d...
Cameron McInally
2019-06-13
1
-51
/
+0
*
[NFC][CodeGen] Add unary FNeg tests to X86/combine-fcopysign.ll X86/dag-fmf-c...
Cameron McInally
2019-06-11
1
-0
/
+51
*
[FastISel][X86] Support FNeg instruction in target independent fast isel hand...
Craig Topper
2019-05-08
1
-0
/
+47
*
[FastISel][X86] If selectFNeg fails, fall back to SelectionDAG not treating i...
Craig Topper
2019-05-07
1
-2
/
+2
*
[X86] Add more test cases for fast-isel handling of fneg.
Craig Topper
2019-05-06
1
-2
/
+53
*
Revert r359392 and r358887
Craig Topper
2019-05-06
1
-6
/
+7
*
[X86] Remove (V)MOV64toSDrr/m and (V)MOVDI2SSrr/m. Use 128-bit result MOVD/MO...
Craig Topper
2019-04-28
1
-7
/
+6
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-17
1
-8
/
+38
*
X86: Do not use llc -march in tests.
Matthias Braun
2017-08-02
1
-1
/
+1
*
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
2015-02-27
1
-1
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-2
/
+2
*
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Eli Bendersky
2013-04-11
1
-0
/
+1
*
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
2013-04-10
1
-1
/
+4
*
Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.
Eli Friedman
2011-05-18
1
-1
/
+1
*
Add -mattr=+sse2 to the -march=x86 version of this test. Without
Dan Gohman
2009-09-12
1
-1
/
+1
*
Reapply r81171 with a fix: don't try to use i64 when it
Dan Gohman
2009-09-11
1
-3
/
+4
*
Revert r81171 which was causing pr4927.
Bob Wilson
2009-09-10
1
-3
/
+3
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Fix a thinko: When lowering fneg with xor, bitcast the operands
Dan Gohman
2009-09-07
1
-3
/
+3
*
LLVM currently represents floating-point negation as -0.0 - x. Fix
Dan Gohman
2009-09-03
1
-0
/
+15