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
/
AArch64
/
f16-instructions.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Save FP for leaf functions when disabling frame pointer elimination
Fangrui Song
2019-12-13
1
-4
/
+4
*
[AArch64][GlobalISel] Select G_INTRINSIC_ROUND
Jessica Paquette
2019-04-23
1
-0
/
+11
*
[AArch64][GlobalISel] Legalize G_FEXP2
Jessica Paquette
2019-04-03
1
-0
/
+9
*
[GlobalISel][AArch64] Select G_FFLOOR
Jessica Paquette
2019-02-11
1
-0
/
+13
*
[GlobalISel][AArch64] Select G_FEXP
Jessica Paquette
2019-01-30
1
-0
/
+12
*
[GlobalISel][AArch64] Select G_FABS
Jessica Paquette
2019-01-30
1
-0
/
+13
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log2
Jessica Paquette
2019-01-30
1
-0
/
+13
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.sqrt
Jessica Paquette
2019-01-30
1
-0
/
+13
*
[GlobalISel][AArch64] Add legalization for G_FLOG
Jessica Paquette
2019-01-28
1
-0
/
+13
*
[GlobalISel][AArch64] Add instruction selection support for @llvm.log10
Jessica Paquette
2019-01-28
1
-0
/
+13
*
[GlobalISel][AArch64] Add instruction selection support for G_FCOS and G_FSIN
Jessica Paquette
2019-01-28
1
-2
/
+26
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-4
/
+4
*
[GlobalISel][AArch64] Add support for widening G_FCEIL
Jessica Paquette
2018-12-21
1
-0
/
+23
*
[AArch64] Fix FCCMP with FP16 operands
Bryan Chan
2018-08-01
1
-0
/
+30
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2018-02-27
1
-1
/
+1
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Quentin Colombet
2018-02-17
1
-1
/
+1
*
[AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - llvm portion
Abderrazek Zaafrani
2018-02-12
1
-0
/
+30
*
[MachineCopyPropagation] Extend pass to do COPY source forwarding
Geoff Berry
2018-02-01
1
-1
/
+1
*
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...
Geoff Berry
2017-10-03
1
-1
/
+1
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-10-02
1
-1
/
+1
*
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...
Sam McCall
2017-09-04
1
-1
/
+1
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-09-01
1
-1
/
+1
*
Revert r312154 "Re-enable "[MachineCopyPropagation] Extend pass to do COPY so...
Hans Wennborg
2017-08-30
1
-1
/
+1
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-08-30
1
-1
/
+1
*
[AArch64] Custom lowering of copysign f16
Sjoerd Meijer
2017-08-24
1
-26
/
+53
*
[AArch64] Do not promote f16 when subtarget HasFullFP16
Sjoerd Meijer
2017-08-18
1
-434
/
+686
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" ro...
Geoff Berry
2017-08-18
1
-1
/
+1
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forward...
Geoff Berry
2017-08-17
1
-1
/
+1
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-08-17
1
-1
/
+1
*
[MachineCopyPropagation] Extend pass to do COPY source forwarding
Geoff Berry
2017-08-16
1
-1
/
+1
*
[AArch64] Avoid materializing constant 1 by using csinc, rather than csel.
Chad Rosier
2016-08-26
1
-6
/
+4
*
add support for -print-imm-hex for AArch64
Paul Osmialowski
2016-05-13
1
-4
/
+4
*
[CodeGen] Round [SU]INT_TO_FP result when promoting from f16.
Ahmed Bougacha
2016-05-06
1
-0
/
+28
*
[AArch64] Enable non-leaf frame pointer elimination.
Geoff Berry
2016-03-02
1
-1
/
+1
*
[AArch64] Enable PostRAScheduler for AArch64 generic build.
Chad Rosier
2015-12-21
1
-1
/
+1
*
[AArch64] Promote f16 SELECT_CC CC operands when op is legal.
Ahmed Bougacha
2015-11-17
1
-0
/
+27
*
[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND as TRUNCating.
Ahmed Bougacha
2015-08-13
1
-0
/
+15
*
[AArch64] Also custom-lowering mismatched vector/f16 FCOPYSIGN.
Ahmed Bougacha
2015-08-13
1
-9
/
+3
*
[CodeGen] When Promoting, don't extend the 2nd FCOPYSIGN operand.
Ahmed Bougacha
2015-08-13
1
-3
/
+34
*
[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxnm instead of an intrin...
James Molloy
2015-08-11
1
-10
/
+4
*
AArch64: make inexact signalling on round Darwin-specific
Tim Northover
2015-07-16
1
-16
/
+12
*
[AArch64] Promote f16 operations to f32.
Ahmed Bougacha
2015-04-10
1
-0
/
+765