index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
utils
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
2
-16
/
+17
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
3
-4
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
ARM64: Remove suspend register.
Zheng Xu
2015-04-14
2
-68
/
+106
*
Implement CFI for JNI.
David Srbecky
2015-04-08
2
-78
/
+44
*
ART: Enable more Clang warnings
Andreas Gampe
2015-04-06
1
-0
/
+2
*
ARM64: Update to VIXL 1.9.
Serban Constantinescu
2015-03-31
1
-2
/
+2
*
Stack support for Optimizing compiler
Sebastien Hertz
2015-03-03
2
-3
/
+36
*
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
Serban Constantinescu
2014-11-28
1
-6
/
+6
*
Fix the last users of TARGET_CPU_SMP.
Elliott Hughes
2014-11-19
1
-2
/
+0
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-0
/
+5
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
1
-3
/
+4
*
Rename arm64 `Register` to `XRegister`.
Alexandre Rames
2014-10-17
5
-302
/
+301
*
Rework arm64 register codes and fix Arm64ManagedRegister tests.
Alexandre Rames
2014-10-17
4
-49
/
+24
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
ARM64: Update code after the VIXL 1.6 release.
Alexandre Rames
2014-10-09
3
-10
/
+6
*
Merge "Get heap poisoning working in 64-bit."
Hiroshi Yamauchi
2014-09-30
1
-0
/
+4
|
\
|
*
Get heap poisoning working in 64-bit.
Hiroshi Yamauchi
2014-09-29
1
-0
/
+4
*
|
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
|
/
*
ARM64: Avoid the duplication of condition codes.
Alexandre Rames
2014-08-22
2
-36
/
+16
*
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
Zheng Xu
2014-07-29
2
-29
/
+76
*
ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler
Serban Constantinescu
2014-07-12
1
-4
/
+2
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-5
/
+6
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
2
-22
/
+22
*
AArch64: Fix the usage of IP0, IP1 as temporary registers
Serban Constantinescu
2014-05-09
2
-20
/
+36
*
AArch64: Fix the usage of Thread Register for arm64
Serban Constantinescu
2014-05-09
1
-17
/
+23
*
ART: aarch64 jni compiler needs to extend small return types
Andreas Gampe
2014-05-01
1
-4
/
+18
*
AArch64: Jni compiler fixes
Serban Constantinescu
2014-04-10
3
-56
/
+108
*
AArch64: Fix Managed Register unit tests
Serban Constantinescu
2014-04-07
4
-14
/
+171
*
Do not output ARM64 assembler debug code.
Andreas Gampe
2014-04-03
1
-11
/
+0
*
Calling convention support for cross 64/32 compilation.
Ian Rogers
2014-04-01
1
-5
/
+7
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
3
-74
/
+66
*
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-28
2
-2
/
+2
*
Trampoline and assembly fixes for ARM64
Andreas Gampe
2014-03-24
2
-0
/
+12
*
Some more ARM64 tests that are invalid at the moment
Andreas Gampe
2014-03-19
1
-4
/
+6
*
Parts of ARM64 should not be enabled, yet
Andreas Gampe
2014-03-19
1
-4
/
+5
*
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-19
2
-1
/
+2
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-4
/
+4
*
AArch64: Add ARM64 Assembler
Serban Constantinescu
2014-03-05
6
-0
/
+1890