index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
entrypoints
/
quick
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip r1 on arm if first parameter is a long.
Nicolas Geoffray
2015-01-13
1
-0
/
+10
*
Fix handling of long argument spanning register/memory.
Nicolas Geoffray
2015-01-12
1
-8
/
+3
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
6
-70
/
+93
*
Support proxy method in StackVisitor::GetThisObject
Sebastien Hertz
2014-12-09
1
-0
/
+23
*
Fix artQuickResolutionTrampoline.
Ian Rogers
2014-12-02
1
-1
/
+4
*
Move FindDexMethodIndexInOtherDexFile into ArtMethod.
Ian Rogers
2014-12-02
1
-35
/
+39
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-7
/
+8
*
Merge "Add JNI trampoline for mips32."
Ian Rogers
2014-11-22
1
-5
/
+4
|
\
|
*
Add JNI trampoline for mips32.
Douglas Leung
2014-10-31
1
-5
/
+4
*
|
Fix oatdump to use OatHeader pointer size
Mathieu Chartier
2014-11-21
1
-1
/
+1
*
|
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+1
*
|
Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode"
Sebastien Hertz
2014-11-17
1
-1
/
+1
|
\
\
|
*
|
Fix DCHECK in artInstrumentationMethodEntryFromCode
Sebastien Hertz
2014-11-17
1
-1
/
+1
*
|
|
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
3
-3
/
+1
|
/
/
*
|
ART: Fix some redundant declarations
Andreas Gampe
2014-11-04
1
-0
/
+109
*
|
Merge "ART: More warnings"
Andreas Gampe
2014-11-05
1
-2
/
+2
|
\
\
|
*
|
ART: More warnings
Andreas Gampe
2014-11-04
1
-2
/
+2
*
|
|
Fix build.
Ian Rogers
2014-11-04
1
-4
/
+4
*
|
|
Fix mac build.
Ian Rogers
2014-11-04
1
-6
/
+8
|
/
/
*
|
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-7
/
+8
*
|
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
3
-19
/
+14
|
/
*
Merge "Tidy logging code not using UNIMPLEMENTED."
Ian Rogers
2014-10-25
2
-5
/
+5
|
\
|
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
2
-5
/
+5
*
|
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-59
/
+89
|
/
*
Tidy up logging.
Ian Rogers
2014-10-22
2
-1
/
+2
*
Const-ify functions/variables in trampoline entrypoints.
Ian Rogers
2014-10-21
1
-22
/
+23
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
12
-269
/
+243
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
3
-6
/
+8
*
Merge "Work around ICE bugs with MIPS GCC and O1."
Ian Rogers
2014-10-10
1
-19
/
+17
|
\
|
*
Work around ICE bugs with MIPS GCC and O1.
Ian Rogers
2014-10-10
1
-19
/
+17
*
|
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-0
/
+9
|
/
*
stdint types all the way!
Ian Rogers
2014-10-09
3
-13
/
+13
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-35
/
+11
*
Handlerize methods across some GC points.
Hiroshi Yamauchi
2014-10-06
1
-6
/
+5
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
2
-9
/
+6
*
Optimize get/set reflection performance
Mathieu Chartier
2014-09-26
2
-0
/
+3
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-2
/
+2
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
3
-17
/
+8
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
2
-0
/
+322
*
Support running without a boot image.
Alex Light
2014-08-25
1
-1
/
+2
*
Merge "Fix bugs in the x86 and arm versions of generic JNI."
Nicolas Geoffray
2014-08-12
1
-1
/
+9
|
\
|
*
Fix bugs in the x86 and arm versions of generic JNI.
Nicolas Geoffray
2014-08-14
1
-1
/
+9
*
|
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-0
/
+4
|
/
*
ART: Build fix for dex_cache rework
Andreas Gampe
2014-08-06
1
-1
/
+1
*
Merge "ART: Add guards to the dex cache and its shortcuts"
Andreas Gampe
2014-08-06
1
-3
/
+3
|
\
|
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-3
/
+3
*
|
Merge "Implement TLAB fast paths in artAllocObjectFromCode."
Hiroshi Yamauchi
2014-08-05
1
-0
/
+61
|
\
\
|
|
/
|
/
|
|
*
Implement TLAB fast paths in artAllocObjectFromCode.
Hiroshi Yamauchi
2014-08-06
1
-0
/
+61
*
|
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-08-06
1
-2
/
+1
|
/
*
Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""
Nicolas Geoffray
2014-07-23
1
-1
/
+2
|
\
[next]