index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
utils
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
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