Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
fb8a07bdf92ab097c1d309a8a6b70dacc81f4478
fb8a07b
Merge "ART: Refactor GenSelect, refactor gen_common accordingly"
by Andreas Gampe
· 10 years ago
90969af
ART: Refactor GenSelect, refactor gen_common accordingly
by Andreas Gampe
· 10 years ago
de0aafe
Merge "Remove some to-done TODOs."
by Ian Rogers
· 10 years ago
1fceb40
Remove some to-done TODOs.
by Ian Rogers
· 10 years ago
1817981
Merge "ART: Lock an arg reg in GenInlinedGet"
by Andreas Gampe
· 10 years ago
30ab8a8
ART: Lock an arg reg in GenInlinedGet
by Andreas Gampe
· 10 years ago
b2a5901
Merge "Fix lint errors."
by Nicolas Geoffray
· 10 years ago
169277a
Fix lint errors.
by Nicolas Geoffray
· 10 years ago
b0777f0
Merge "Use the thumb2 assembler for the optimizing compiler."
by Nicolas Geoffray
· 10 years ago
81457a3
Merge "Add back a deleted check related to verification."
by Stephen Hines
· 10 years ago
3a07c04
Merge "Fix test 304-method-tracing failure for Mips."
by Ian Rogers
· 10 years ago
c3d131e
Fix test 304-method-tracing failure for Mips.
by Douglas Leung
· 10 years ago
233b0e3
Merge "Remove errors/warnings from tautological comparisons."
by Stephen Hines
· 10 years ago
22c6a81
Add back a deleted check related to verification.
by Stephen Hines
· 10 years ago
8d48673
Use the thumb2 assembler for the optimizing compiler.
by Nicolas Geoffray
· 10 years ago
9791bb4
Merge "Fix art test failures for Mips."
by Jeff Hao
· 10 years ago
ebe8f79
Merge "Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""""
by Dave Allison
· 10 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
479f131
Merge "Disable adding main and non moving spaces to immune region in GSS"
by Mathieu Chartier
· 10 years ago
4c13a3f
Disable adding main and non moving spaces to immune region in GSS
by Mathieu Chartier
· 10 years ago
b5f5649
Remove errors/warnings from tautological comparisons.
by Stephen Hines
· 10 years ago
403ef95
Merge "Add another test to the trace test black list."
by Ian Rogers
· 10 years ago
55bce0c
Add another test to the trace test black list.
by Ian Rogers
· 10 years ago
d9cb8ae
Fix art test failures for Mips.
by Douglas Leung
· 10 years ago
aab012d
Merge "Add --trace variants of the run-test testing rules."
by Ian Rogers
· 10 years ago
716e4f8
Add --trace variants of the run-test testing rules.
by Ian Rogers
· 10 years ago
fbde4dd
Merge "Use sched_yield in Monitor::MonitorEnter."
by Mathieu Chartier
· 10 years ago
251755c
Use sched_yield in Monitor::MonitorEnter.
by Mathieu Chartier
· 10 years ago
e66f631
Merge "Fix x86 build."
by Ian Rogers
· 10 years ago
e5877a1
Fix x86 build.
by Ian Rogers
· 10 years ago
792f596
Merge "Fix class initialization checks in interpreter"
by Sebastien Hertz
· 10 years ago
1edbd8e
Fix class initialization checks in interpreter
by Sebastien Hertz
· 10 years ago
ea1a9bd
Merge "Remove object_utils.h."
by Ian Rogers
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
a4fe789
Merge "Make ART fail gracefully when it can't update the desired code."
by Calin Juravle
· 10 years ago
c54aea7
Make ART fail gracefully when it can't update the desired code.
by Calin Juravle
· 10 years ago
524e5e3
Merge "ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64)"
by Andreas Gampe
· 10 years ago
9522af9
ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64)
by Andreas Gampe
· 10 years ago
ebaca19
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
by Mathieu Chartier
· 10 years ago
4ee7a66
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Fred Shih
· 10 years ago
76e6773
Merge "AArch64: improve usage of TargetReg() and friends."
by Andreas Gampe
· 10 years ago
ed7a0f2
AArch64: improve usage of TargetReg() and friends.
by Matteo Franchin
· 10 years ago
0e359ef
Merge "Break apart header files."
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
07b8441
Merge "Fix a braino in the stack layout."
by Nicolas Geoffray
· 10 years ago
ab032bc
Fix a braino in the stack layout.
by Nicolas Geoffray
· 10 years ago
635561b
Merge "Add read barriers for the roots in Runtime."
by Hiroshi Yamauchi
· 10 years ago
ab08811
Add read barriers for the roots in Runtime.
by Hiroshi Yamauchi
· 10 years ago
37994a7
Merge "Fix infinite loop when calling SetStatus after OOM."
by Mathieu Chartier
· 10 years ago
fd22d5b
Fix infinite loop when calling SetStatus after OOM.
by Mathieu Chartier
· 10 years ago
e8b8086
Merge "x86 needs a bit more stack to handle stack overflows."
by Nicolas Geoffray
· 10 years ago
86c1b70
x86 needs a bit more stack to handle stack overflows.
by Nicolas Geoffray
· 10 years ago
267b1f2
Merge "Make generate-operator-out.py compatible with Python 3.x"
by Ian Rogers
· 10 years ago
c2e0260
Make generate-operator-out.py compatible with Python 3.x
by Bernhard Rosenkränzer
· 10 years ago
cf90ba7
Merge "ART: Add another special case to GenSelect for ARM64"
by Andreas Gampe
· 10 years ago
39c8a99
ART: Add another special case to GenSelect for ARM64
by Andreas Gampe
· 10 years ago
6ef2aa6
Merge "ART: Rework TargetReg(symbolic_reg, wide)"
by Andreas Gampe
· 10 years ago
ccc6026
ART: Rework TargetReg(symbolic_reg, wide)
by Andreas Gampe
· 10 years ago
bc9127a
Merge "AArch64: Fix def use."
by Andreas Gampe
· 10 years ago
421efca
AArch64: Fix def use.
by Zheng Xu
· 10 years ago
0ee33c3
Merge "Revert "Revert "ART: Key-Value Store in Oat header"""
by Andreas Gampe
· 10 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 10 years ago
8c47281
Merge "ART: Compacting ROS/DlMalloc spaces with semispace copy GC"
by Mathieu Chartier
· 10 years ago
f37a88b
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
by Zuo Wang
· 10 years ago
9531f62
Merge "Call strong CAS from unsafe. Add more CAS versions."
by Hans Boehm
· 10 years ago
d843443
Call strong CAS from unsafe. Add more CAS versions.
by Hans Boehm
· 10 years ago
3d71f32
Merge "ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64"
by Andreas Gampe
· 10 years ago
af263df
ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64
by Andreas Gampe
· 10 years ago
f08f0ca
Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable"
by Ian Rogers
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
aebf3cd
Merge "Replace memory barriers to better reflect Java needs."
by Hans Boehm
· 10 years ago
48f5c47
Replace memory barriers to better reflect Java needs.
by Hans Boehm
· 10 years ago
2751ffb
Merge "Faster TLAB allocator."
by Mathieu Chartier
· 10 years ago
14cc9be
Faster TLAB allocator.
by Mathieu Chartier
· 10 years ago
438b903
Merge "Make jemalloc the default choice."
by Christopher Ferris
· 10 years ago
fc35de0
Make jemalloc the default choice.
by Christopher Ferris
· 10 years ago
bfe9d08
Merge "Fix mac build."
by Christopher Ferris
· 10 years ago
ae91207
Fix mac build.
by Christopher Ferris
· 10 years ago
7aab987
Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler"
by Andreas Gampe
· 10 years ago
0941924
ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler
by Serban Constantinescu
· 11 years ago
3b7da81
Merge "ART: Correct disassembling of regs from opcodes"
by Ian Rogers
· 10 years ago
b7e78cb
Merge "AArch64: Fix and enable reverseBytes intrinsic."
by Andreas Gampe
· 10 years ago
946a55f
Merge "ART: Fix GenSelect for ARM64"
by Andreas Gampe
· 10 years ago
873c371
ART: Fix GenSelect for ARM64
by Stuart Monteith
· 10 years ago
0f73aa8
Merge "Update counting VR for promotion"
by Andreas Gampe
· 10 years ago
59a42af
Update counting VR for promotion
by Serguei Katkov
· 10 years ago
5727339
Merge "Aarch64: easy division and remainder for long ints."
by Andreas Gampe
· 10 years ago
7c6c2ac
Aarch64: easy division and remainder for long ints.
by Matteo Franchin
· 10 years ago
1cad41d
Merge "Support fields in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
e503832
Support fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
c35c60f
Merge "Bailout if the field access is not supported."
by Nicolas Geoffray
· 10 years ago
abed4d0
Bailout if the field access is not supported.
by Nicolas Geoffray
· 10 years ago
3641ac7
Merge "Add missing class initialization during compilation and tests"
by Sebastien Hertz
· 10 years ago
eab674a
Merge "Fix missing single-step event"
by Sebastien Hertz
· 10 years ago
49ab79d
Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
by Sebastien Hertz
· 10 years ago
9e82bd3
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
by Sebastien Hertz
· 10 years ago
d4415e8
Revert "Revert "Add intrinsic for Reference.get()""
by Christopher Ferris
· 10 years ago
a9b870b
Revert "Add intrinsic for Reference.get()"
by Christopher Ferris
· 10 years ago
6a1f4ad
Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Nicolas Geoffray
· 10 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 10 years ago
Next »