Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
e265ecf1d24d6da34beafe2340fa5aadaccc9c7f
e265ecf
am 34de74bb: Merge "Update ART for LLVM merge up to r187914." into klp-dev
by Stephen Hines
· 12 years ago
34de74b
Merge "Update ART for LLVM merge up to r187914." into klp-dev
by Stephen Hines
· 12 years ago
306eb0a
am 672a4230: Not all shared libraries have a JNI_OnLoad.
by Elliott Hughes
· 12 years ago
a5227a2
am a4afbb8c: Handle JNI_ERR results from JNI_OnLoad functions specially.
by Elliott Hughes
· 12 years ago
672a423
Not all shared libraries have a JNI_OnLoad.
by Elliott Hughes
· 12 years ago
a4afbb8
Handle JNI_ERR results from JNI_OnLoad functions specially.
by Elliott Hughes
· 12 years ago
a43668e
am 673b6836: Make verifier allow integral types to be put in integral type arrays.
by Jeff Hao
· 12 years ago
673b683
Make verifier allow integral types to be put in integral type arrays.
by Jeff Hao
· 12 years ago
ffa649a
am f9468a5a: Verifier checks that primitive put array/field type matches insn type.
by Jeff Hao
· 12 years ago
11eac8c
am 7644966a: Move verification of primitive type puts into helper method.
by Jeff Hao
· 12 years ago
f9468a5
Verifier checks that primitive put array/field type matches insn type.
by Jeff Hao
· 12 years ago
1bdfe6c
am 8a946520: Use unsigned comparison in String::CharAt.
by Sebastien Hertz
· 12 years ago
ba92d70
am c6c6e222: Fix memory leak in verifier.
by Sebastien Hertz
· 12 years ago
7644966
Move verification of primitive type puts into helper method.
by Jeff Hao
· 12 years ago
be8876a
am d6788026: Use reader writer mutex for safe checkcast map.
by Sebastien Hertz
· 12 years ago
8a94652
Use unsigned comparison in String::CharAt.
by Sebastien Hertz
· 12 years ago
c6c6e22
Fix memory leak in verifier.
by Sebastien Hertz
· 12 years ago
ae6ca28
am 00ae676e: Fix typo in mutex.h file.
by Sebastien Hertz
· 12 years ago
d678802
Use reader writer mutex for safe checkcast map.
by Sebastien Hertz
· 12 years ago
83e3c40
am 442cd6ec: Fix logging memory leak.
by Sebastien Hertz
· 12 years ago
284fcd1
am d8cf66be: Place CFA in the regular .debug_frame section.
by Ian Rogers
· 12 years ago
00ae676
Fix typo in mutex.h file.
by Sebastien Hertz
· 12 years ago
442cd6e
Fix logging memory leak.
by Sebastien Hertz
· 12 years ago
d8cf66b
Place CFA in the regular .debug_frame section.
by Ian Rogers
· 12 years ago
5d9b1d7
am a49bdffd: Don\'t add barriers to clinit methods.
by Ian Rogers
· 12 years ago
a49bdff
Don't add barriers to clinit methods.
by Ian Rogers
· 12 years ago
4c661cc
am 96faf5b3: Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 12 years ago
fc6257d
am 49bded21: Fix portable build.
by Ian Rogers
· 12 years ago
f45af2f
am 659efe78: Fix missing files.
by Ian Rogers
· 12 years ago
233f32e
am 468532ea: Entry point clean up.
by Ian Rogers
· 12 years ago
96faf5b
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 12 years ago
49bded2
Fix portable build.
by Ian Rogers
· 12 years ago
659efe7
Fix missing files.
by Ian Rogers
· 12 years ago
468532e
Entry point clean up.
by Ian Rogers
· 12 years ago
768a024
am f981da1d: Use JNI to access activity manager process state.
by Mathieu Chartier
· 12 years ago
f981da1
Use JNI to access activity manager process state.
by Mathieu Chartier
· 12 years ago
1961a27
Update ART for LLVM merge up to r187914.
by Stephen Hines
· 12 years ago
c39e342
Use JNI to access activity manager process state.
by Mathieu Chartier
· 12 years ago
f6a7406
am ee17e0aa: Compilation filter
by buzbee
· 12 years ago
ee17e0a
Compilation filter
by buzbee
· 12 years ago
a024a06
Compilation filter
by buzbee
· 12 years ago
e0a53e9
Add low memory mode option to ART.
by Mathieu Chartier
· 12 years ago
f929b1f
Merge "Fix valgrind support for dlmalloc space."
by Mathieu Chartier
· 12 years ago
1e1cfa2
Merge "Restore build-art minimal build"
by Brian Carlstrom
· 12 years ago
6875fd3
Fix valgrind support for dlmalloc space.
by Mathieu Chartier
· 12 years ago
fa50baa
Restore build-art minimal build
by Brian Carlstrom
· 12 years ago
161a8e0
Fix accidental performance regression.
by Mathieu Chartier
· 12 years ago
e5426c9
Fix histogram memory issues.
by Mathieu Chartier
· 12 years ago
08d7d44
Fix image generation.
by Mathieu Chartier
· 12 years ago
266099b
Merge "Fix mismatched malloc / delete."
by Mathieu Chartier
· 12 years ago
8bbc8c0
Fix mismatched malloc / delete.
by Mathieu Chartier
· 12 years ago
78641e0
Merge "Make test-art-host-run-test and test-art-host-oat run with and without interpreter."
by Brian Carlstrom
· 12 years ago
dbaa93a
Make test-art-host-run-test and test-art-host-oat run with and without interpreter.
by Brian Carlstrom
· 12 years ago
0418ae2
GC a lot mode.
by Mathieu Chartier
· 12 years ago
65573ef
Merge remote-tracking branch 'goog/dalvik-dev' into merge-art-to-dalvik-dev
by Brian Carlstrom
· 12 years ago
7ac7702
Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev
by Ian Rogers
· 12 years ago
993102d
Merge "Unsigned comparison for array bounds check." into dalvik-dev
by Ian Rogers
· 12 years ago
f417117
Clear exception when no move-exception on portable.
by Ian Rogers
· 12 years ago
9e8f45e
Ensure has_no_move_exception is initialized on all return paths.
by Ian Rogers
· 12 years ago
1b8b2e4
Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev
by Sebastien Hertz
· 12 years ago
7502122
Adds a DEX-to-DEX compilation level.
by Sebastien Hertz
· 12 years ago
f133479
am 025218c7: Clean up stlport usage.
by Elliott Hughes
· 12 years ago
0b12b931
resolved conflicts for merge of 2724776a to dalvik-dev
by buzbee
· 12 years ago
4d35b3b
Merge "Fix host oat_test on portable." into dalvik-dev
by Brian Carlstrom
· 12 years ago
a073c67
Fix host oat_test on portable.
by Ian Rogers
· 12 years ago
025218c
Clean up stlport usage.
by Elliott Hughes
· 12 years ago
2724776
Support inline dex data, take 2
by buzbee
· 12 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 12 years ago
1a8080d
Merge "Remove sorted variable in allocation stacks." into dalvik-dev
by Mathieu Chartier
· 12 years ago
f082d3c
Remove sorted variable in allocation stacks.
by Mathieu Chartier
· 12 years ago
32e8e04
Merge "Multiple-inclusion protection for Android.common.mk" into dalvik-dev
by Brian Carlstrom
· 12 years ago
0d21554
am afa8ff61: Fix bug in ZipEntry::ExtractToMemory for zero length entries
by Brian Carlstrom
· 12 years ago
2f7eb4d
am 9004cb65: Allow MemMap to support empty map requests
by Brian Carlstrom
· 12 years ago
afa8ff6
Fix bug in ZipEntry::ExtractToMemory for zero length entries
by Brian Carlstrom
· 12 years ago
9004cb6
Allow MemMap to support empty map requests
by Brian Carlstrom
· 12 years ago
b4dcf65
Fix build. (whitespace issues)
by Dragos Sbirlea
· 12 years ago
37c19bc
Multiple-inclusion protection for Android.common.mk
by Dragos Sbirlea
· 12 years ago
f32a3a2
Merge "Added SEA IR def -> use edges (along the use -> def)." into dalvik-dev
by Ian Rogers
· 12 years ago
5b8da4c
Merge "Clear exception if catch block doesn't have move-exception." into dalvik-dev
by Ian Rogers
· 12 years ago
07666cd
am 9dcd45c6: Fix NewLocalRef to use AddLocalReference.
by Elliott Hughes
· 12 years ago
c449aa8
Clear exception if catch block doesn't have move-exception.
by Ian Rogers
· 12 years ago
9dcd45c
Fix NewLocalRef to use AddLocalReference.
by Elliott Hughes
· 12 years ago
e224532
Added SEA IR def -> use edges (along the use -> def).
by Dragos Sbirlea
· 12 years ago
77be415
Merge "Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy." into dalvik-dev
by Jeff Hao
· 12 years ago
8df6cea
Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy.
by Jeff Hao
· 12 years ago
c95d6b1
Merge "Move vector output stream to compiler." into dalvik-dev
by Ian Rogers
· 12 years ago
b07b8b7
Move vector output stream to compiler.
by Ian Rogers
· 12 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 12 years ago
d41119e
Merge "Fixed 100 char limit in SEA IR files." into dalvik-dev
by Ian Rogers
· 12 years ago
c16c5b4
Fixed 100 char limit in SEA IR files.
by Dragos Sbirlea
· 12 years ago
1521e95
Avoid unnecessary exception checks.
by Sebastien Hertz
· 12 years ago
4221d61
am 46a1270f: Revert "Support inline dex data"
by Brian Carlstrom
· 12 years ago
024a727
am 64d8f18c: Merge "Support inline dex data"
by buzbee
· 12 years ago
46a1270
Revert "Support inline dex data"
by Brian Carlstrom
· 12 years ago
ecde136
Fix build (whitespace issues)
by Dragos Sbirlea
· 12 years ago
64d8f18
Merge "Support inline dex data"
by buzbee
· 12 years ago
728328a
Support inline dex data
by buzbee
· 12 years ago
6bee445
Improvements and clustering for the .dot file generation.
by Dragos Sbirlea
· 12 years ago
0f055d1
resolved conflicts for merge of 7934ac28 to dalvik-dev
by Brian Carlstrom
· 12 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 12 years ago
Next »