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
/
Transforms
/
InstCombine
/
fpextend.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] reduce test noise and regenerate CHECK lines; NFC
Sanjay Patel
2019-09-12
1
-169
/
+133
*
[InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNeg
Cameron McInally
2019-06-11
1
-4
/
+1
*
[NFC][InstCombine] Add unary FNeg tests to fpcast.ll and fpextend.ll
Cameron McInally
2019-05-29
1
-0
/
+16
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+283
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-283
/
+0
*
[InstCombine] Add constant vector support to getMinimumFPType for visitFPTrunc.
Craig Topper
2018-03-05
1
-8
/
+19
*
[InstCombine] Allow fptrunc (fpext X)) to be reduced to a single fpext/ftrunc
Craig Topper
2018-03-02
1
-4
/
+2
*
[InstCombine] Add more test case to fpextend.ll.
Craig Topper
2018-03-02
1
-0
/
+186
*
[InstCombine] Simplify test cases by removing loads/stores that aren't requir...
Craig Topper
2018-03-02
1
-72
/
+40
*
[InstCombine] Add test cases with vector constants to fpextend.ll
Craig Topper
2018-02-26
1
-0
/
+41
*
[InstCombine] Switch to using FileCheck instead of grep. Auto-generate checks...
Craig Topper
2018-02-26
1
-30
/
+61
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-6
/
+6
*
Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).
Stephen Canon
2013-11-28
1
-1
/
+13
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-2
/
+2
*
Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
Chris Lattner
2008-01-27
1
-0
/
+36