Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
b5f62b3dc5ac2731ba8ad53cdf3d9bdb14fbf86b
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
29ce77f
Merge "419 fails on optimizing/arm64."
by Nicolas Geoffray
· 10 years ago
020ac03
419 fails on optimizing/arm64.
by Nicolas Geoffray
· 10 years ago
2fba9d4
Merge "ART: Do not abort on most verifier failures"
by Andreas Gampe
· 10 years ago
7c03810
ART: Do not abort on most verifier failures
by Andreas Gampe
· 10 years ago
db32ffe
Merge "Fix for long parameter passed both in stack and register."
by Nicolas Geoffray
· 10 years ago
0a6c459
Fix for long parameter passed both in stack and register.
by Nicolas Geoffray
· 10 years ago
d8e231c
Merge "Update list of failing tests for arm64/optimizing."
by Nicolas Geoffray
· 10 years ago
d59fae7
Merge "Fix gtest dependencies."
by Nicolas Geoffray
· 10 years ago
96a6345
Fix gtest dependencies.
by Nicolas Geoffray
· 10 years ago
32607a1
Update list of failing tests for arm64/optimizing.
by Nicolas Geoffray
· 10 years ago
b96fd84
Merge "Another ART_TEST_ANDROID_ROOT fix."
by Nicolas Geoffray
· 10 years ago
96a37c8
Another ART_TEST_ANDROID_ROOT fix.
by Nicolas Geoffray
· 10 years ago
ab9f4fe
Merge "Also use Quick for target boot image."
by Nicolas Geoffray
· 10 years ago
7b76ec4
Also use Quick for target boot image.
by Nicolas Geoffray
· 10 years ago
1381b51
Merge "Opt compiler: Add ARM64 support for the Mul IR."
by Nicolas Geoffray
· 10 years ago
91d6f3f
Merge "ART: Fix no-image run-test dependency"
by Andreas Gampe
· 10 years ago
bf03e84
ART: Fix no-image run-test dependency
by Andreas Gampe
· 10 years ago
0ea5368
Merge "Fix combination of prebuild/no-image."
by Andreas Gampe
· 10 years ago
58f767f
Merge "Support gtest with ART_TEST_ANDROID_ROOT."
by Nicolas Geoffray
· 10 years ago
9eb4074
Support gtest with ART_TEST_ANDROID_ROOT.
by Nicolas Geoffray
· 10 years ago
68e25eb
Fix combination of prebuild/no-image.
by Nicolas Geoffray
· 10 years ago
42d641b
Opt compiler: Add ARM64 support for the Mul IR.
by Alexandre Rames
· 10 years ago
560473c
Merge "ART: Fix multi-image testing"
by Andreas Gampe
· 10 years ago
70587a2
ART: Fix multi-image testing
by Andreas Gampe
· 10 years ago
af62cf9
Merge "Set ANDROID_ROOT correctly for host in test script."
by Nicolas Geoffray
· 10 years ago
8eedb47
Set ANDROID_ROOT correctly for host in test script.
by Nicolas Geoffray
· 10 years ago
19324d0
Merge "Provide an option to run run-tests with a local dalvikvm."
by Nicolas Geoffray
· 10 years ago
c8f23fc
Provide an option to run run-tests with a local dalvikvm.
by Nicolas Geoffray
· 10 years ago
cc43371
Merge "Add support for static fields in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
19a19cf
Add support for static fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7c049c1
Merge "Remove useless suspend points from arm/arm64 AGET/APUT."
by Vladimir Marko
· 10 years ago
be29639
Merge "Move GetNameAsString out of MethodHelper into ArtMethod."
by Ian Rogers
· 10 years ago
6b14d55
Move GetNameAsString out of MethodHelper into ArtMethod.
by Ian Rogers
· 10 years ago
eedb516
Merge changes I70e70894,I3adcb8a1
by Brian Carlstrom
· 10 years ago
f13dd50
Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod."
by Ian Rogers
· 10 years ago
ded66a0
Move MethodHelper::GetReturnType to mirror::ArtMethod.
by Ian Rogers
· 10 years ago
e9105f7
Work around relocated boot.oat corruption
by Brian Carlstrom
· 10 years ago
2d3a69e
Merge "ART: PIC testing"
by Andreas Gampe
· 10 years ago
c23c9c9
ART: PIC testing
by Andreas Gampe
· 10 years ago
027ea04
Merge "Fill resolved static fields during class initialization"
by Mathieu Chartier
· 10 years ago
05d89ee
Fill resolved static fields during class initialization
by Mathieu Chartier
· 10 years ago
37628b7
Remove double space in messages
by Brian Carlstrom
· 10 years ago
e0205d5
Merge "Remove ResolveString from MethodHelper."
by Ian Rogers
· 10 years ago
6786a58
Remove ResolveString from MethodHelper.
by Ian Rogers
· 10 years ago
e1e0840
Merge "ART: Create and use multiple core images"
by Andreas Gampe
· 10 years ago
63fc30e
ART: Create and use multiple core images
by Andreas Gampe
· 10 years ago
d0f6f90
Merge "Tidy MethodProtoHelper."
by Ian Rogers
· 10 years ago
03b6eaf
Tidy MethodProtoHelper.
by Ian Rogers
· 10 years ago
7c1e9d8
Merge "[optimizing compiler] Add division for floats and doubles"
by Calin Juravle
· 10 years ago
7c4954d
[optimizing compiler] Add division for floats and doubles
by Calin Juravle
· 10 years ago
fb311f8
Remove useless suspend points from arm/arm64 AGET/APUT.
by Vladimir Marko
· 10 years ago
4816ecf
Merge "Add long bitwise not instruction in the optimizing compiler."
by Roland Levillain
· 10 years ago
d3271e8
Merge changes Ia007744f,Iac6d03d8
by Brian Carlstrom
· 10 years ago
921f385
Merge "ART: Add support for patching and loading OAT files compiled with PIC"
by Igor Murashkin
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
11bd683
Merge "ART: Add pic flag to oat header store"
by Andreas Gampe
· 10 years ago
8ae6c27
Remove extraneous fprintf args
by Brian Carlstrom
· 10 years ago
7ba6496
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
2f1e15c
Remove boot.art/boot.oat on failure to create
by Brian Carlstrom
· 10 years ago
79027f6
Merge "Fix 64 bit build"
by Mathieu Chartier
· 10 years ago
d035c2d
Fix 64 bit build
by Mathieu Chartier
· 10 years ago
e74b720
Merge "ART: Typo fix"
by Andreas Gampe
· 10 years ago
602fbcd
ART: Typo fix
by Andreas Gampe
· 10 years ago
09e61bb
Merge "ART: Fix test 089"
by Andreas Gampe
· 10 years ago
5c11490
ART: Fix test 089
by Andreas Gampe
· 10 years ago
5774828
Merge "Optimize method linking"
by Mathieu Chartier
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
ac29327
Merge "Add gp initialization to the art_quick_imt_conflict_trampoline() function."
by Ian Rogers
· 10 years ago
384c76a
Merge "Extra debug output in run-test."
by Ian Rogers
· 10 years ago
13738bf
Add gp initialization to the art_quick_imt_conflict_trampoline() function.
by Douglas Leung
· 10 years ago
d9ad27d
Extra debug output in run-test.
by Ian Rogers
· 10 years ago
4985fdf
Merge "Rewrite class initialization check elimination."
by Vladimir Marko
· 10 years ago
7056643
Add long bitwise not instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
2deace2
Merge "Support hard float on arm in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7066718
Merge "ART: Fix ImageSpace error message."
by Andreas Gampe
· 10 years ago
7e6d3fd
Merge "ART: Fix leak in bit_vector"
by Andreas Gampe
· 10 years ago
0c1215e
Merge "[native bridge] Add test to verify code_cache existance."
by Calin Juravle
· 10 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 10 years ago
1ef3495
Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs."
by Vladimir Marko
· 10 years ago
07cce74
Merge "Fix the DW_OP_breg* constants."
by Elliott Hughes
· 10 years ago
0d235e1
Fix the DW_OP_breg* constants.
by Elliott Hughes
· 10 years ago
768135f
Merge "Do not use ld instruction for Mips32."
by Ian Rogers
· 10 years ago
50f2e9a
ART: Fix ImageSpace error message.
by Andreas Gampe
· 10 years ago
dc8aa69
ART: Fix leak in bit_vector
by Andreas Gampe
· 10 years ago
4af77b7
Do not use ld instruction for Mips32.
by Douglas Leung
· 10 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 10 years ago
c57a66d
Merge "ARM: Use hardfp calling convention between java to java call."
by Ian Rogers
· 10 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 10 years ago
b62ff57
Merge "ART: Add div/rem zero check elimination flag"
by Ian Rogers
· 10 years ago
c6c9e5d
Merge "ART: Prevent float inference back to SSA in-regs."
by Ian Rogers
· 10 years ago
8fe0e35
ART: Prevent float inference back to SSA in-regs.
by Stephen Kyle
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
98c271d
Merge "Code cleanup."
by Ian Rogers
· 10 years ago
661cb3f
Merge "Add more environment variable to control test granularity."
by Nicolas Geoffray
· 10 years ago
41bb331
Add more environment variable to control test granularity.
by Nicolas Geoffray
· 10 years ago
dc9667e
Merge "Fix encoding of imul in x86_64 assembler."
by Nicolas Geoffray
· 10 years ago
b5de00f
Fix encoding of imul in x86_64 assembler.
by Nicolas Geoffray
· 10 years ago
44a3506
[native bridge] Add test to verify code_cache existance.
by Calin Juravle
· 10 years ago
Next »