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
...
*
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
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
[ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
2015-03-17
1
-0
/
+1
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
ARM: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
Remove getSubtargetImpl from ARMISelLowering and cache the
Eric Christopher
2015-01-29
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-58
/
+16
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
Add a new string member to the TargetOptions struct for the name
Eric Christopher
2014-12-18
1
-39
/
+12
*
Model ARM backend ABI selection after the front end code doing the
Eric Christopher
2014-12-18
1
-18
/
+34
*
ARM: convert isTargetIOS checks to isTargetDarwin.
Tim Northover
2014-12-11
1
-1
/
+1
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-5
/
+1
*
ARM: drop check for triple that's no longer used.
Tim Northover
2014-10-15
1
-3
/
+2
*
ARM: remove ARM/Thumb distinction for preferred alignment.
Tim Northover
2014-10-14
1
-5
/
+0
*
ARM: set preferred aggregate alignment to 32 universally.
Tim Northover
2014-10-14
1
-4
/
+3
*
Use triple's isiOS() and isOSDarwin() methods.
Bob Wilson
2014-10-09
1
-2
/
+1
*
Refactor isThumb1Only() && isMClass() into a predicate called isV6M()
Renato Golin
2014-10-08
1
-5
/
+4
*
Simplify switch statement in ARM subtarget align access
Renato Golin
2014-10-08
1
-30
/
+24
*
constify TargetMachine argument.
Eric Christopher
2014-10-03
1
-1
/
+1
[prev]
[next]