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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize pDeoptimize quick entry pointer for Mips.
Douglas Leung
2015-07-13
1
-0
/
+4
*
Add implicit null pointer and stack overflow checks for Mips.
Douglas Leung
2015-07-03
1
-10
/
+95
*
[MIPS] Fix method tracing for mips64
Lazar Trsic
2015-06-10
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
3
-5
/
+5
*
Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-dev
Andreas Gampe
2015-05-29
3
-27
/
+44
|
\
|
*
ART: Add Mips o32 callee-save registers to SaveAll frame
Andreas Gampe
2015-05-28
3
-27
/
+44
*
|
ART: Use kBadFprBase on mips64 and arm64.
Vladimir Marko
2015-05-27
1
-1
/
+1
*
|
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
2
-28
/
+17
|
/
*
Insert a read barrier in the JNI bridge.
Hiroshi Yamauchi
2015-05-07
1
-0
/
+3
*
ART: Fix MIPS entrypoint downcall macros.
Vladimir Marko
2015-04-28
1
-17
/
+3
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-0
/
+24
*
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
1
-7
/
+16
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
3
-10
/
+15
*
Fix 099-vmdebug and 802-deoptimization art tests for Mips.
Douglas Leung
2015-03-31
1
-16
/
+15
*
ART: Change the isa defaults for Mips
Douglas Leung
2015-03-20
1
-27
/
+54
*
Fix generic JNI stubs to not discard the Java native frame.
Nicolas Geoffray
2015-03-03
1
-5
/
+4
*
[MIPS] Fix mips32 trampoline problem.
Nikola Veljkovic
2015-02-25
2
-0
/
+144
*
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
Andreas Gampe
2015-02-23
2
-2
/
+3
*
Refactor register access from StackVisitor
Sebastien Hertz
2015-01-26
2
-36
/
+26
*
Merge "Fix refs_and_args callee save order for Mips32."
Andreas Gampe
2015-01-16
1
-9
/
+9
|
\
|
*
Fix refs_and_args callee save order for Mips32.
Douglas Leung
2015-01-12
1
-9
/
+9
*
|
ART: Introduce Mips32 R6
Andreas Gampe
2015-01-13
2
-29
/
+75
*
|
ART: Use jalr instead of jr for Mips
Andreas Gampe
2015-01-13
2
-32
/
+34
|
/
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-55
/
+27
*
Fix typo bug for Mips32.
Douglas Leung
2014-12-16
1
-1
/
+1
*
[MIPSR6] Adjust assembly routines for MIPS R6 isa
Duane Sand
2014-12-16
2
-61
/
+106
*
Remove portable.
Elliott Hughes
2014-12-12
2
-138
/
+1
*
Merge "Add JNI trampoline for mips32."
Ian Rogers
2014-11-22
3
-204
/
+278
|
\
|
*
Add JNI trampoline for mips32.
Douglas Leung
2014-10-31
3
-204
/
+278
*
|
Fix the last users of TARGET_CPU_SMP.
Elliott Hughes
2014-11-19
1
-4
/
+0
*
|
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
2
-2
/
+2
*
|
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
3
-0
/
+299
*
|
Merge "ART: Fix some redundant declarations"
Andreas Gampe
2014-11-05
1
-80
/
+1
|
\
\
|
*
|
ART: Fix some redundant declarations
Andreas Gampe
2014-11-04
1
-80
/
+1
*
|
|
Add ATTRIBUTE_UNUSED to unused parameters.
Chih-Hung Hsieh
2014-11-04
1
-7
/
+13
|
/
/
*
|
ART: Remove unnecessary includes
Andreas Gampe
2014-11-03
1
-2
/
+1
|
/
*
Add gp initialization to the art_quick_imt_conflict_trampoline() function.
Douglas Leung
2014-10-27
1
-1
/
+1
*
Do not use ld instruction for Mips32.
Douglas Leung
2014-10-24
1
-6
/
+9
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
6
-290
/
+200
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
2
-9
/
+4
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-3
/
+4
*
Fix mips build for nested signal handler
Dave Allison
2014-08-29
1
-0
/
+3
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
2
-2
/
+189
*
Fix the THREAD_ offsets for MIPS.
Raghu Gandham
2014-08-15
1
-2
/
+2
*
Add implicit checks for x86_64 architecture.
Dave Allison
2014-08-07
1
-1
/
+1
*
Fix test 304-method-tracing failure for Mips.
Douglas Leung
2014-07-16
1
-3
/
+4
*
Merge "Fix art test failures for Mips."
Jeff Hao
2014-07-16
1
-4
/
+9
|
\
|
*
Fix art test failures for Mips.
Douglas Leung
2014-07-15
1
-4
/
+9
*
|
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-1
/
+2
|
/
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-0
/
+2
[next]