Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
b203b332be18c7bf1e4b3be3e0ddd345174e0517
b203b33
Merge "ART: Fix UninitializedReference handling"
by Andreas Gampe
· 9 years ago
891dfaa
ART: Fix UninitializedReference handling
by Andreas Gampe
· 9 years ago
364fa53
Merge "Fix bug in OatFileAssistant::GetBestOatFile."
by Richard Uhler
· 9 years ago
411b96d
Merge "ART: Remove some of the Mac craziness"
by Andreas Gampe
· 9 years ago
4360be2
ART: Remove some of the Mac craziness
by Andreas Gampe
· 9 years ago
9ed8206
Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo"
by Mathieu Chartier
· 9 years ago
84bfbe1
Merge "Fix broken tests."
by Aart Bik
· 9 years ago
34c3ba9
Fix broken tests.
by Aart Bik
· 9 years ago
af0365a
Merge "runtime: Add lambda box/unbox object equality"
by Igor Murashkin
· 9 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 9 years ago
e07300b
Merge "Improved side effect analysis (field/array write/read)."
by Aart Bik
· 9 years ago
854a02b
Improved side effect analysis (field/array write/read).
by Aart Bik
· 9 years ago
5f946da
Fix bug in OatFileAssistant::GetBestOatFile.
by Richard Uhler
· 9 years ago
16a150b
Merge "ART: Fix arm32 quick_invoke_stub CFI"
by Andreas Gampe
· 9 years ago
6db1377
Merge "Improve documentation of memory layouts in stack_map.h."
by Roland Levillain
· 9 years ago
7c0fe5e
Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo
by Mathieu Chartier
· 9 years ago
76914b0
ART: Fix arm32 quick_invoke_stub CFI
by Andreas Gampe
· 9 years ago
b2295af
Merge "Get non proxy method for StackDumpVisitor"
by Mathieu Chartier
· 9 years ago
ef76c3f
Get non proxy method for StackDumpVisitor
by Mathieu Chartier
· 9 years ago
1123794
Merge "Change intern table to not use WaitHoldingLocks"
by Mathieu Chartier
· 9 years ago
7745dc3
Merge "runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS"
by Igor Murashkin
· 9 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 9 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 9 years ago
479ebe0
Merge "Extended test with "cross-over arrays"."
by Aart Bik
· 9 years ago
5ef7994
Extended test with "cross-over arrays".
by Aart Bik
· 9 years ago
511bb65
Merge "Fix FieldGap priority queue ordering bug."
by Richard Uhler
· 9 years ago
2661ffc
Merge "Improve Thumb2 branch/load-literal fixup performance."
by Vladimir Marko
· 9 years ago
75fd056
Merge "Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."""
by Nicolas Geoffray
· 9 years ago
6b756b5
Improve Thumb2 branch/load-literal fixup performance.
by Vladimir Marko
· 9 years ago
9523a3e
Revert "Revert "Use the quickened metadata to compile -QUICK opcodes.""
by Nicolas Geoffray
· 9 years ago
33e50d8
Merge "Reduce space filter threshold to 128."
by Nicolas Geoffray
· 9 years ago
432bf3d
Reduce space filter threshold to 128.
by Nicolas Geoffray
· 9 years ago
32f59e5
Merge "Revert "Use the quickened metadata to compile -QUICK opcodes.""
by Nicolas Geoffray
· 9 years ago
8ab9a90
Revert "Use the quickened metadata to compile -QUICK opcodes."
by Nicolas Geoffray
· 9 years ago
c3c0a06
Merge "Use the quickened metadata to compile -QUICK opcodes."
by Nicolas Geoffray
· 9 years ago
913a737
Merge "Test on (in)variant static and instance field arrays."
by Aart Bik
· 9 years ago
d141f45
Test on (in)variant static and instance field arrays.
by Aart Bik
· 9 years ago
caa2fe3
Merge "ART: Fix System.arraycopy"
by Andreas Gampe
· 9 years ago
c952ac9
ART: Fix System.arraycopy
by Andreas Gampe
· 9 years ago
6d3d1e3
Merge "Disable test while investigating."
by Nicolas Geoffray
· 9 years ago
d6c201e
Disable test while investigating.
by Nicolas Geoffray
· 9 years ago
4515a67
Use the quickened metadata to compile -QUICK opcodes.
by Nicolas Geoffray
· 9 years ago
cced6ad
Merge "Use (D)CHECK_ALIGNED more."
by Roland Levillain
· 9 years ago
530f318
Merge "Make oatdump see the new vmap table generated by dextodex."
by Nicolas Geoffray
· 9 years ago
0a5cd12
Make oatdump see the new vmap table generated by dextodex.
by Nicolas Geoffray
· 9 years ago
bca4d29
Merge "ART: Boolean simplifier fix"
by Nicolas Geoffray
· 9 years ago
8f861e3
Merge "ART: DCE should know that array-length can throw NPE"
by Vladimir Marko
· 9 years ago
b016c6d
ART: DCE should know that array-length can throw NPE
by Serguei Katkov
· 9 years ago
1c1da43
Improve documentation of memory layouts in stack_map.h.
by Roland Levillain
· 9 years ago
108ceb4
ART: Boolean simplifier fix
by Serguei Katkov
· 9 years ago
14d9057
Use (D)CHECK_ALIGNED more.
by Roland Levillain
· 9 years ago
fec9d09
Merge "Fix the documentation of all-run-test-names."
by Roland Levillain
· 9 years ago
00b5c61
Merge "Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo."
by Roland Levillain
· 9 years ago
a14e2e7
Merge "Move MarkObject to mark_sweep.cc"
by Mathieu Chartier
· 9 years ago
e48a169
Move MarkObject to mark_sweep.cc
by Mathieu Chartier
· 9 years ago
2e7ccf9
Merge "Enable ASan annotations in ART based on macro setting."
by Evgenii Stepanov
· 9 years ago
0f2fd32
Enable ASan annotations in ART based on macro setting.
by Evgenii Stepanov
· 9 years ago
34ac23d
Merge "Address some GC comments"
by Mathieu Chartier
· 9 years ago
8118781
Address some GC comments
by Mathieu Chartier
· 9 years ago
e5abf07
Merge "Use SuspendAllInternal for FlipThreadRoots"
by Mathieu Chartier
· 9 years ago
b19ccb1
Use SuspendAllInternal for FlipThreadRoots
by Mathieu Chartier
· 9 years ago
d139bb7
Fix the documentation of all-run-test-names.
by Roland Levillain
· 9 years ago
12cfc60
Merge "Clean up after verifier changes wrt. conflict/undefined reg."
by Vladimir Marko
· 9 years ago
747e536
Clean up after verifier changes wrt. conflict/undefined reg.
by Vladimir Marko
· 9 years ago
d780c00
Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo.
by Roland Levillain
· 9 years ago
fab6788
Fix FieldGap priority queue ordering bug.
by Richard Uhler
· 9 years ago
5c03f36
Merge "ART: Build SSA form when try/catch is present"
by David Brazdil
· 9 years ago
ffee3d3
ART: Build SSA form when try/catch is present
by David Brazdil
· 9 years ago
045da88
Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""""
by Nicolas Geoffray
· 9 years ago
c04c800
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 9 years ago
172c8f71
Merge "Avoid unexpected conversions to ArrayRef."
by Vladimir Marko
· 9 years ago
76ca820
Merge "ART: Fix mac build"
by Andreas Gampe
· 9 years ago
55978b8
ART: Fix mac build
by Andreas Gampe
· 9 years ago
19315c1
Merge "Clean up GC callbacks to be virtual methods"
by Mathieu Chartier
· 9 years ago
70451ae
Merge "Change phony targets to set dalvik.vm.usejit properly"
by Mathieu Chartier
· 9 years ago
d71795b
Change phony targets to set dalvik.vm.usejit properly
by Mathieu Chartier
· 9 years ago
9750995
Clean up GC callbacks to be virtual methods
by Mathieu Chartier
· 9 years ago
8ae3588
Merge "Add ART_TEST_DEBUG_GC to help with debugging gc."
by Hiroshi Yamauchi
· 9 years ago
093f1b4
Add ART_TEST_DEBUG_GC to help with debugging gc.
by Hiroshi Yamauchi
· 9 years ago
345f93e
Avoid unexpected conversions to ArrayRef.
by Vladimir Marko
· 9 years ago
34fcff0
Merge "ART: Remove art_quick_invoke_interface_trampoline"
by Andreas Gampe
· 9 years ago
3031c8d
ART: Remove art_quick_invoke_interface_trampoline
by Andreas Gampe
· 9 years ago
01c2b05
Merge "Fix mac build"
by Mathieu Chartier
· 9 years ago
68953eb
Merge "Add an option to run art tests with strace."
by Hiroshi Yamauchi
· 9 years ago
19af117
Fix mac build
by Mathieu Chartier
· 9 years ago
d1665b7
Merge "Revert "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing."""
by Roland Levillain
· 9 years ago
c6f3439
Merge "ART: JNI thread state transition optimization"
by Mathieu Chartier
· 9 years ago
e978aba
Merge "Disable ASan on Thread::InstallImplicitProtection."
by Evgenii Stepanov
· 9 years ago
4abf451
Disable ASan on Thread::InstallImplicitProtection.
by Evgenii Stepanov
· 9 years ago
0541502
Merge "Generalize Valgrind annotations in ART to support ASan."
by Evgenii Stepanov
· 9 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 10 years ago
1d4184d
Add an option to run art tests with strace.
by Hiroshi Yamauchi
· 9 years ago
eac4424
ART: JNI thread state transition optimization
by Yu Li
· 9 years ago
5b1eea0
Merge "Thread-local mark stacks for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
24db1bc
Merge "Fix cfi information for x86."
by Christopher Ferris
· 9 years ago
9f5e1d9
Fix cfi information for x86.
by Christopher Ferris
· 9 years ago
cc22d7c
Merge "ART: Fix DexFileVerifier try_items OoO validation"
by Andreas Gampe
· 9 years ago
f68c854
Merge "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 9 years ago
ed6195a
Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""
by Nicolas Geoffray
· 9 years ago
Next »