index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
arch
/
arm
/
quick_entrypoints_arm.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Fix arm32 instrumentation exit stub
Andreas Gampe
2015-06-24
1
-2
/
+7
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-2
/
+2
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-15
/
+21
*
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
1
-8
/
+18
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
Merge "Reserve bits in the lock word for read barriers."
Hiroshi Yamauchi
2015-03-04
1
-17
/
+47
|
\
|
*
Reserve bits in the lock word for read barriers.
Hiroshi Yamauchi
2015-03-03
1
-17
/
+47
*
|
Fix generic JNI stubs to not discard the Java native frame.
Nicolas Geoffray
2015-03-03
1
-11
/
+8
|
/
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-78
/
+32
*
Save all registers in native to Java stubs.
Nicolas Geoffray
2014-12-12
1
-9
/
+14
*
Fix arm unwind data for art code.
Christopher Ferris
2014-12-04
1
-38
/
+13
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+1
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-91
/
+154
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-212
/
+194
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-2
/
+2
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-10
/
+1
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-159
/
+96
*
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
Andreas Gampe
2014-08-19
1
-3
/
+6
*
ART: Set default visibility to protected
Andreas Gampe
2014-08-19
1
-2
/
+2
*
Merge "Fix bugs in the x86 and arm versions of generic JNI."
Nicolas Geoffray
2014-08-12
1
-7
/
+17
|
\
|
*
Fix bugs in the x86 and arm versions of generic JNI.
Nicolas Geoffray
2014-08-14
1
-7
/
+17
*
|
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-25
/
+0
|
/
*
Proper fix after -Bsymbolic change.
Dan Albert
2014-08-09
1
-0
/
+2
*
Revert "Fix build without -Bsymbolic."
Dan Albert
2014-08-07
1
-4
/
+2
*
Fix build without -Bsymbolic.
Dan Albert
2014-08-07
1
-2
/
+4
*
When performing a long jump, update SP last.
Jeff Hao
2014-08-06
1
-1
/
+2
*
ART: Rework Generic JNI, add ARM version
Andreas Gampe
2014-07-01
1
-2
/
+87
*
Add an optimization for removing redundant suspend tests in ART
Wei Jin
2014-06-05
1
-0
/
+4
*
ART: Fix comments for dmb
Andreas Gampe
2014-05-14
1
-2
/
+2
*
ART: Add lock and unlock stubs for ARM64, fix for X86-64
Andreas Gampe
2014-05-12
1
-1
/
+1
*
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-0
/
+25
*
Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code
Andreas Gampe
2014-04-25
1
-0
/
+15
*
Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs
Andreas Gampe
2014-04-25
1
-0
/
+16
*
Disable use of R4 as a promotable register
Dave Allison
2014-04-03
1
-0
/
+8
*
Initial changes towards Generic JNI option
Andreas Gampe
2014-03-03
1
-0
/
+2
*
Make ARM assembly labels local.
Ian Rogers
2014-02-21
1
-62
/
+62
*
Work in the direction of hard float quick ABIs.
Ian Rogers
2014-02-11
1
-1
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-0
/
+2
*
Fix dumpsys meminfo <pid>.
Mathieu Chartier
2013-11-25
1
-1
/
+4
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-1
/
+1
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-184
/
+19
*
Add .cfi_restore for assembly functions
Dave Allison
2013-11-06
1
-1
/
+34
*
Lazily compute object identity hash codes.
Mathieu Chartier
2013-10-31
1
-1
/
+1
*
Merge "Implement Interface Method Tables (IMT)." into dalvik-dev
Jeff Hao
2013-10-29
1
-0
/
+12
|
\
|
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+12
*
|
Fix object identity hash.
Mathieu Chartier
2013-10-29
1
-9
/
+10
|
/
*
Add missing callee save restore to quick entrypoints.
Mathieu Chartier
2013-10-22
1
-13
/
+11
*
Restore callee save registers.
Mathieu Chartier
2013-10-16
1
-9
/
+7
*
Improve quick codegen for aput-object.
Ian Rogers
2013-10-08
1
-21
/
+86
[next]