Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
bbdc5bc5fd5141711879a6c85d80ac45b7aad5d0
/
runtime
/
arch
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 11 years ago
ab5b370
Merge "AArch64: Add suspend check in managed code."
by Bill Buzbee
· 11 years ago
7f0a6d6
Fix x86_64 test failures.
by Nicolas Geoffray
· 11 years ago
48241e7
AArch64: Add suspend check in managed code.
by Zheng Xu
· 11 years ago
748dd95
[MIPS] Remove warnings about use of at register
by Chris Dearman
· 11 years ago
1d4d7bd
ART: refactor x86/x86-64 entrypoints
by Alexei Zavjalov
· 11 years ago
5ef3d95
Merge "AArch64: Enable LONG_* and INT_* opcodes."
by Bill Buzbee
· 11 years ago
9e36931
Move modify_ldt_lock into global lock order.
by Chao-ying Fu
· 11 years ago
ed65c5e
AArch64: Enable LONG_* and INT_* opcodes.
by Serban Constantinescu
· 11 years ago
3ecbbfc
ART: Fix stub test inline assembly for x86
by Andreas Gampe
· 11 years ago
9c47134
Merge "ART: Make StubTest IMT sanity check a warning"
by Andreas Gampe
· 11 years ago
512d539
Merge "Work around Mac assembler differences."
by Ian Rogers
· 11 years ago
0ea3794
ART: Make StubTest IMT sanity check a warning
by Andreas Gampe
· 11 years ago
51f7635
ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures
by Andreas Gampe
· 11 years ago
9f21e41
Work around Mac assembler differences.
by Ian Rogers
· 11 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
6cf8010
ART: Fix ARM64 long-jump context caller-save smashes
by Andreas Gampe
· 11 years ago
33f109a
Merge "ART: Fix comments for dmb"
by Andreas Gampe
· 11 years ago
675967d
ART: Fix comments for dmb
by Andreas Gampe
· 11 years ago
421c537
Address comments from HandleScope change.
by Mathieu Chartier
· 11 years ago
b720c4b
Merge "Add Handle/HandleScope and delete SirtRef."
by Mathieu Chartier
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
a47dcbf
Merge "x86_64: Fix issues in entrypoints"
by Andreas Gampe
· 11 years ago
78150c7
x86_64: Fix issues in entrypoints
by Dmitry Petrochenko
· 11 years ago
c0480ef
Fix includes for arch_test.cc.
by Vladimir Marko
· 11 years ago
ad930da
Merge "Move quick frame info to OatQuickMethodHeader."
by Vladimir Marko
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
4fc046e
ART: Add lock and unlock stubs for ARM64, fix for X86-64
by Andreas Gampe
· 11 years ago
7e0a8b4
Merge changes Icf9afbab,If2409101
by Andreas Gampe
· 11 years ago
b170b3e
Merge "Fix stub_test to pass with SS collector."
by Mathieu Chartier
· 11 years ago
dfd891a
AArch64: Fixing and adding arm64 trampolines.
by Matteo Franchin
· 11 years ago
119c6bd
Fix stub_test to pass with SS collector.
by Mathieu Chartier
· 11 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 11 years ago
63206f3
AArch64: Fix the usage of Thread Register for arm64
by Serban Constantinescu
· 11 years ago
a0ff605
Only disable @PLT symbols for clang 3.3.
by Ian Rogers
· 11 years ago
484f4da
Merge "ART: ARM64 field entrypoints"
by Andreas Gampe
· 11 years ago
6e4e59c
ART: ARM64 field entrypoints
by Andreas Gampe
· 11 years ago
fc733a1
Merge "ART: Clean field entrypoints for X86-64"
by Andreas Gampe
· 11 years ago
99b0578
Merge "Handle implicit stack overflow without affecting stack walks"
by Dave Allison
· 11 years ago
9d4e5e2
ART: Clean field entrypoints for X86-64
by Andreas Gampe
· 11 years ago
fac805b
Merge "Implement field entrypoints for x86-64"
by Andreas Gampe
· 11 years ago
5cd3375
Handle implicit stack overflow without affecting stack walks
by Dave Allison
· 11 years ago
8d07e2d
Implement field entrypoints for x86-64
by Alexei Zavjalov
· 11 years ago
266340d
ART: ARM64 art_quick_string_compareto
by Andreas Gampe
· 11 years ago
2ba8d4b
ART: Better art_quick_string_compareto stub_test
by Andreas Gampe
· 11 years ago
7177d7c
ART: Add art_quick_unlock_object to stub_test
by Andreas Gampe
· 11 years ago
851a9a9
Merge "Implement object lock and unlock entrypoints for x86-64"
by Andreas Gampe
· 11 years ago
8194963
Replace CountOneBits and __builtin_popcount with POPCOUNT.
by Vladimir Marko
· 11 years ago
80c7934
Implement object lock and unlock entrypoints for x86-64
by Alexei Zavjalov
· 11 years ago
315ccab
Implement art_quick_string_compareto entrypoint for x86-64
by Alexei Zavjalov
· 11 years ago
a2b51a0
Fix host build with clang 3.3
by Brian Carlstrom
· 11 years ago
0a3b13f
Merge "Add heap reference size to the checks in arch_test"
by Andreas Gampe
· 11 years ago
b132ec5
Add heap reference size to the checks in arch_test
by Andreas Gampe
· 11 years ago
f4e910b
Implement art_quick_aput_object stubs for X86-64 and ARM64
by Andreas Gampe
· 11 years ago
6661304
Merge "Disable StubTest.APutObj if heap poisoning is enabled."
by Hiroshi Yamauchi
· 11 years ago
00c1e6d
Add ARM64 & X86_64 Assembly, plus tests
by Andreas Gampe
· 11 years ago
d6881ae
Disable StubTest.APutObj if heap poisoning is enabled.
by Hiroshi Yamauchi
· 11 years ago
5c1e435
Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code
by Andreas Gampe
· 11 years ago
bb43b21
Merge "Fix ART compilation for Clang 3.5."
by Stephen Hines
· 11 years ago
525cde2
Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs
by Andreas Gampe
· 11 years ago
861ea56
Fix ART compilation for Clang 3.5.
by Stephen Hines
· 11 years ago
987560f
Remove support for app JNI workarounds.
by Ian Rogers
· 11 years ago
47d00c0
Add untested x86-64 downcall and exception assembly.
by Ian Rogers
· 11 years ago
949e5fd
Merge "art_quick_unlock_object uses comparison incorrectly"
by Ian Rogers
· 11 years ago
75b9113
AArch64: Jni compiler fixes
by Serban Constantinescu
· 11 years ago
e78d4e1
art_quick_unlock_object uses comparison incorrectly
by Serguei Katkov
· 11 years ago
d6ed642
Revert "Revert "Revert "Use trampolines for calls to helpers"""
by Dave Allison
· 11 years ago
f9487c0
Revert "Revert "Use trampolines for calls to helpers""
by Dave Allison
· 11 years ago
a376328
ARM64: Fix array out of bounds access in DoLongJump
by Andreas Gampe
· 11 years ago
0b59c11
Merge "Fix ARM64 invoke stubs, correct CFI directives"
by Andreas Gampe
· 11 years ago
03906cf
Fix ARM64 invoke stubs, correct CFI directives
by Andreas Gampe
· 11 years ago
1552373
AArch64: Fix Managed Register unit tests
by Serban Constantinescu
· 11 years ago
97a332b
Merge "art_quick_lock_object uses registers incorrectly"
by Ian Rogers
· 11 years ago
8ef84af
art_quick_lock_object uses registers incorrectly
by Serguei Katkov
· 11 years ago
8325296
Disable use of R4 as a promotable register
by Dave Allison
· 11 years ago
86fb9bf
Fix Thread offsets for ARM64 assembly
by Andreas Gampe
· 11 years ago
c751fdc
Add handler for printing java stack traces for compiled code SIGSEGV.
by Mathieu Chartier
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
f943914
Implement implicit stack overflow checks
by Dave Allison
· 11 years ago
fca8220
x86_64: JNI compiler
by Dmitry Petrochenko
· 11 years ago
e62a07e
Last patch for running tests on ARM64
by Andreas Gampe
· 11 years ago
c6ee54e
Trampoline and assembly fixes for ARM64
by Andreas Gampe
· 11 years ago
9de65ff
Fixes to mem_map wraparound and ARM64 quick_invoke assembly
by Andreas Gampe
· 11 years ago
6ed19fd
64bit: make runtime offsets more deterministic.
by Ian Rogers
· 11 years ago
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
36fea8d
Fixing structure of native frame for Generic JNI
by Andreas Gampe
· 11 years ago
b7dabf5
Implement proxy support for x86-64.
by Ian Rogers
· 11 years ago
1a57066
A few 64bit fixes.
by Ian Rogers
· 11 years ago
c665129
Always reset CFI state.
by Ian Rogers
· 11 years ago
ee043fc
Ensure functions start with clean CFA state.
by Ian Rogers
· 11 years ago
e0dcd46
JNI down call fixes.
by Ian Rogers
· 11 years ago
c147b00
Release unused parts of a JNI frame before calling native code
by Andreas Gampe
· 11 years ago
44d6ff1
Fix issues with clang and BUILD_HOST_64bit.
by Ian Rogers
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
befbd57
Fix host architecture for 64bit.
by Ian Rogers
· 11 years ago
bf6b92a
Generic JNI implementation for x86_64
by Andreas Gampe
· 11 years ago
39d9218
Size and offset fixes to compile for 64b host
by Andreas Gampe
· 11 years ago
ed8dd49
AArch64: Add ARM64 Assembler
by Serban Constantinescu
· 11 years ago
Next »