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] Add subtarget features for ARMv8.2-A
Oliver Stannard
2015-12-01
1
-2
/
+7
*
[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
-1
/
+1
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
1
-1
/
+1
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-1
/
+10
*
[EABI] Add LLVM support for -meabi flag
Renato Golin
2015-11-09
1
-0
/
+5
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
1
-0
/
+4
*
ARM: add backend support for the ABI used in WatchOS
Tim Northover
2015-10-28
1
-1
/
+3
*
Add Triple::isAndroid().
Evgeniy Stepanov
2015-10-08
1
-4
/
+2
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-4
/
+4
*
ARM: prefer allocating VFP regs at stride 4 on Darwin.
Tim Northover
2015-08-03
1
-0
/
+2
*
[ARM] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-28
1
-7
/
+3
*
[ARM] Define subtarget feature "reserve-r9", which is used to decide
Akira Hatanaka
2015-07-21
1
-3
/
+5
*
Revert r242737.
Akira Hatanaka
2015-07-20
1
-5
/
+3
*
[ARM] Define subtarget feature "reserve-r9", which is used to decide
Akira Hatanaka
2015-07-20
1
-3
/
+5
*
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
Matthias Braun
2015-07-17
1
-0
/
+3
*
Revert "ARM: Enable MachineScheduler and disable PostRAScheduler for swift."
Adam Nemet
2015-07-17
1
-3
/
+0
*
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
Matthias Braun
2015-07-17
1
-0
/
+3
*
[ARM] Define a subtarget feature that is used to avoid using movt/movw
Akira Hatanaka
2015-07-16
1
-3
/
+3
*
[ARM] Define a subtarget feature and use it to decide whether long calls should
Akira Hatanaka
2015-07-07
1
-0
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
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
-2
/
+2
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-0
/
+2
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-0
/
+4
*
[ARM] support for Cortex-R4/R4F
Javed Absar
2015-04-09
1
-1
/
+1
*
[ARM] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
2015-04-01
1
-4
/
+2
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-0
/
+4
*
[ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
2015-03-17
1
-1
/
+3
*
Value soft float calls as more expensive in the inliner.
Cameron Esfahani
2015-02-05
1
-1
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-4
/
+4
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Add a new string member to the TargetOptions struct for the name
Eric Christopher
2014-12-18
1
-15
/
+6
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-1
/
+1
*
Adds support for the Cortex-A17 to the ARM backend
Renato Golin
2014-10-13
1
-1
/
+1
*
Refactor isThumb1Only() && isMClass() into a predicate called isV6M()
Renato Golin
2014-10-08
1
-0
/
+4
*
constify TargetMachine argument.
Eric Christopher
2014-10-03
1
-1
/
+1
*
We can grab the options struct from the TargetMachine, no need to
Eric Christopher
2014-10-03
1
-2
/
+1
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-4
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-4
/
+0
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-2
/
+2
*
Fix typos in comments
Robin Morisset
2014-08-15
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+4
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-4
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+18
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-1
/
+1
[prev]
[next]