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
/
AArch64
/
AArch64Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Falkor] Enable SW Prefetch.
Haicheng Wu
2017-06-12
1
-0
/
+4
*
Revert r291254: [AArch64] Reduce vector insert/extract cost for Falkor
Matthew Simpson
2017-05-24
1
-1
/
+0
*
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...
Daniel Sanders
2017-05-19
1
-3
/
+2
*
[SLP] Enable 64-bit wide vectorization on AArch64
Adam Nemet
2017-05-15
1
-0
/
+8
*
[AArch64] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-05-01
1
-1
/
+64
*
[globalisel][tablegen] Compute available feature bits correctly.
Daniel Sanders
2017-04-29
1
-2
/
+3
*
AArch64: put nonlazybind special handling behind a flag for now.
Tim Northover
2017-04-17
1
-1
/
+6
*
AArch64: support nonlazybind
Tim Northover
2017-04-17
1
-0
/
+17
*
[AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia
Petr Hosek
2017-04-04
1
-3
/
+3
*
[AArch64] Vulcan is now ThunderXT99
Joel Jones
2017-03-07
1
-3
/
+9
*
[AArch64] Add Cavium ThunderX support
Joel Jones
2017-02-17
1
-0
/
+8
*
[AArch64] Reduce vector insert/extract cost for Falkor.
Chad Rosier
2017-01-06
1
-0
/
+1
*
[AArch64] Set the max interleave factor for Falkor.
Chad Rosier
2016-11-22
1
-1
/
+3
*
[AArch64] Add support for Qualcomm's Falkor CPU.
Chad Rosier
2016-11-15
1
-0
/
+1
*
[AArch64] Adjust the cost model for Exynos M1.
Evandro Menezes
2016-10-25
1
-1
/
+1
*
Set the vectorizer MaxInterleaveFactor for Exynos.
Abderrazek Zaafrani
2016-10-21
1
-0
/
+1
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-2
/
+2
*
AArch64Subtarget: Remove unused CPUString field
Matthias Braun
2016-10-03
1
-3
/
+4
*
Add support to optionally limit the size of jump tables.
Evandro Menezes
2016-09-26
1
-0
/
+1
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+5
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+5
*
Minor code cleanup. NFC.
Junmo Park
2016-07-06
1
-1
/
+1
*
Target: Remove unused arguments from overrideSchedPolicy, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-2
/
+1
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
[AArch64] Add Broadcom Vulcan scheduling model.
Pankaj Gode
2016-06-30
1
-1
/
+3
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-2
/
+1
*
[Kryo] Enable loop prefetcher.
Haicheng Wu
2016-06-21
1
-0
/
+4
*
[AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI
Silviu Baranga
2016-06-21
1
-0
/
+2
*
[AARCH64] Add support for Broadcom Vulcan
Pankaj Gode
2016-06-20
1
-0
/
+1
*
[AArch64] Add preferred alignments for Exynos M1
Evandro Menezes
2016-06-10
1
-2
/
+5
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-6
/
+29
*
Delete AArch64II::MO_CONSTPOOL.
Rafael Espindola
2016-05-31
1
-7
/
+2
*
AArch64Subtarget: Use default member initializers
Matthias Braun
2016-05-27
1
-6
/
+2
*
Use shouldAssumeDSOLocal on AArch64.
Rafael Espindola
2016-05-26
1
-19
/
+6
*
Don't repeat name in comment and git-clang-format.
Rafael Espindola
2016-05-25
1
-5
/
+5
*
Sort includes.
Rafael Espindola
2016-05-25
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[GlobalISel] Move GISelAccessor class into public headers
Tom Stellard
2016-04-14
1
-5
/
+5
*
[AArch64] Teach the subtarget how to get to the RegisterBankInfo.
Quentin Colombet
2016-04-06
1
-4
/
+8
*
[GlobalISel] Re-apply r260922-260923 with MSVC-friendly code.
Quentin Colombet
2016-02-16
1
-1
/
+7
*
Reverting r260922-260923; they cause link failures with MSVC.
Aaron Ballman
2016-02-16
1
-8
/
+1
*
[GlobalISel] Get rid of the ifdefs in TargetLowering.
Quentin Colombet
2016-02-16
1
-1
/
+8
*
[AArch64] Add subtarget features for ARMv8.2-A
Oliver Stannard
2015-11-26
1
-5
/
+5
*
AArch64: Default AArch64Subtarget::ReserveX18 to true on darwin
Justin Bogner
2015-11-13
1
-2
/
+3
*
AArch64: add experimental support for address tagging.
Tim Northover
2015-11-10
1
-0
/
+18
*
AArch64: Disable the latency heuristic
Matthias Braun
2015-10-22
1
-0
/
+5
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
[next]