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
*
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
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+3
*
use minSize wrapper; NFCI
Sanjay Patel
2015-08-18
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-2
/
+1
*
ARM: remove horrible printf left over from debugging
Tim Northover
2015-08-03
1
-1
/
+0
*
ARM: prefer allocating VFP regs at stride 4 on Darwin.
Tim Northover
2015-08-03
1
-0
/
+5
*
[ARM] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-28
1
-48
/
+1
*
[ARM] Define subtarget feature "reserve-r9", which is used to decide
Akira Hatanaka
2015-07-21
1
-10
/
+3
*
Revert r242737.
Akira Hatanaka
2015-07-20
1
-3
/
+10
*
[ARM] Define subtarget feature "reserve-r9", which is used to decide
Akira Hatanaka
2015-07-20
1
-10
/
+3
*
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
Matthias Braun
2015-07-17
1
-0
/
+11
*
Revert "ARM: Enable MachineScheduler and disable PostRAScheduler for swift."
Adam Nemet
2015-07-17
1
-11
/
+0
*
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
Matthias Braun
2015-07-17
1
-0
/
+11
*
[ARM] Define a subtarget feature that is used to avoid using movt/movw
Akira Hatanaka
2015-07-16
1
-8
/
+4
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-1
/
+0
*
[ARM] Define a subtarget feature and use it to decide whether long calls should
Akira Hatanaka
2015-07-07
1
-0
/
+1
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-24
/
+12
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-3
/
+2
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-2
/
+2
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-0
/
+7
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-0
/
+1
*
Refactor: Simplify boolean expressions in ARM target
Alexander Kornienko
2015-04-14
1
-1
/
+1
*
[ARM] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
2015-04-01
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-0
/
+1
[next]