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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the default ARMSubtarget from the ARM TargetMachine.
Eric Christopher
2017-07-01
1
-0
/
+3
*
Rewrite ARM execute only support to avoid the use of a command line flag and ...
Eric Christopher
2017-07-01
1
-8
/
+2
*
[ARM] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-01
1
-1
/
+63
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Revert "Revert "[ARM] Add Kryo to available targets""
Yi Kong
2017-04-06
1
-0
/
+1
*
[ARM] Change TCReturn to tBL if tailcall optimization fails.
Sanne Wouda
2017-02-03
1
-6
/
+6
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-27
1
-11
/
+13
*
Fix for build warning in execute-only support
Prakhar Bahuguna
2016-12-15
1
-2
/
+2
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-2
/
+12
*
[ARM] Add plumbing for GlobalISel
Diana Picus
2016-11-11
1
-1
/
+21
*
[Cortex-M0] Atomic lowering
Weiming Zhao
2016-11-03
1
-3
/
+1
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[ARM]: add missing switch case for cortex-r52
Javed Absar
2016-10-07
1
-0
/
+1
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-19
1
-0
/
+5
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-5
/
+0
*
[ARM XRay] Try to fix Thumb-only failure
Renato Golin
2016-09-08
1
-1
/
+1
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-0
/
+5
*
Use isTargetMachO instead of isTargetDarwin.
Rafael Espindola
2016-08-24
1
-1
/
+1
*
Some places that could using TargetParser in LLVM. NFC.
Zijiao Ma
2016-08-17
1
-2
/
+4
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-0
/
+12
*
[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 2 flags.
Diana Picus
2016-07-06
1
-0
/
+2
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Don't pass a Reloc::Model to GVIsIndirectSymbol.
Rafael Espindola
2016-06-28
1
-5
/
+2
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-1
/
+1
*
[ARM] Use member initializers in ARMSubtarget. NFCI
Diana Picus
2016-06-27
1
-28
/
+3
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI
Diana Picus
2016-06-27
1
-3
/
+51
*
[ARM] Use member initializers in ARMSubtarget. NFCI
Diana Picus
2016-06-23
1
-66
/
+22
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
Diana Picus
2016-06-23
1
-0
/
+6
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
1
-1
/
+2
*
Start using shouldAssumeDSOLocal on ARM.
Rafael Espindola
2016-05-27
1
-29
/
+9
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-2
/
+2
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-0
/
+1
*
Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...
Reid Kleckner
2016-01-15
1
-1
/
+0
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-0
/
+1
*
[ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-1
/
+1
*
[ARM] Add B.W and CBZ instructions to ARMv8-M Baseline
Bradley Smith
2016-01-15
1
-1
/
+1
*
[ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-1
/
+1
*
[ARM] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith
2016-01-15
1
-0
/
+2
*
[ARM] Split out ARMv8-A semaphores and atomics and ARMv7 clrex as separate fe...
Bradley Smith
2016-01-15
1
-0
/
+2
*
[ARM] Add subtarget features for ARMv8.2-A
Oliver Stannard
2015-12-01
1
-0
/
+2
*
ARM: make sure backend is consistent about exception handling method.
Tim Northover
2015-11-18
1
-2
/
+10
*
[ARM] Default to ARMv4t in favour of adding Other to ARMArch
Bradley Smith
2015-11-17
1
-1
/
+1
*
[ARM] Properly initialize ARMArch in the ARM subtarget
Bradley Smith
2015-11-17
1
-2
/
+2
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
1
-1
/
+6
*
ARM: teach backend about WatchOS and TvOS libcalls.
Tim Northover
2015-10-28
1
-1
/
+2
*
ARM: add backend support for the ABI used in WatchOS
Tim Northover
2015-10-28
1
-7
/
+20
*
[ARM] Avoid redundant checks for isThumb1Only() after supportsTailCall()
Artyom Skrobov
2015-09-28
1
-4
/
+22
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-1
/
+1
*
[ARM] Add option to force fast-isel
Oliver Stannard
2015-09-23
1
-0
/
+10
*
Limit the range of processors supported by ARM fast isel to v6 or
Eric Christopher
2015-09-18
1
-0
/
+4
[next]