Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
859208c583b0f8f0ad80d5b13838b3e26f19a67e
859208c
Merge "Remove --include-patch-information option from dex2oat." am: 68fdd5a220
by Richard Uhler
· 8 years ago
68fdd5a
Merge "Remove --include-patch-information option from dex2oat."
by Richard Uhler
· 8 years ago
d0a3a21
Merge "Stop interpreter from accessing code items of compiled code."
by Jeff Hao
· 8 years ago
02a4d7f
Merge "Stop interpreter from accessing code items of compiled code."
by Treehugger Robot
· 8 years ago
fb0ab7c
Merge "ART: Add field offset caching" am: 8a9f49e33b
by Andreas Gampe
· 8 years ago
8a9f49e
Merge "ART: Add field offset caching"
by Treehugger Robot
· 8 years ago
3b0efca
Merge "Fix duplicate classes check to iterate over classes properly."
by Jeff Hao
· 8 years ago
4f5dbc2
Merge "Fix duplicate classes check to iterate over classes properly."
by Treehugger Robot
· 8 years ago
5e8f094
Merge "Modify invoke interface trampoline to pass interface method."
by Jeff Hao
· 8 years ago
b3ab3f8
Merge "Modify invoke interface trampoline to pass interface method."
by Treehugger Robot
· 8 years ago
5667f56
Modify invoke interface trampoline to pass interface method.
by Jeff Hao
· 8 years ago
df79ddb
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
737f603
Merge "ART: Refactor ObjectTagTable" am: fb005aa868
by Andreas Gampe
· 8 years ago
fb005aa
Merge "ART: Refactor ObjectTagTable"
by Treehugger Robot
· 8 years ago
6901f1d
Merge "MIPS: Optimize code generation of check-cast and instance-of."
by Alexey Frunze
· 8 years ago
f02253d
Merge "MIPS: Optimize code generation of check-cast and instance-of."
by Treehugger Robot
· 8 years ago
4ff1a6e
Merge "Allow store elimination for singleton that's returned" am: d419beb312
by Mingyao Yang
· 8 years ago
d419beb
Merge "Allow store elimination for singleton that's returned"
by Mingyao Yang
· 8 years ago
23bb5aa
Merge changes I2f8edd95,I17d67431 am: 43cfb467ef
by Shubham Ajmera
· 8 years ago
43cfb46
Merge changes I2f8edd95,I17d67431
by Shubham Ajmera
· 8 years ago
e381ffe
Allow building Android builds locally
by Shubham Ajmera
· 8 years ago
eb2d2d346e
Allow store elimination for singleton that's returned
by Mingyao Yang
· 8 years ago
bf9a2c6
Merge "Inlining a few small methods based on profiling dex2oat with perf."
by Mingyao Yang
· 8 years ago
caa348c
Merge "Inlining a few small methods based on profiling dex2oat with perf."
by Mingyao Yang
· 8 years ago
175b751
Merge "Interpreter intrinsics" am: c02fe5f31d
by Bill Buzbee
· 8 years ago
c02fe5f
Merge "Interpreter intrinsics"
by Bill Buzbee
· 8 years ago
8ec0a20
Fix duplicate classes check to iterate over classes properly.
by Jeff Hao
· 8 years ago
01b47b0
Inlining a few small methods based on profiling dex2oat with perf.
by Mingyao Yang
· 8 years ago
924c575
Merge changes I16000c0c,I325003cb am: 76e342eba4
by Hiroshi Yamauchi
· 8 years ago
76e342e
Merge changes I16000c0c,I325003cb
by Hiroshi Yamauchi
· 8 years ago
78f1bdc
Interpreter intrinsics
by buzbee
· 8 years ago
89b077b
Merge "Improve isunit computation, some tests edits needed for SIMD."
by Aart Bik
· 8 years ago
68948e0
Merge "Improve isunit computation, some tests edits needed for SIMD."
by Aart Bik
· 8 years ago
7e25dc4
Merge "Improve debugging output for a crash." am: 0c742e4a5c
by Vladimir Marko
· 8 years ago
0c742e4
Merge "Improve debugging output for a crash."
by Vladimir Marko
· 8 years ago
f0ee7c5
Merge "Forgot this line for blacklisting." am: 7b6bd79319
by Nicolas Geoffray
· 8 years ago
7b6bd79
Merge "Forgot this line for blacklisting."
by Nicolas Geoffray
· 8 years ago
c90466d
Forgot this line for blacklisting.
by Nicolas Geoffray
· 8 years ago
8dd56fc
Improve debugging output for a crash.
by Vladimir Marko
· 8 years ago
a609ad8
Merge "Blacklist test for NON_BAKER_READ_BARRIER." am: 0cca4bc6a7
by Nicolas Geoffray
· 8 years ago
cb9ce54
Merge "Experiment with ulimit settings to see if it fixes test failure."
by Richard Uhler
· 8 years ago
0cca4bc
Merge "Blacklist test for NON_BAKER_READ_BARRIER."
by Nicolas Geoffray
· 8 years ago
77e3694
Blacklist test for NON_BAKER_READ_BARRIER.
by Nicolas Geoffray
· 8 years ago
a04d4f0
Merge "Experiment with ulimit settings to see if it fixes test failure."
by Richard Uhler
· 8 years ago
ba1ac6c
Merge "Invoke typed arraycopy for primitive arrays." am: 335f644f61
by Nicolas Geoffray
· 8 years ago
4224912
Merge "Return the right value in VerifyClass." am: 742bc41f75
by Nicolas Geoffray
· 8 years ago
c52f303
Remove --include-patch-information option from dex2oat.
by Richard Uhler
· 8 years ago
335f644
Merge "Invoke typed arraycopy for primitive arrays."
by Nicolas Geoffray
· 8 years ago
742bc41
Merge "Return the right value in VerifyClass."
by Nicolas Geoffray
· 8 years ago
8cb8810
Experiment with ulimit settings to see if it fixes test failure.
by Richard Uhler
· 8 years ago
e769720
Merge "ART: Update LZ4 library to v1.7.5" am: 2ec053fa33
by David Lin
· 8 years ago
2ec053f
Merge "ART: Update LZ4 library to v1.7.5"
by Treehugger Robot
· 8 years ago
8db2d6a
Merge "Encode inline caches with missing types in the profile" am: a6fa68f229
by Calin Juravle
· 8 years ago
9e38a50
ART: Add field offset caching
by Andreas Gampe
· 8 years ago
a6fa68f
Merge "Encode inline caches with missing types in the profile"
by Calin Juravle
· 8 years ago
8a43324
Add two locks to expected_mutexes_on_weak_ref_access_.
by Hiroshi Yamauchi
· 8 years ago
b139b6d
Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_."
by Hiroshi Yamauchi
· 8 years ago
d92fa3b
Merge "Change "could not find class" to warning" am: 7733305ab5
by Mathieu Chartier
· 8 years ago
7733305
Merge "Change "could not find class" to warning"
by Mathieu Chartier
· 8 years ago
7adb688
Improve isunit computation, some tests edits needed for SIMD.
by Aart Bik
· 8 years ago
d81b434
Merge "Bug fix in overflow detection on pow. With regression test."
by Aart Bik
· 8 years ago
e6a60bf
Merge "Bug fix in overflow detection on pow. With regression test."
by Aart Bik
· 8 years ago
09a1c33
Merge "ART: Clean up code related to foreign dex use" am: 7ba6ed786a
by Calin Juravle
· 8 years ago
7ba6ed7
Merge "ART: Clean up code related to foreign dex use"
by Calin Juravle
· 8 years ago
77651c4
ART: Clean up code related to foreign dex use
by Calin Juravle
· 8 years ago
f014021
ART: Refactor ObjectTagTable
by Andreas Gampe
· 8 years ago
b9d09ca
Allow test runner to build master-art-host targets
by Shubham Ajmera
· 8 years ago
7cc3ae5
Return the right value in VerifyClass.
by Nicolas Geoffray
· 8 years ago
b603a5c
Bug fix in overflow detection on pow. With regression test.
by Aart Bik
· 8 years ago
c4aa82c
Invoke typed arraycopy for primitive arrays.
by Nicolas Geoffray
· 8 years ago
9286504
Merge "MIPS64: Removal of unnecessary null check" am: a86b359441
by Tijana Jakovljevic
· 8 years ago
a86b359
Merge "MIPS64: Removal of unnecessary null check"
by Treehugger Robot
· 8 years ago
136f8f3
Merge "Add the test name that is too long for diagnosing issues." am: ec577e766b
by Nicolas Geoffray
· 8 years ago
ec577e7
Merge "Add the test name that is too long for diagnosing issues."
by Nicolas Geoffray
· 8 years ago
bea3e31
Add the test name that is too long for diagnosing issues.
by Nicolas Geoffray
· 8 years ago
87425ed
MIPS64: Removal of unnecessary null check
by Tijana Jakovljevic
· 8 years ago
dd5a0f1
Merge "Fix dexlayout calculation of code item size." am: acd764a6f1
by Jeff Hao
· 8 years ago
af14c57
Merge "Check IsModifiableClass earlier in redefineClasses and retransformClasses"
by Alex Light
· 8 years ago
e196421
Merge "Pass driver to loop opt. Add new side_effects phase." am: d88663823f
by Aart Bik
· 8 years ago
acd764a
Merge "Fix dexlayout calculation of code item size."
by Treehugger Robot
· 8 years ago
7a970b7
Merge "Check IsModifiableClass earlier in redefineClasses and retransformClasses"
by Treehugger Robot
· 8 years ago
d886638
Merge "Pass driver to loop opt. Add new side_effects phase."
by Treehugger Robot
· 8 years ago
a64a64c
Fix dexlayout calculation of code item size.
by Jeff Hao
· 8 years ago
ce6ee70
Check IsModifiableClass earlier in redefineClasses and retransformClasses
by Alex Light
· 8 years ago
30dad1b
Merge "Disable test 154 for JIT" am: f9d80d72a6
by Mathieu Chartier
· 8 years ago
92685a8
Pass driver to loop opt. Add new side_effects phase.
by Aart Bik
· 8 years ago
f9d80d7
Merge "Disable test 154 for JIT"
by Treehugger Robot
· 8 years ago
589e71e
Encode inline caches with missing types in the profile
by Calin Juravle
· 8 years ago
d0e2f27
Merge "Array store/allocation elimination" am: dcab11d068
by Mingyao Yang
· 8 years ago
dcab11d
Merge "Array store/allocation elimination"
by Mingyao Yang
· 8 years ago
3f12134
Change "could not find class" to warning
by Mathieu Chartier
· 8 years ago
673665b
Disable test 154 for JIT
by Mathieu Chartier
· 8 years ago
8697490
Array store/allocation elimination
by Mingyao Yang
· 8 years ago
7cedc44
Merge "MIPS64: Refactor implicit null checks in array/field get/set"
by Tijana Jakovljevic
· 8 years ago
5c90d0b
Merge "MIPS64: Refactor implicit null checks in array/field get/set"
by Treehugger Robot
· 8 years ago
47f1280
Merge "Disable 115-native-bridge in Makefile." am: ef81e988d0
by Nicolas Geoffray
· 8 years ago
ef81e98
Merge "Disable 115-native-bridge in Makefile."
by Nicolas Geoffray
· 8 years ago
571ca6e
Disable 115-native-bridge in Makefile.
by Nicolas Geoffray
· 8 years ago
07a06cc
Merge "Add GC critical section to GetObjectsAllocated" am: 225ac2fc9b
by Mathieu Chartier
· 8 years ago
225ac2f
Merge "Add GC critical section to GetObjectsAllocated"
by Treehugger Robot
· 8 years ago
Next »