Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
82091dad38f3e5bfaf3b6984c9ab73069fb68310
/
runtime
28acb6f
Merge "Remove libcxx.mk cruft."
by Dan Albert
· 10 years ago
f36df54
Remove libcxx.mk cruft.
by Dan Albert
· 10 years ago
542361f
Introduce primitive type helpers.
by Alexandre Rames
· 10 years ago
e4a91bb
Force set resolved method for static invokes
by Mathieu Chartier
· 10 years ago
4c10110
Print lock level in ExclusiveUnlock
by Mathieu Chartier
· 10 years ago
0530082
Merge "Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"""
by Andreas Gampe
· 10 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 10 years ago
04a7780
Merge "ART: reduce UpdateModUnionTable time for partial GC"
by Hiroshi Yamauchi
· 10 years ago
85ed6bd
Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"
by Hiroshi Yamauchi
· 10 years ago
eb6e852
Merge "ART: More Quick cleanup"
by Andreas Gampe
· 10 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
aeb47bb
Merge "Refactor register access from StackVisitor"
by Sebastien Hertz
· 10 years ago
aa854af
Merge "JDWP: allocate single step control only when active"
by Sebastien Hertz
· 10 years ago
0e92f4f
ART: More Quick cleanup
by Andreas Gampe
· 10 years ago
b80c315
Merge "ART: Take apart stream output"
by Andreas Gampe
· 10 years ago
2ca19c2
Merge "Change AtomicStack to use StackReference"
by Mathieu Chartier
· 10 years ago
597c4f0
JDWP: allocate single step control only when active
by Sebastien Hertz
· 10 years ago
3ef69b4
ART: Take apart stream output
by Andreas Gampe
· 10 years ago
f601d19
ART: Fix assembler labels' usage in macros for Mac.
by Vladimir Marko
· 10 years ago
96ba8dc
Refactor register access from StackVisitor
by Sebastien Hertz
· 10 years ago
bc50334
Fix Mac build.
by Vladimir Marko
· 10 years ago
34eda1d
ART: Fix asm literals for Mac builds.
by Vladimir Marko
· 10 years ago
ebb3cbc
Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
4add3b4
ART: clear dirty cards of alloc space for MS/CMS partial and full GCs
by Lei Li
· 10 years ago
cb535da
Change AtomicStack to use StackReference
by Mathieu Chartier
· 10 years ago
336247f
Merge "ART: Fix new[] / delete mismatch"
by Andreas Gampe
· 10 years ago
6c08a45
ART: Fix new[] / delete mismatch
by Andreas Gampe
· 10 years ago
c23f0d8
Make it possible to enable read barriers at build time.
by Hiroshi Yamauchi
· 10 years ago
d7fa69c
Merge "ART: On shutdown, only warn on mutex contention"
by Andreas Gampe
· 10 years ago
8f1fa10
ART: On shutdown, only warn on mutex contention
by Andreas Gampe
· 10 years ago
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
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 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
3befba4
ART: reduce UpdateModUnionTable time for partial GC
by Lei Li
· 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
Next »