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
*
[ARM] Armv8-R DFB instruction
Sam Parker
2017-12-21
1
-0
/
+5
*
X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI
Matthias Braun
2017-12-18
1
-4
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[arm] Fix Unnecessary reloads from GOT.
Evgeniy Stepanov
2017-11-13
1
-1
/
+8
*
[ARM] Reverse PostRASched subtarget feature logic
Sam Parker
2017-08-31
1
-3
/
+3
*
[ARM] GlobalISel: Select globals in PIC mode
Diana Picus
2017-08-29
1
-0
/
+4
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-0
/
+11
*
[ARM][AArch64] Cortex-A75 and Cortex-A55 support
Sam Parker
2017-08-21
1
-0
/
+2
*
[ARM] Add PostRAScheduler option
Sam Parker
2017-08-18
1
-0
/
+5
*
Reapply "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-15
1
-8
/
+9
*
[ARM] Assembler support for the ARMv8.2a dot product instructions
Sjoerd Meijer
2017-08-11
1
-0
/
+4
*
[ARM][AArch64] ARMv8.3-A enablement
Sam Parker
2017-08-10
1
-0
/
+3
*
Revert "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-08
1
-9
/
+8
*
[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
[next]