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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Implement X86 hard float (Quick/JNI/Baseline)
Mark Mendell
2015-01-23
1
-5
/
+9
*
Merge "Fix refs_and_args callee save order for Mips32."
Andreas Gampe
2015-01-16
1
-1
/
+1
|
\
|
*
Fix refs_and_args callee save order for Mips32.
Douglas Leung
2015-01-12
1
-1
/
+1
|
*
Merge "Revert "ART: Implement hard float for X86""
Vladimir Marko
2015-01-12
1
-9
/
+5
|
|
\
|
|
*
Revert "ART: Implement hard float for X86"
Vladimir Marko
2015-01-12
1
-9
/
+5
|
*
|
Merge "ART: Implement hard float for X86"
Vladimir Marko
2015-01-12
1
-5
/
+9
|
|
\
\
|
|
|
/
|
|
*
ART: Implement hard float for X86
Mark Mendell
2015-01-12
1
-5
/
+9
*
|
|
ART: Mips64 runtime support
Andreas Gampe
2015-01-15
1
-20
/
+114
*
|
|
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2015-01-15
1
-0
/
+3
*
|
|
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
*
|
Fix signal test to work with gcstress
Mathieu Chartier
2015-01-07
1
-5
/
+3
|
/
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
9
-86
/
+110
*
Remove portable.
Elliott Hughes
2014-12-12
14
-1528
/
+4
*
Support proxy method in StackVisitor::GetThisObject
Sebastien Hertz
2014-12-09
1
-0
/
+23
*
Remove MethodHelper.
Ian Rogers
2014-12-02
1
-9
/
+61
*
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
5
-19
/
+15
*
Merge "ART: Fix unused variables and functions"
Andreas Gampe
2014-11-24
2
-96
/
+96
|
\
|
*
ART: Fix unused variables and functions
Andreas Gampe
2014-11-24
2
-96
/
+96
*
|
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-1
/
+1
|
/
*
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
7
-32
/
+17
*
|
Check null this pointer for direct methods in FindMethodFast.
Jeff Hao
2014-11-03
1
-3
/
+2
|
/
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
1
-12
/
+8
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-1
/
+8
*
Merge "Tidy logging code not using UNIMPLEMENTED."
Ian Rogers
2014-10-25
4
-13
/
+9
|
\
|
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
4
-13
/
+9
*
|
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
9
-72
/
+139
*
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
4
-20
/
+20
[next]