Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
4fdbba09cdb16840c675608730bcd056ef27cfd6
4fdbba0
ART: Do not try to pretty-print method in dex file
by Andreas Gampe
· 10 years ago
a81fe3d
Merge "x86_64: Several fixes required for enabling promotion"
by Bill Buzbee
· 10 years ago
7133659
Merge "x86_64: Fix neg_double"
by Bill Buzbee
· 10 years ago
202e747
Merge "ART: Log information when skipping method during compilation"
by Andreas Gampe
· 10 years ago
060e6fe
ART: Log information when skipping method during compilation
by Andreas Gampe
· 10 years ago
4f975b9
Merge "x86_64: Enable core.oat/boot.oat compilation"
by Bill Buzbee
· 10 years ago
02959ea
x86_64: Fix neg_double
by Alexei Zavjalov
· 10 years ago
995b32c
Merge "ART: Implicit checks in the compiler are independent from Runtime"
by Andreas Gampe
· 10 years ago
5655e84
ART: Implicit checks in the compiler are independent from Runtime
by Andreas Gampe
· 10 years ago
6907078
Merge "ART: Reserve 8B for float literals on ARM64"
by Andreas Gampe
· 10 years ago
f987927
ART: Reserve 8B for float literals on ARM64
by Andreas Gampe
· 10 years ago
57eb0b4
Merge "ART: Change rrr add and sub for ARM64"
by Andreas Gampe
· 10 years ago
9f975bf
ART: Change rrr add and sub for ARM64
by Andreas Gampe
· 10 years ago
0c29909
Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. This fixes the CompilerDriverTest on MIPS. The test was failing when Transaction::Abort() acquired intern_table_lock_ and log_lock_ and subsequently performed QuasiAtomic operations."
by Ian Rogers
· 10 years ago
48bb32a
Merge "ART: Target-dependent stack overflow, less check elision"
by Andreas Gampe
· 10 years ago
7cd26f3
ART: Target-dependent stack overflow, less check elision
by Andreas Gampe
· 10 years ago
ef38670
Merge "Ensure classes are initialized rather than initializing."
by Ian Rogers
· 10 years ago
6c5cb21
Ensure classes are initialized rather than initializing.
by Ian Rogers
· 10 years ago
0c416fe
x86_64: Enable core.oat/boot.oat compilation
by Dmitry Petrochenko
· 10 years ago
3157f9a
x86_64: Several fixes required for enabling promotion
by Dmitry Petrochenko
· 10 years ago
ad6a328
Merge "Fix systrace logging, total paused time, and bytes saved message."
by Mathieu Chartier
· 10 years ago
19d46b4
Fix systrace logging, total paused time, and bytes saved message.
by Mathieu Chartier
· 10 years ago
5969734
Merge "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 10 years ago
7071c8d
Add x86 inlined abs method for float/double
by Yixin Shou
· 11 years ago
70ac0d0
Merge "Add mark compact collector."
by Mathieu Chartier
· 10 years ago
52e4b43
Add mark compact collector.
by Mathieu Chartier
· 10 years ago
49e5ec4
Merge "ART: Start implementation of OpRegRegRegExtend for ARM64"
by Andreas Gampe
· 10 years ago
47b31aa
ART: Start implementation of OpRegRegRegExtend for ARM64
by Andreas Gampe
· 10 years ago
249fa66
Merge "Fix art_quick_instrumentation_exit for ARM64"
by Sebastien Hertz
· 10 years ago
70f8d4b
Fix art_quick_instrumentation_exit for ARM64
by Sebastien Hertz
· 10 years ago
4ef30e9
Merge "Add an option to enable collecting dex pc in ART profiler"
by Calin Juravle
· 10 years ago
a93b0bb
Add an option to enable collecting dex pc in ART profiler
by Wei Jin
· 10 years ago
241fd11
Merge "Fix GetMethodID to find an interface method from a super-interface"
by Brian Carlstrom
· 10 years ago
004644f
Fix GetMethodID to find an interface method from a super-interface
by Brian Carlstrom
· 10 years ago
06729a6
Merge "Add missing parens to Makefile rule."
by Nicolas Geoffray
· 10 years ago
fe40874
Add missing parens to Makefile rule.
by Nicolas Geoffray
· 10 years ago
7258eaa
Merge "Build rules for running run-test with optimizing compiler."
by Nicolas Geoffray
· 10 years ago
4fab5a1
Merge "Enable background compaction by default"
by Mathieu Chartier
· 10 years ago
71921a3
Merge "x86_64: Clobber r8 to r11 and xmm0 to xmm15"
by Ian Rogers
· 10 years ago
9b743ef
Merge "AArch64: Fix OpCmpMemImmBranch."
by Bill Buzbee
· 10 years ago
7c1c263
AArch64: Fix OpCmpMemImmBranch.
by Zheng Xu
· 10 years ago
a033f70
Enable background compaction by default
by Mathieu Chartier
· 10 years ago
dd69b14
Merge "Fix error with remembered sets creation."
by Mathieu Chartier
· 10 years ago
96bcd45
Fix error with remembered sets creation.
by Mathieu Chartier
· 10 years ago
bfa45cd
Merge "Change reference processing to use heap references."
by Mathieu Chartier
· 10 years ago
4b85567
Merge "Fix run-test for OSX."
by Ian Rogers
· 10 years ago
2a65d4b
Fix run-test for OSX.
by Ian Rogers
· 10 years ago
9506afd
Merge "Revert "Add x86 inlined abs method for float/double""
by Vladimir Marko
· 10 years ago
4c115b8
Revert "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 10 years ago
b5c526d
Merge "AArch64: Add transition assembly to wrapper native functions."
by Bill Buzbee
· 10 years ago
0210d11
AArch64: Add transition assembly to wrapper native functions.
by Zheng Xu
· 10 years ago
838b38f
Merge "ART: Implement rem_double/rem_float for x86/x86-64"
by Bill Buzbee
· 10 years ago
bd3682e
ART: Implement rem_double/rem_float for x86/x86-64
by Alexei Zavjalov
· 10 years ago
38510ac
Merge "ART: Make verifier check invocation args of unresolved methods"
by Andreas Gampe
· 10 years ago
f4d7d95
Merge "Fix build: style issue."
by Vladimir Marko
· 10 years ago
cf20c1a
Fix build: style issue.
by Vladimir Marko
· 10 years ago
fbb2ea0
Merge "Revert "Revert "Fix access to FP registers when visiting stack"""
by Sebastien Hertz
· 10 years ago
0bcb290
Revert "Revert "Fix access to FP registers when visiting stack""
by Sebastien Hertz
· 10 years ago
a992a28
Merge "Revert "Fix access to FP registers when visiting stack""
by Sebastien Hertz
· 10 years ago
8ebd94a
Revert "Fix access to FP registers when visiting stack"
by Sebastien Hertz
· 10 years ago
aa9b3ae
Fix access to FP registers when visiting stack
by Sebastien Hertz
· 10 years ago
d87c29c
Merge "Add x86 inlined abs method for float/double"
by Vladimir Marko
· 10 years ago
988bbed
Merge "Fix access to FP registers when visiting stack"
by Sebastien Hertz
· 10 years ago
95c0bf8
ART: Make verifier check invocation args of unresolved methods
by Andreas Gampe
· 10 years ago
35ec2b5
x86_64: Clobber r8 to r11 and xmm0 to xmm15
by Chao-ying Fu
· 10 years ago
308351a
Change reference processing to use heap references.
by Mathieu Chartier
· 10 years ago
eaac24f
Merge "Disable StubTest.IndexOf if heap poisoning is enabled for now."
by Hiroshi Yamauchi
· 10 years ago
52fa814
Disable StubTest.IndexOf if heap poisoning is enabled for now.
by Hiroshi Yamauchi
· 10 years ago
0cfcd2e
Merge "AArch64: improve 64-bit immediates loads."
by Bill Buzbee
· 10 years ago
c41e6dc
AArch64: improve 64-bit immediates loads.
by Matteo Franchin
· 10 years ago
d6b2237
Merge "ART: Instanceof returns true if ref == 0 on x86-64"
by Bill Buzbee
· 10 years ago
3a97e43
Merge "Add read barriers for the class and the intern tables."
by Hiroshi Yamauchi
· 10 years ago
bd7ebdb
Merge "Use GetLow() to access low register of a pair"
by Bill Buzbee
· 10 years ago
b9b9d66
Use GetLow() to access low register of a pair
by Mark Mendell
· 10 years ago
57cd219
Merge "Arm64 hard-float"
by buzbee
· 10 years ago
33ae558
Arm64 hard-float
by buzbee
· 10 years ago
e88b89a
Add x86 inlined abs method for float/double
by Yixin Shou
· 11 years ago
3a50522
Build rules for running run-test with optimizing compiler.
by Nicolas Geoffray
· 11 years ago
9545500
ART: Instanceof returns true if ref == 0 on x86-64
by Alexei Zavjalov
· 10 years ago
a91a4bc
Add read barriers for the class and the intern tables.
by Hiroshi Yamauchi
· 10 years ago
7de77dd
Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.
by Raghu Gandham
· 10 years ago
7996050
Merge "Quick compiler:interpret on type mismatch"
by buzbee
· 10 years ago
8c7a02a
Quick compiler:interpret on type mismatch
by buzbee
· 10 years ago
df88a9e
Merge "x86_64: Enable compilation"
by Ian Rogers
· 10 years ago
136aaee
x86_64: Enable compilation
by Dmitry Petrochenko
· 10 years ago
5792567
Merge "Add extra information to InitImageMethodVisitor CHECK"
by Brian Carlstrom
· 10 years ago
3c911d6
Add extra information to InitImageMethodVisitor CHECK
by Brian Carlstrom
· 10 years ago
b2192ff
Merge "Avoid a non-root monitor vector in Dbg::GetOwnedMonitors()."
by Hiroshi Yamauchi
· 10 years ago
cc8c5c5
Avoid a non-root monitor vector in Dbg::GetOwnedMonitors().
by Hiroshi Yamauchi
· 10 years ago
08eeb38
Merge "Don't use signal handlers in interpreter only mode"
by Dave Allison
· 10 years ago
4eb1331f
Don't use signal handlers in interpreter only mode
by Dave Allison
· 10 years ago
97ed29f
Merge "ART: Hide unreachable basic blocks in the compiler"
by Andreas Gampe
· 10 years ago
4439596
ART: Hide unreachable basic blocks in the compiler
by Andreas Gampe
· 10 years ago
8cd927c
Merge "x86_64: Disable all optimizations and fix bugs"
by Ian Rogers
· 10 years ago
7e399fd
x86_64: Disable all optimizations and fix bugs
by Chao-ying Fu
· 10 years ago
49a1b40
Merge "Optionally add debug symbols to ELF files made by quick compiler."
by Brian Carlstrom
· 10 years ago
78382fa
Optionally add debug symbols to ELF files made by quick compiler.
by Alex Light
· 10 years ago
3316ff5
Merge "ART: Invoke_virtual needs at least receiver parameter"
by Andreas Gampe
· 10 years ago
9f2b643
ART: Invoke_virtual needs at least receiver parameter
by Andreas Gampe
· 10 years ago
cbaa307
Merge "AArch64: Enable MOVE_*, some CONST_*, CMP_*."
by Bill Buzbee
· 10 years ago
Next »