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
/
lib
/
Target
/
ARM
/
ARM.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as MVE vectors
David Green
2020-01-05
1
-0
/
+17
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
1
-5
/
+3
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
1
-3
/
+5
*
[ARM] Always enable UseAA in the arm backend
David Green
2019-11-05
1
-12
/
+1
*
[clang][llvm] Obsolete Exynos M1 and M2
Evandro Menezes
2019-10-30
1
-2
/
+0
*
[ARM] VFPv2 only supports 16 D registers.
Eli Friedman
2019-09-17
1
-7
/
+17
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-1
/
+1
*
[ARM] Add MVE beats vector cost model
David Green
2019-08-13
1
-0
/
+9
*
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
Pablo Barrio
2019-07-25
1
-0
/
+7
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
1
-1
/
+8
*
Revert rL362953 and its followup rL362955.
Simon Tatham
2019-06-10
1
-8
/
+1
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-1
/
+8
*
[ARM] add target arch definitions for 8.1-M and MVE
Sjoerd Meijer
2019-05-30
1
-0
/
+24
*
[ARM] Introduce separate features for FP registers
Sjoerd Meijer
2019-05-30
1
-3
/
+22
*
[ARM] Split predicates out into their own .td file
Sjoerd Meijer
2019-05-29
1
-0
/
+1
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-39
/
+47
*
[ARM] Cortex-M4 schedule
David Green
2019-05-15
1
-5
/
+15
*
[AArch64, ARM] Add support for Exynos M5
Evandro Menezes
2019-03-22
1
-0
/
+3
*
[ARM] Add Cortex-M35P
Luke Cheeseman
2019-02-26
1
-0
/
+10
*
[AArch64] Add support for Cortex-A76 and Cortex-A76AE
Luke Cheeseman
2019-02-25
1
-0
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] Fix typo
Evandro Menezes
2019-01-12
1
-1
/
+0
*
[AArch64] Create feature set for Exynos M4
Evandro Menezes
2019-01-11
1
-0
/
+3
*
[ARM] Add command-line option for SB
Diogo N. Sampaio
2019-01-03
1
-3
/
+3
*
[ARM] Use Cortex-A57 sched model for Cortex-A72
Sam Parker
2018-10-25
1
-1
/
+1
*
[ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets
Oliver Stannard
2018-09-27
1
-1
/
+6
*
[ARM/AArch64][v8.5A] Add Armv8.5-A target
Oliver Stannard
2018-09-26
1
-0
/
+18
*
[ARM] Adjust the feature set for Exynos
Evandro Menezes
2018-09-24
1
-0
/
+2
*
[ARM] Do not fuse VADD and VMUL on the Cortex-M4 and Cortex-M33
Sjoerd Meijer
2018-09-24
1
-0
/
+2
*
[ARM] Refactor Exynos feature set (NFC)
Evandro Menezes
2018-09-19
1
-69
/
+21
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-0
/
+6
*
[ARM] Adjust the feature set for Exynos
Evandro Menezes
2018-08-30
1
-0
/
+4
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
1
-0
/
+5
*
[ARM] Adjust the feature set for Exynos
Evandro Menezes
2018-08-09
1
-0
/
+36
*
[ARM] Replace processor check with feature
Evandro Menezes
2018-08-09
1
-0
/
+9
*
[ARM] Add new target feature to fuse literal generation
Evandro Menezes
2018-07-27
1
-0
/
+4
*
[ARM] Add new feature to enable optimizing the VFP registers
Evandro Menezes
2018-07-20
1
-0
/
+8
*
[ARM][AArch64] Armv8.4-A Enablement
Sjoerd Meijer
2018-06-29
1
-1
/
+25
*
Recommit of r335326, with the test fixed that I missed.
Sjoerd Meijer
2018-06-22
1
-3
/
+6
*
Reverting r335326 while I look at the test failure
Sjoerd Meijer
2018-06-22
1
-6
/
+3
*
[ARM] ARMv6m and v8m.baseline strict align
Sjoerd Meijer
2018-06-22
1
-3
/
+6
*
[ARM] Enable useAA() for the in-order Cortex-R52
David Green
2018-06-21
1
-1
/
+6
*
[AArch64, ARM] Add support for Samsung Exynos M4
Evandro Menezes
2018-06-06
1
-0
/
+6
*
[ARM] Enable misched for R52.
David Green
2018-04-27
1
-0
/
+1
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-0
/
+1
*
[ARM] Fix erroneous availability of SMMLS for Armv7-M
Andre Vieira
2018-01-12
1
-1
/
+2
*
[ARM] Armv8-R DFB instruction
Sam Parker
2017-12-21
1
-0
/
+4
*
[ARM] Use new assembler diags for ARM
Oliver Stannard
2017-10-03
1
-0
/
+5
*
[ARM] Reverse PostRASched subtarget feature logic
Sam Parker
2017-08-31
1
-12
/
+11
*
[ARM][AArch64] Cortex-A75 and Cortex-A55 support
Sam Parker
2017-08-21
1
-0
/
+14
[next]