Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
d577748c041aa6df599218f3cb31697ecf032730
d577748
Fix LinkFieldsComparator.
by Vladimir Marko
· 10 years ago
59321e0
Merge "More armv8/optimizing test failures."
by Nicolas Geoffray
· 10 years ago
36cc29b
More armv8/optimizing test failures.
by Nicolas Geoffray
· 10 years ago
0994a63
Merge "Implement monitorenter/monitorexit."
by Nicolas Geoffray
· 10 years ago
b7baf5c
Implement monitorenter/monitorexit.
by Nicolas Geoffray
· 10 years ago
15136cb
Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler."""
by Roland Levillain
· 10 years ago
9ffeab5
Merge "Update list of armv8/optimizing failing tests."
by Nicolas Geoffray
· 10 years ago
2a52b33
Update list of armv8/optimizing failing tests.
by Nicolas Geoffray
· 10 years ago
93ca91d
Merge "Remove HTemporary when building the SSA graph."
by Nicolas Geoffray
· 10 years ago
f2d99e1
Merge "Implement invokesuper in optimizing."
by Nicolas Geoffray
· 10 years ago
0d8db99
Implement invokesuper in optimizing.
by Nicolas Geoffray
· 10 years ago
36750ca
Merge "Implement checkcast for optimizing."
by Nicolas Geoffray
· 10 years ago
57a88d4
Implement checkcast for optimizing.
by Nicolas Geoffray
· 10 years ago
401da91
Merge "Don't try to handle nested SIGSEGV inside fault handler."
by Ian Rogers
· 10 years ago
ad11e7a
Don't try to handle nested SIGSEGV inside fault handler.
by Ian Rogers
· 10 years ago
b5c49cf
Merge "Allow JNI AttachCurrentThread to fail if not enough stack."
by Ian Rogers
· 10 years ago
f4d4da1
Allow JNI AttachCurrentThread to fail if not enough stack.
by Ian Rogers
· 10 years ago
421e9f9
Remove HTemporary when building the SSA graph.
by Nicolas Geoffray
· 10 years ago
3eb2abb
Merge "Add null check for thread name creation"
by Mathieu Chartier
· 10 years ago
e07fd17
Add null check for thread name creation
by Mathieu Chartier
· 10 years ago
946e143
Revert "Revert "Add support for long-to-int in the optimizing compiler.""
by Roland Levillain
· 10 years ago
4c9c251
Merge "Add jni_internal_test for GetArrayLength(NULL)."
by Ian Rogers
· 10 years ago
2f022bd
Add jni_internal_test for GetArrayLength(NULL).
by Ian Rogers
· 10 years ago
d6425d7
Merge "Revert "Add support for long-to-int in the optimizing compiler.""
by Roland Levillain
· 10 years ago
3adfd1b
Revert "Add support for long-to-int in the optimizing compiler."
by Roland Levillain
· 10 years ago
13e86ed
Merge "Fix lint error."
by Calin Juravle
· 10 years ago
5ad0582
Fix lint error.
by Calin Juravle
· 10 years ago
570570e
Merge "Revert "Use correct register class for refs""
by Vladimir Marko
· 10 years ago
29b5535
Revert "Use correct register class for refs"
by Vladimir Marko
· 10 years ago
f42f4b0
Merge "Add support for long-to-int in the optimizing compiler."
by Roland Levillain
· 10 years ago
647b96f
Add support for long-to-int in the optimizing compiler.
by Roland Levillain
· 10 years ago
dbc30bc
Merge "Use correct register class for refs"
by Vladimir Marko
· 10 years ago
9e68483
Merge "Opt compiler: Add arm64 support for a few more IRs."
by Nicolas Geoffray
· 10 years ago
c7fe246
Merge "Opt compiler: Add arm64 support for floating-point."
by Nicolas Geoffray
· 10 years ago
5c25554
Use correct register class for refs
by Serguei Katkov
· 10 years ago
a9284c4
Merge "Fix CombineBlocks optimization"
by Ian Rogers
· 10 years ago
483e573
Merge "Fix x86 art_quick_set64_instance quick entrypoint"
by Ian Rogers
· 10 years ago
08794a9
Fix CombineBlocks optimization
by Serguei Katkov
· 10 years ago
e0b46a7
Fix x86 art_quick_set64_instance quick entrypoint
by Serguei Katkov
· 10 years ago
3385675
Merge "Fix parentheses, tidy code."
by Ian Rogers
· 10 years ago
c35cda8
Fix parentheses, tidy code.
by Ian Rogers
· 10 years ago
fa7ec00
Merge "Update dependency after libgtest_libc++_host renaming."
by Nicolas Geoffray
· 10 years ago
10fc34b
Update dependency after libgtest_libc++_host renaming.
by Nicolas Geoffray
· 10 years ago
29af7b9
Merge "ART: Prune links in the dalvik cache"
by Andreas Gampe
· 10 years ago
661ed69
Merge "Delete unused imtable field"
by Mathieu Chartier
· 10 years ago
8db9dcd
ART: Prune links in the dalvik cache
by Andreas Gampe
· 10 years ago
5f9a954
Delete unused imtable field
by Mathieu Chartier
· 10 years ago
fc19de8
Opt compiler: Add arm64 support for a few more IRs.
by Alexandre Rames
· 10 years ago
a89086e
Opt compiler: Add arm64 support for floating-point.
by Alexandre Rames
· 10 years ago
974bc27
Merge "Support Java conversions from char to long in opt. compiler."
by Roland Levillain
· 10 years ago
666c732
Support Java conversions from char to long in opt. compiler.
by Roland Levillain
· 10 years ago
bb5b390
Merge "Failing test on armv8/optimizing after interface support."
by Nicolas Geoffray
· 10 years ago
96d9c0d
Failing test on armv8/optimizing after interface support.
by Nicolas Geoffray
· 10 years ago
9806199
Merge "Support invoke-interface in optimizing."
by Nicolas Geoffray
· 10 years ago
52839d1
Support invoke-interface in optimizing.
by Nicolas Geoffray
· 10 years ago
255507d
Merge "Fix ld_library_path now that a target can be 64bits only."
by Nicolas Geoffray
· 10 years ago
c1dea4a
Fix ld_library_path now that a target can be 64bits only.
by Nicolas Geoffray
· 10 years ago
97c1a65
Merge "ART: Fix possible soft+hard failure in verifier"
by Andreas Gampe
· 10 years ago
896df40
ART: Fix possible soft+hard failure in verifier
by Andreas Gampe
· 10 years ago
df62f34
Merge "Fix thread pool test valgrind flakiness"
by Mathieu Chartier
· 10 years ago
7947b54
Fix thread pool test valgrind flakiness
by Mathieu Chartier
· 10 years ago
d45f76e
Merge "Tidy RegStorage for X86."
by Ian Rogers
· 10 years ago
ec17bd1
Merge "Tidy some uses of IsCompilationEnabled."
by Ian Rogers
· 10 years ago
b28c1c0
Tidy RegStorage for X86.
by Ian Rogers
· 10 years ago
78aa45b
Merge "Fix dump-oat-core-*"
by Ian Rogers
· 10 years ago
c80396d
Merge "Tidy x86 disassembler"
by Ian Rogers
· 10 years ago
aaf29b3
Tidy some uses of IsCompilationEnabled.
by Ian Rogers
· 10 years ago
677c12f
Tidy x86 disassembler
by Ian Rogers
· 10 years ago
13407c5
Fix dump-oat-core-*
by Ian Rogers
· 10 years ago
abe0710
Merge "Add hash map, reduce excessive hashing"
by Mathieu Chartier
· 10 years ago
e7c9a8c
Add hash map, reduce excessive hashing
by Mathieu Chartier
· 10 years ago
00b2da5
Merge "ART: Use std::vector in GraphChecker"
by Andreas Gampe
· 10 years ago
91356c0
ART: Use std::vector in GraphChecker
by Andreas Gampe
· 10 years ago
fe2579b
Merge "Silent cpplint on dex instruction switch."
by Nicolas Geoffray
· 10 years ago
dadf317
Silent cpplint on dex instruction switch.
by Nicolas Geoffray
· 10 years ago
10d543c
Merge "ART: Fix valgrind"
by Andreas Gampe
· 10 years ago
bcc1ce0
Merge "ART: Refactor dex2oat"
by Andreas Gampe
· 10 years ago
5822718
Merge "Opt compiler: Fix HNot on ARM64."
by Nicolas Geoffray
· 10 years ago
da6b3e5
Merge "Implement instanceof in optimizing."
by Nicolas Geoffray
· 10 years ago
4e59651
Opt compiler: Fix HNot on ARM64.
by Alexandre Rames
· 10 years ago
6b80013
Merge "Fix codegen_test: HNot has only one input."
by Nicolas Geoffray
· 10 years ago
5dffc05
Fix codegen_test: HNot has only one input.
by Nicolas Geoffray
· 10 years ago
6f5c41f
Implement instanceof in optimizing.
by Nicolas Geoffray
· 10 years ago
8d7ef0f
Merge "Opt compiler: specify that inputs and outputs don't overlap on arm64."
by Nicolas Geoffray
· 10 years ago
fb4e5fa
Opt compiler: specify that inputs and outputs don't overlap on arm64.
by Alexandre Rames
· 10 years ago
86fe4e4
Merge "Do not update Out after it has a valid location."
by Nicolas Geoffray
· 10 years ago
f43083d
Do not update Out after it has a valid location.
by Nicolas Geoffray
· 10 years ago
a07dcd9
Merge "The test now uses libarttest.so, so fails in ndebug mode."
by Nicolas Geoffray
· 10 years ago
64dea7e
The test now uses libarttest.so, so fails in ndebug mode.
by Nicolas Geoffray
· 10 years ago
de87f40
Merge "Support floats and doubles in fields."
by Nicolas Geoffray
· 10 years ago
52e832b
Support floats and doubles in fields.
by Nicolas Geoffray
· 10 years ago
a453307
Merge "Fix build."
by Narayan Kamath
· 10 years ago
4666a05
Merge "Fix thread priorities for unstarted threads."
by Narayan Kamath
· 10 years ago
26f72df
Fix build.
by Narayan Kamath
· 10 years ago
eb71b3f
Merge "Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH."
by Nicolas Geoffray
· 10 years ago
a0b3451
Fix thread priorities for unstarted threads.
by Narayan Kamath
· 10 years ago
7372b76
Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH.
by Nicolas Geoffray
· 10 years ago
88ec7f4
ART: Refactor dex2oat
by Andreas Gampe
· 10 years ago
d757632
ART: Fix valgrind
by Andreas Gampe
· 10 years ago
88af00a
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
by The Android Open Source Project
· 10 years ago
Next »