Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
2cd334ae2d4287216523882f0d298cf3901b7ab1
/
runtime
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
4597b5b
Fix valgrind error.
by Nicolas Geoffray
· 10 years ago
4c4d609
Fix compaction bugs related to IdentityHashCode
by Mathieu Chartier
· 10 years ago
294f986
Merge "Fix exception handling during deoptimization"
by Sebastien Hertz
· 10 years ago
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
0407196
Fix BitVector::IndexIterator::operator*() to return uint32_t.
by Vladimir Marko
· 10 years ago
4dfe58d
Merge "ART: clear dirty cards of alloc space in pause phase"
by Mathieu Chartier
· 10 years ago
4936159
Fix compaction unsafe DescribeWait
by Mathieu Chartier
· 10 years ago
e2c05a2
Merge "ART: Refactor common ELF->InstructionSet code"
by Andreas Gampe
· 10 years ago
746a040
Merge "Improve error messages in art::GraphChecker and art::SSAChecker"
by Roland Levillain
· 10 years ago
77ed343
Merge "Enable core callee-save on x64."
by Nicolas Geoffray
· 10 years ago
727b294
ART: clear dirty cards of alloc space in pause phase
by Lei Li
· 10 years ago
0ff51b1
Merge "Follow up on CL 123650"
by Sebastien Hertz
· 10 years ago
6f61141
ART: Refactor common ELF->InstructionSet code
by Andreas Gampe
· 10 years ago
5c3d3a9
ART: Fix stub_test
by Andreas Gampe
· 10 years ago
9889396
Enable core callee-save on x64.
by Nicolas Geoffray
· 10 years ago
a10aa37
Follow up on CL 123650
by Sebastien Hertz
· 10 years ago
f3f62f2
Merge "Update instrumentation stubs on resolved classes"
by Sebastien Hertz
· 10 years ago
5c4405e
Improve error messages in art::GraphChecker and art::SSAChecker
by Roland Levillain
· 10 years ago
86657be
Merge "[optimizing compiler] Implement inline x86 FP '%'"
by Calin Juravle
· 10 years ago
24f2dfa
[optimizing compiler] Implement inline x86 FP '%'
by Mark Mendell
· 10 years ago
0c8c303
Clean up the locks around Heap::VisitObjects().
by Hiroshi Yamauchi
· 10 years ago
a8a697f
Update instrumentation stubs on resolved classes
by Sebastien Hertz
· 10 years ago
7380c31
Fix infinite loop in GenerateIdentityHashCode
by tony.ys_liu
· 10 years ago
fa04842
Merge "Fix refs_and_args callee save order for Mips32."
by Andreas Gampe
· 10 years ago
d16d76a
Merge "Fix comment referring to nonexistent ElementDeleter"
by Richard Uhler
· 10 years ago
ddcaf45
Merge "ART: Mips64 runtime support"
by Andreas Gampe
· 10 years ago
1a5c406
ART: Mips64 runtime support
by Andreas Gampe
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
0223a19
Merge "ART: Allow to compile interpret-only mips64 files"
by Andreas Gampe
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
726078d
Merge "ART: Optimizing compiler intrinsics"
by Andreas Gampe
· 10 years ago
88c7c58
Merge "ART: Only run addr2line in abort thread dumps"
by Andreas Gampe
· 10 years ago
941c551
ART: Only run addr2line in abort thread dumps
by Andreas Gampe
· 10 years ago
5306f5d
Merge "Fix false alarm on thread suspend timeout"
by Mathieu Chartier
· 10 years ago
3c43f8d
Fix comment referring to nonexistent ElementDeleter
by Richard Uhler
· 10 years ago
71fb52f
ART: Optimizing compiler intrinsics
by Andreas Gampe
· 10 years ago
e81e1cd
Merge "ART: Allow scoped adjustments to log verbosity"
by Andreas Gampe
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
fcf81d8
ART: Mac build fix for unused constant
by Andreas Gampe
· 10 years ago
cbfded4
ART: Host timeout Mac build fix.
by Andreas Gampe
· 10 years ago
44c78b3
Merge "ART: Simple structural class check"
by Andreas Gampe
· 10 years ago
fd9eb39
ART: Simple structural class check
by Andreas Gampe
· 10 years ago
fe7e224
Merge "ART: Dump all threads on test timeout"
by Andreas Gampe
· 10 years ago
038bb22
ART: Dump all threads on test timeout
by Andreas Gampe
· 10 years ago
1e4b0ca
ART: Change ternary location for timeout
by Andreas Gampe
· 10 years ago
127d933
Merge "Use unique_ptr to track ownership of dex files."
by Richard Uhler
· 10 years ago
071e48e
Fix false alarm on thread suspend timeout
by tony.ys_liu
· 10 years ago
7774edf
Merge "Skip r1 on arm if first parameter is a long."
by Nicolas Geoffray
· 10 years ago
b640dec
Merge "JDWP: fix deadlock with GC"
by Sebastien Hertz
· 10 years ago
7fd1c7e
Merge "Fix bootclasspath string initialization"
by Sebastien Hertz
· 10 years ago
df179cb
ART: Fix mips typo
by Andreas Gampe
· 10 years ago
6452d9a
Merge "ART: Introduce Mips32 R6"
by Andreas Gampe
· 10 years ago
c5a3ea7
ART: Introduce Mips32 R6
by Andreas Gampe
· 10 years ago
26c1d5f
Merge "ART: Hprof cleanup"
by Andreas Gampe
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
d277efe
Merge "ART: Use jalr instead of jr for Mips"
by Andreas Gampe
· 10 years ago
55f6534
JDWP: fix deadlock with GC
by Sebastien Hertz
· 10 years ago
e6c143f
Fix bootclasspath string initialization
by Sebastien Hertz
· 10 years ago
8d36591
ART: Use jalr instead of jr for Mips
by Andreas Gampe
· 10 years ago
07ab4ec
Merge "Follow up on CL 122665."
by Hiroshi Yamauchi
· 10 years ago
312baf1
Follow up on CL 122665.
by Hiroshi Yamauchi
· 10 years ago
69c15d3
Skip r1 on arm if first parameter is a long.
by Nicolas Geoffray
· 10 years ago
3a91309
ART: Hprof cleanup
by Andreas Gampe
· 10 years ago
c6d8672
Fix refs_and_args callee save order for Mips32.
by Douglas Leung
· 10 years ago
8fccea2
Merge "Fix error in JobjectComparator"
by Mathieu Chartier
· 10 years ago
3096bc5
Fix error in JobjectComparator
by Mathieu Chartier
· 10 years ago
6650de2
Merge "Revert "ART: Implement hard float for X86""
by Vladimir Marko
· 10 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 10 years ago
1342867
Merge "ART: Implement hard float for X86"
by Vladimir Marko
· 10 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 10 years ago
425f239
Fix handling of long argument spanning register/memory.
by Nicolas Geoffray
· 10 years ago
f3401f7
Merge "JDWP: allow VirtualMachine.Resume on partial suspension"
by Sebastien Hertz
· 10 years ago
80f9e89
Merge "ART: Increase dump checkpoint timeout on the host"
by Andreas Gampe
· 10 years ago
313c9c6
Merge "[WIP] Fix a rosalloc verification crash."
by Hiroshi Yamauchi
· 10 years ago
4a3d19b
ART: Increase dump checkpoint timeout on the host
by Andreas Gampe
· 10 years ago
a233e03
[WIP] Fix a rosalloc verification crash.
by Hiroshi Yamauchi
· 10 years ago
1de5324
Merge "Clean up some #ifdefs."
by Elliott Hughes
· 10 years ago
0a18df8
Clean up some #ifdefs.
by Elliott Hughes
· 10 years ago
25d034c
Merge "ART: Fix prefix issues in Addr2line dump"
by Andreas Gampe
· 10 years ago
00bd2da
ART: Fix prefix issues in Addr2line dump
by Andreas Gampe
· 10 years ago
f7c1537
Merge "Change hprof to use streaming"
by Mathieu Chartier
· 10 years ago
ad466ad
Change hprof to use streaming
by Mathieu Chartier
· 10 years ago
f16344c
Merge "Fix HandleScope with wrong thread error"
by Mathieu Chartier
· 10 years ago
bef89c9
Fix HandleScope with wrong thread error
by Mathieu Chartier
· 10 years ago
578580b
Merge "ART: Use addr2line on the host for DumpNativeStack"
by Andreas Gampe
· 10 years ago
8e1cb91
ART: Use addr2line on the host for DumpNativeStack
by Andreas Gampe
· 10 years ago
eaabd1e
Merge "Remove back-door bootclasspath option from Runtime"
by Richard Uhler
· 10 years ago
f9d233d
JDWP: allow VirtualMachine.Resume on partial suspension
by Sebastien Hertz
· 10 years ago
7899cc3
Merge "ART: Relax java_vm_ext test"
by Andreas Gampe
· 10 years ago
1286549
ART: Relax java_vm_ext test
by Andreas Gampe
· 10 years ago
379d09f
Add clamp growth limit
by Mathieu Chartier
· 10 years ago
ca7d89d
Merge "ART: Fix Mac build"
by Andreas Gampe
· 10 years ago
9387c72
ART: Fix Mac build
by Andreas Gampe
· 10 years ago
c275259
Remove back-door bootclasspath option from Runtime
by Richard Uhler
· 10 years ago
3e0acf6
Add VerifyObject to StackHandleScope::SetReference
by Mathieu Chartier
· 10 years ago
553727e
Merge "ART: Pass ucontext to Backtrace in Stack Dump"
by Andreas Gampe
· 10 years ago
628a61a
ART: Pass ucontext to Backtrace in Stack Dump
by Andreas Gampe
· 10 years ago
97d091d
Merge "JDWP: do not report start/end events for thread without peer"
by Sebastien Hertz
· 10 years ago
4270e74
Merge "Fix valgrind imgdiag test failure / memory leak in runtime"
by Igor Murashkin
· 10 years ago
Next »