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
/
Utils
/
AArch64BaseInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64AsmParser] rewrite of function parseSysAlias
Sjoerd Meijer
2017-03-03
1
-0
/
+2
*
AArch64InstPrinter: rewrite of printSysAlias
Sjoerd Meijer
2017-02-27
1
-38
/
+38
*
AArch64: TableGenerate system instruction operands.
Tim Northover
2016-07-05
1
-945
/
+66
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
1
-1
/
+16
*
Delete AArch64II::MO_CONSTPOOL.
Rafael Espindola
2016-05-31
1
-6
/
+1
*
Delete trailing whitespace; NFC
Junmo Park
2016-01-06
1
-6
/
+6
*
[AArch64] Add ARMv8.2-A Statistical Profiling Extension
Oliver Stannard
2015-12-01
1
-0
/
+30
*
[AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard
2015-11-26
1
-1
/
+3
*
[AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard
2015-11-26
1
-0
/
+6
*
[AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
Oliver Stannard
2015-11-26
1
-0
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-11
/
+11
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-11
/
+11
*
ARM]: Add support for MMFR4_EL1 in assembler
Javed Absar
2015-06-08
1
-0
/
+1
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-9
/
+19
*
[AArch64] Slight naming changes and comments for AArch64NamedImmMapper
Vladimir Sukharev
2015-05-14
1
-4
/
+7
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-17
/
+9
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-9
/
+17
*
[AArch64] Add v8.1a "Virtualization Host Extensions"
Vladimir Sukharev
2015-04-16
1
-0
/
+29
*
[AArch64] Add v8.1a "Limited Ordering Regions" extension
Vladimir Sukharev
2015-04-16
1
-0
/
+7
*
[AArch64] Add v8.1a "Privileged Access Never" extension
Vladimir Sukharev
2015-04-16
1
-1
/
+7
*
[AArch64] Handle Cyclone-specific register in common way
Vladimir Sukharev
2015-04-16
1
-5
/
+2
*
[AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...
Vladimir Sukharev
2015-04-16
1
-2
/
+14
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
1
-6
/
+5
*
[AArch64] Rename Pairs to Mappings in AArch64NamedImmMapper
Vladimir Sukharev
2015-03-26
1
-18
/
+18
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-6
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-4
/
+6
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
1
-5
/
+10
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-6
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-4
/
+6
*
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
2014-10-01
1
-1
/
+1
*
[AArch 64] Use a constant pool load for weak symbol references when
Asiri Rathnayake
2014-09-10
1
-1
/
+6
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Restore getInvertedCondCode() from the phased-out backend, fixing disassembly...
Artyom Skrobov
2014-05-29
1
-17
/
+3
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+1294
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-1138
/
+0
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix a Cygwin build failure caused by enum values starting with '_', which is ...
Hao Liu
2013-11-22
1
-36
/
+36
*
Revert last change by haoliu because of buildbot failure.
Hao Liu
2013-11-22
1
-36
/
+36
*
Fix a Cygwin build failure caused by enum values starting with '_', which is ...
Hao Liu
2013-11-22
1
-36
/
+36
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-1
/
+16
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+44
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-44
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+44
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
1
-1
/
+5
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
1
-1
/
+8
*
AArch64: implement ETMv4 trace system registers.
Tim Northover
2013-04-03
1
-0
/
+216
*
AArch64: implement GICv3 system registers
Tim Northover
2013-03-28
1
-3
/
+71
*
Add icache prefetch operations to AArch64
Tim Northover
2013-02-06
1
-0
/
+6
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
1
-0
/
+778