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
/
InstPrinter
/
AArch64InstPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: lower "fence singlethread" to a pure compiler barrier.
Tim Northover
2017-04-20
1
-0
/
+7
*
AArch64InstPrinter: rewrite of printSysAlias
Sjoerd Meijer
2017-02-27
1
-213
/
+56
*
[AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-03
1
-2
/
+10
*
AArch64: TableGenerate system instruction operands.
Tim Northover
2016-07-05
1
-29
/
+41
*
AArch64: allow MOV (imm) alias to be printed
Tim Northover
2016-06-16
1
-0
/
+48
*
add support for -print-imm-hex for AArch64
Paul Osmialowski
2016-05-13
1
-12
/
+19
*
Remove extra forward declarations and scrub includes for all in tree InstPrin...
Craig Topper
2015-12-25
1
-0
/
+1
*
[AArch64] Add ARMv8.2-A Statistical Profiling Extension
Oliver Stannard
2015-12-01
1
-0
/
+13
*
[AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard
2015-11-26
1
-0
/
+15
*
[AArch64] Add ARMv8.2-A persistent memory instruction
Oliver Stannard
2015-11-26
1
-2
/
+9
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-3
/
+3
*
Remove unnecessary conversion from StringRef to std::string and back to Strin...
Craig Topper
2015-06-10
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-10
/
+11
*
[AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
2015-06-02
1
-4
/
+21
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
AArch64: add BFC alias for the BFI/BFM instructions.
Tim Northover
2015-04-30
1
-2
/
+14
*
[AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...
Vladimir Sukharev
2015-04-16
1
-4
/
+8
*
Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-5
/
+3
*
[AArch64InstPrinter] Use the feature bits of the subtarget passed to the print
Akira Hatanaka
2015-03-27
1
-6
/
+3
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-16
/
+47
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
1
-4
/
+4
*
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
2014-10-01
1
-8
/
+4
*
Fix left shifts of negative integers in AArch64 InstPrinter/Disassembler
Alexey Samsonov
2014-09-02
1
-2
/
+2
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-1
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+2
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+1316
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-549
/
+0
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-0
/
+9
*
AArch64: print NEON lists with a space.
Tim Northover
2014-04-24
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
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
-1
/
+1
*
Revert last change by haoliu because of buildbot failure.
Hao Liu
2013-11-22
1
-1
/
+1
*
Fix a Cygwin build failure caused by enum values starting with '_', which is ...
Hao Liu
2013-11-22
1
-1
/
+1
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-1
/
+1
*
Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
2013-11-06
1
-5
/
+5
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+30
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-30
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+30
*
Implement 3 AArch64 neon instructions : umov smov ins.
Kevin Qin
2013-09-17
1
-0
/
+12
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
1
-0
/
+8
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
1
-0
/
+81
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
1
-1
/
+1
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+408