Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
93dab3523121ca2be3294dce33841912b4d6a1d1
93dab35
Merge "Improve immune spaces logic" am: d8e6d82adb
by Mathieu Chartier
· 9 years ago
d8e6d82
Merge "Improve immune spaces logic"
by Mathieu Chartier
· 9 years ago
17b8bce
Improve immune spaces logic
by Mathieu Chartier
· 9 years ago
6fba0db
Merge "ART: Add unstarted-runtime functions" am: 0002311638
by Andreas Gampe
· 9 years ago
0002311
Merge "ART: Add unstarted-runtime functions"
by Andreas Gampe
· 9 years ago
bc4d218
ART: Add unstarted-runtime functions
by Andreas Gampe
· 9 years ago
a91766c
Merge "Support new JDWP InterfaceType.InvokeMethod command" am: 420ae23220
by Alex Light
· 9 years ago
420ae23
Merge "Support new JDWP InterfaceType.InvokeMethod command"
by Alex Light
· 9 years ago
36ae397
Merge "Add and use loaded class profiling" am: 4f626cd1d2
by Mathieu Chartier
· 9 years ago
4f626cd
Merge "Add and use loaded class profiling"
by Mathieu Chartier
· 9 years ago
c5dd319
Add and use loaded class profiling
by Mathieu Chartier
· 9 years ago
d41160a
Merge "Assembly TLAB allocation fast path for arm." am: da11cef6fb
by Hiroshi Yamauchi
· 9 years ago
da11cef
Merge "Assembly TLAB allocation fast path for arm."
by Hiroshi Yamauchi
· 9 years ago
52d59cf
Merge "Add JNI tests for lambdas" am: 48a13431f0
by Alex Light
· 9 years ago
48a1343
Merge "Add JNI tests for lambdas"
by Alex Light
· 9 years ago
24840c5
Merge "Implement fp to bits methods as intrinsics." am: 1bdfdb3e87
by Aart Bik
· 9 years ago
1bdfdb3
Merge "Implement fp to bits methods as intrinsics."
by Aart Bik
· 9 years ago
e9d2ca2
Add JNI tests for lambdas
by Alex Light
· 9 years ago
2a6aad9
Implement fp to bits methods as intrinsics.
by Aart Bik
· 9 years ago
8e4d8f4
Merge "Optimizing: Reduce memory usage of HInstructions." am: 01c30e8dbc
by Vladimir Marko
· 9 years ago
01c30e8
Merge "Optimizing: Reduce memory usage of HInstructions."
by Vladimir Marko
· 9 years ago
a1de918
Optimizing: Reduce memory usage of HInstructions.
by Vladimir Marko
· 9 years ago
e2c9340
Merge "Revert "Revert "ART: Support interpreter switching in x86 mterp"""
by Bill Buzbee
· 9 years ago
8fb4e3c
Merge "Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck"
by Tim Zhang
· 9 years ago
af86c4e
Merge "Revert "Revert "ART: Support interpreter switching in x86 mterp"""
by Bill Buzbee
· 9 years ago
8744d24
Merge "Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck"
by Nicolas Geoffray
· 9 years ago
a63079e
Merge "Revert "Fast ART x86_64 interpretator"" am: 15315abf91
by Nicolas Geoffray
· 9 years ago
15315ab
Merge "Revert "Fast ART x86_64 interpretator""
by Nicolas Geoffray
· 9 years ago
c4a575f
Revert "Fast ART x86_64 interpretator"
by Nicolas Geoffray
· 9 years ago
25abd6c
Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck
by Tim Zhang
· 9 years ago
2699149
Merge "Add lz4hc image compression format" am: 3140ed5966
by Mathieu Chartier
· 9 years ago
3140ed5
Merge "Add lz4hc image compression format"
by Mathieu Chartier
· 9 years ago
2a5065d
Merge "Fast ART x86_64 interpretator" am: 36be5c503c
by Serguei Katkov
· 9 years ago
36be5c5
Merge "Fast ART x86_64 interpretator"
by Bill Buzbee
· 9 years ago
a6e81ed
Add lz4hc image compression format
by Mathieu Chartier
· 9 years ago
7e1ce28
Assembly TLAB allocation fast path for arm.
by Hiroshi Yamauchi
· 9 years ago
688389d
Merge "Add a decompression scoped timing for image loading" am: eea36cb923
by Mathieu Chartier
· 9 years ago
eea36cb
Merge "Add a decompression scoped timing for image loading"
by Mathieu Chartier
· 9 years ago
a59413b
Merge "AOT compile framework code as non-debuggable" am: 9ed87a8f69
by Mingyao Yang
· 9 years ago
9ed87a8
Merge "AOT compile framework code as non-debuggable"
by Mingyao Yang
· 9 years ago
31317c3
Add a decompression scoped timing for image loading
by Mathieu Chartier
· 9 years ago
7caeddb
Merge "Add StrictMath.round tests for large integers." am: 6d174eebe7
by Vladimir Marko
· 9 years ago
6d174ee
Merge "Add StrictMath.round tests for large integers."
by Vladimir Marko
· 9 years ago
a66fbf3
Merge "Recognize for (int i = 0; i != x.length; i++) loops" am: 9ec486cc08
by Aart Bik
· 9 years ago
9ec486c
Merge "Recognize for (int i = 0; i != x.length; i++) loops"
by Aart Bik
· 9 years ago
481352d
Revert "Revert "ART: Support interpreter switching in x86 mterp""
by Bill Buzbee
· 9 years ago
b1eb56a
Merge "Disable test 097-duplicate-method for investigation" am: 03550b6cdc
by Sebastien Hertz
· 9 years ago
03550b6
Merge "Disable test 097-duplicate-method for investigation"
by Sebastien Hertz
· 9 years ago
fc07555
Disable test 097-duplicate-method for investigation
by Sebastien Hertz
· 9 years ago
9c1c06a
Add StrictMath.round tests for large integers.
by Vladimir Marko
· 9 years ago
2c3f75d
Merge "Make sure constantIndexing2 is optimized with DEOPT." am: 9ca7d203f2
by Aart Bik
· 9 years ago
4a28e1e
Support new JDWP InterfaceType.InvokeMethod command
by Alex Light
· 9 years ago
9ca7d20
Merge "Make sure constantIndexing2 is optimized with DEOPT."
by Aart Bik
· 9 years ago
358af83
Recognize for (int i = 0; i != x.length; i++) loops
by Aart Bik
· 9 years ago
67bd7c6
Merge "Dump the number of OSR compiled code." am: 6d17995db0
by Nicolas Geoffray
· 9 years ago
6d17995
Merge "Dump the number of OSR compiled code."
by Nicolas Geoffray
· 9 years ago
3f30ffc
Merge "Optimizing: ARM64 negated bitwise operations simplification"
by Roland Levillain
· 9 years ago
87265b4
Merge "Optimizing: ARM64 negated bitwise operations simplification"
by Roland Levillain
· 9 years ago
9ff0d20
Optimizing: ARM64 negated bitwise operations simplification
by Kevin Brodsky
· 9 years ago
e9c4c72
Merge "ART: Profile all branches for on-stack replacement" am: 950d063395
by Bill Buzbee
· 9 years ago
950d063
Merge "ART: Profile all branches for on-stack replacement"
by Bill Buzbee
· 9 years ago
33012fd
Merge "Verify encoded stack maps in debug builds." am: ebd486978e
by David Srbecky
· 9 years ago
ebd4869
Merge "Verify encoded stack maps in debug builds."
by David Srbecky
· 9 years ago
a3b1d00
Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining."""
by Vladimir Marko
· 9 years ago
1de3bb2
Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining."""
by Vladimir Marko
· 9 years ago
69f5c5a
Merge "Implement << operator for DexRegisterLocation::Kind." am: dcedaaa4dc
by David Srbecky
· 9 years ago
dcedaaa
Merge "Implement << operator for DexRegisterLocation::Kind."
by David Srbecky
· 9 years ago
1bbdfd7
Verify encoded stack maps in debug builds.
by David Srbecky
· 9 years ago
7dc1178
Implement << operator for DexRegisterLocation::Kind.
by David Srbecky
· 9 years ago
f1dcacc
ART: Profile all branches for on-stack replacement
by buzbee
· 9 years ago
d78a85c
Merge "Revert "ART: Support interpreter switching in x86 mterp"" am: 7d66ac5038
by Nicolas Geoffray
· 9 years ago
7d66ac5
Merge "Revert "ART: Support interpreter switching in x86 mterp""
by Nicolas Geoffray
· 9 years ago
a14bf44
Revert "ART: Support interpreter switching in x86 mterp"
by Nicolas Geoffray
· 9 years ago
fcdd729
Dump the number of OSR compiled code.
by Nicolas Geoffray
· 9 years ago
6d5eef4
Merge "Split 530-checker-loops to please our run-test file size limit."
by Nicolas Geoffray
· 9 years ago
0854e16
Merge "ART: Support interpreter switching in x86 mterp" am: 7f4ea48953
by Bill Buzbee
· 9 years ago
1470073
Merge "Split 530-checker-loops to please our run-test file size limit."
by Nicolas Geoffray
· 9 years ago
7f4ea48
Merge "ART: Support interpreter switching in x86 mterp"
by Bill Buzbee
· 9 years ago
bef5eba
Split 530-checker-loops to please our run-test file size limit.
by Nicolas Geoffray
· 9 years ago
f25f9f4
Merge "Forgot to initialize JIT memory use fields." am: 489b1f2264
by Nicolas Geoffray
· 9 years ago
489b1f2
Merge "Forgot to initialize JIT memory use fields."
by Nicolas Geoffray
· 9 years ago
4a0dad6
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
by Artem Udovichenko
· 9 years ago
f430cb6
Merge "Revert "Preload public libraries on Runtime::Start()"" am: 57bb557954
by Nicolas Geoffray
· 9 years ago
57bb557
Merge "Revert "Preload public libraries on Runtime::Start()""
by Nicolas Geoffray
· 9 years ago
c66577e
Revert "Preload public libraries on Runtime::Start()"
by Nicolas Geoffray
· 9 years ago
76474ae
Merge "Revert "Disable test due to toybox update."" am: 4559e72589
by Nicolas Geoffray
· 9 years ago
4559e72
Merge "Revert "Disable test due to toybox update.""
by Nicolas Geoffray
· 9 years ago
45bdb25
Revert "Disable test due to toybox update."
by Nicolas Geoffray
· 9 years ago
0d20529
Merge "Preload public libraries on Runtime::Start()" am: 42c50dd7b6
by Dimitry Ivanov
· 9 years ago
42c50dd
Merge "Preload public libraries on Runtime::Start()"
by Dimitry Ivanov
· 9 years ago
ea9fc5b
Preload public libraries on Runtime::Start()
by Dimitry Ivanov
· 9 years ago
5d543ac
Merge "Avoid single expensive test in 530-checker-loops." am: 4e4e64511e
by Aart Bik
· 9 years ago
4e4e645
Merge "Avoid single expensive test in 530-checker-loops."
by Aart Bik
· 9 years ago
6ab903c
Avoid single expensive test in 530-checker-loops.
by Aart Bik
· 9 years ago
4429b11
ART: Support interpreter switching in x86 mterp
by buzbee
· 9 years ago
bb4977a
Merge "Made art/runtime/arch/stub_test.cc compile with -O2 again."
by Andreas Gampe
· 9 years ago
08068e8
Merge "image: Allow methods with code in another oat file to work correctly"
by Igor Murashkin
· 9 years ago
94445b2
Merge "Use range analysis for better trip count analysis" am: dcf7db26bd
by Aart Bik
· 9 years ago
c1be1d3
Merge "Add MapAnonymous handling for null error_str" am: 0c0a7a326b
by Mathieu Chartier
· 9 years ago
db11e7e
Merge "Made art/runtime/arch/stub_test.cc compile with -O2 again."
by Andreas Gampe
· 9 years ago
Next »