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
/
ARMSubtarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[GlobalISel] Remove the GISelAccessor API.
Quentin Colombet
2017-08-04
1
-8
/
+9
*
[ARM] Add the option to directly access TLS pointer
Strahinja Petrovic
2017-07-28
1
-0
/
+4
*
[ARM] Add use-misched feature, to enable the MachineScheduler.
Florian Hahn
2017-07-27
1
-0
/
+4
*
[ARM] Improve if-conversion for M-class CPUs without branch predictors
John Brawn
2017-06-28
1
-0
/
+6
*
[ARM] Add macro fusion for AES instructions.
Florian Hahn
2017-06-22
1
-0
/
+8
*
[ARM] Cortex-A57 scheduling model for ARM backend (AArch32)
Javed Absar
2017-06-02
1
-0
/
+5
*
[ARM] Rename HW div feature to HW div Thumb. NFCI.
Diana Picus
2017-04-20
1
-3
/
+3
*
Revert "Revert "[ARM] Add Kryo to available targets""
Yi Kong
2017-04-06
1
-0
/
+1
*
Revert "[ARM] Add Kryo to available targets"
Yi Kong
2017-04-06
1
-1
/
+0
*
[ARM] Add Kryo to available targets
Yi Kong
2017-04-06
1
-0
/
+1
*
[ARM] [Assembler] Support negative immediates for A32, T32 and T16
Sanne Wouda
2017-03-21
1
-0
/
+4
*
[ARM] Replace HasT2ExtractPack with HasDSP
Sam Parker
2017-02-17
1
-5
/
+0
*
Fix syntax error
Matthias Braun
2017-02-10
1
-2
/
+2
*
ARMSubtarget.h: Change to one line per enum element; NFC
Matthias Braun
2017-02-10
1
-9
/
+56
*
[ARM] Add support for armv7ve triple in llvm (PR31358).
George Burgess IV
2017-02-09
1
-3
/
+3
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-27
1
-13
/
+22
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-0
/
+4
*
[ARM] Add plumbing for GlobalISel
Diana Picus
2016-11-11
1
-0
/
+14
*
[ARM]: Assign cost of scaling used in addressing mode for ARM cores
Javed Absar
2016-10-13
1
-0
/
+4
*
Re-land "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"
Reid Kleckner
2016-10-11
1
-3
/
+5
*
Revert "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"
Reid Kleckner
2016-10-11
1
-5
/
+3
*
[Thumb] Save/restore high registers in Thumb1 pro/epilogues
Oliver Stannard
2016-10-11
1
-3
/
+5
*
[ARM]: Add Cortex-R52 target to LLVM
Javed Absar
2016-10-07
1
-2
/
+3
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-19
1
-0
/
+2
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-2
/
+0
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-0
/
+2
*
[ARM] Generate consistent frame records for Thumb2
Oliver Stannard
2016-08-23
1
-2
/
+6
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-0
/
+3
*
[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flag
Diana Picus
2016-07-07
1
-0
/
+8
*
[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.
Diana Picus
2016-07-06
1
-0
/
+9
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
Diana Picus
2016-07-06
1
-0
/
+17
*
Don't pass a Reloc::Model to GVIsIndirectSymbol.
Rafael Espindola
2016-06-28
1
-3
/
+2
*
[ARM] Use member initializers in ARMSubtarget. NFCI
Diana Picus
2016-06-27
1
-75
/
+75
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI
Diana Picus
2016-06-27
1
-0
/
+44
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-0
/
+8
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
Diana Picus
2016-06-23
1
-0
/
+24
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
1
-3
/
+7
*
This adds support for Cortex-A73 as an available target.
Sjoerd Meijer
2016-06-02
1
-1
/
+1
*
ARM: use callee-saved list in the order they're actually saved.
Tim Northover
2016-05-13
1
-0
/
+7
*
Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td...
Artyom Skrobov
2016-03-23
1
-3
/
+4
*
[ARM] Add Cortex-A32 support
Renato Golin
2016-03-21
1
-2
/
+2
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-0
/
+1
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-0
/
+4
*
Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...
Reid Kleckner
2016-01-15
1
-4
/
+0
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-0
/
+4
*
[ARM] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith
2016-01-15
1
-1
/
+5
*
[ARM] Split out ARMv8-A semaphores and atomics and ARMv7 clrex as separate fe...
Bradley Smith
2016-01-15
1
-0
/
+9
*
[AArch64] Add support for Samsung Exynos-M1
MinSeong Kim
2016-01-05
1
-1
/
+1
*
[AArch64]: Add support for Cortex-A35
Christof Douma
2015-12-02
1
-2
/
+2
*
[ARM] Add ARMv8.2-A to TargetParser
Oliver Stannard
2015-12-01
1
-1
/
+1
[prev]
[next]