Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
2a7ea34cda9bf776339dfc7f4a22ab01f9525f2d
2a7ea34
Merge "Add some more uninterruptible annotations"
by Mathieu Chartier
· 10 years ago
ed8990a
Add some more uninterruptible annotations
by Mathieu Chartier
· 10 years ago
20cd654
Merge "Fix alignments in quick_entrypoints_x86_64.S"
by Mathieu Chartier
· 10 years ago
71cef23
Fix alignments in quick_entrypoints_x86_64.S
by Man Cao
· 10 years ago
f7efc9e
Merge "ART: Fix Quick/Optimizing suspend check assumption mismatch."
by Vladimir Marko
· 10 years ago
bea4eb4
Merge "Disable Checker for tests that don't invoke the compiler."
by David Brazdil
· 10 years ago
d29e848
ART: Fix Quick/Optimizing suspend check assumption mismatch.
by Vladimir Marko
· 10 years ago
80fb394
Disable Checker for tests that don't invoke the compiler.
by David Brazdil
· 10 years ago
bd76db3
Merge "Fix and extend the documentation of art::Thread's fields offsets."
by Roland Levillain
· 10 years ago
195fa34
Merge "ART: Fix missing role definition"
by Andreas Gampe
· 10 years ago
5bdb655
ART: Fix missing role definition
by Andreas Gampe
· 10 years ago
d59f0b1
Merge "Fix hash set memory leaks"
by Mathieu Chartier
· 10 years ago
88b6b05
Fix hash set memory leaks
by Mathieu Chartier
· 10 years ago
3c9c776
Merge "Add uninterruptible role"
by Mathieu Chartier
· 10 years ago
4e2cb09
Add uninterruptible role
by Mathieu Chartier
· 10 years ago
f64914d
Merge "Move to newer clang annotations"
by Mathieu Chartier
· 10 years ago
fab0712
Merge "runtest: Have gcstress tests skip 955-lambda-smali"
by Igor Murashkin
· 10 years ago
ef3119e
runtest: Have gcstress tests skip 955-lambda-smali
by Igor Murashkin
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
6078aec
Merge "ART: Add VerboseMethods to optimizing compiler"
by Andreas Gampe
· 10 years ago
53fcd0f
ART: Add VerboseMethods to optimizing compiler
by Andreas Gampe
· 10 years ago
d8da9dc
Merge "More diagnostics for flaky oat file assistant test."
by Richard Uhler
· 10 years ago
c20d728
Merge "Replaced CHECK with EXPECT in tests."
by Aart Bik
· 10 years ago
8f08f9e
Replaced CHECK with EXPECT in tests.
by Aart Bik
· 10 years ago
c5bee2a
Merge "Revert "Fixes and improvements in ReferenceTypePropagation""
by Calin Juravle
· 10 years ago
32d7806
Merge "Revert "Use the object class as top in reference type propagation""
by Calin Juravle
· 10 years ago
7733bd6
Revert "Use the object class as top in reference type propagation"
by Calin Juravle
· 10 years ago
9b0096b
Revert "Fixes and improvements in ReferenceTypePropagation"
by Calin Juravle
· 10 years ago
d77aa00
Merge "ART: Fix Thumb2 literal fixup."
by Vladimir Marko
· 10 years ago
ca80ecc
Fix and extend the documentation of art::Thread's fields offsets.
by Roland Levillain
· 10 years ago
ff6e79c
Merge "Added unit tests to LICM."
by Aart Bik
· 10 years ago
94f5bda
More diagnostics for flaky oat file assistant test.
by Richard Uhler
· 10 years ago
0e126bb
Merge "When a Checker assertion cannot be parsed, display it."
by Roland Levillain
· 10 years ago
60f4804
Merge "Delete extraneous prefix `SideEffects::` in `nodes.h`."
by Roland Levillain
· 10 years ago
74e1cc0
When a Checker assertion cannot be parsed, display it.
by Roland Levillain
· 10 years ago
1c4ccea
Delete extraneous prefix `SideEffects::` in `nodes.h`.
by Alexandre Rames
· 10 years ago
663c934
ART: Fix Thumb2 literal fixup.
by Vladimir Marko
· 10 years ago
e6e38ce
Merge "Use the object class as top in reference type propagation"
by Calin Juravle
· 10 years ago
a3073e2
Merge "Fixes and improvements in ReferenceTypePropagation"
by Calin Juravle
· 10 years ago
3f307f3
Added unit tests to LICM.
by Aart Bik
· 10 years ago
236d0a3
Merge changes from topic 'lambda_experimental'
by Igor Murashkin
· 10 years ago
6bd980c
interpreter: Add tests for move-result after invoke-lambda
by Igor Murashkin
· 10 years ago
4d7b75f
verifier: Skip verification of methods when seeing experimental opcodes
by Igor Murashkin
· 10 years ago
c962dd7
Merge "Prefer 32-bit host executables on Mac."
by Ying Wang
· 10 years ago
56ebee4
Merge "Add more checks to diagnose flaky oat file assistant test."
by Richard Uhler
· 10 years ago
754a445
Prefer 32-bit host executables on Mac.
by Ying Wang
· 10 years ago
2bb897e
Merge "Refine the canary pattern in RedZone"
by Andreas Gampe
· 10 years ago
b203b33
Merge "ART: Fix UninitializedReference handling"
by Andreas Gampe
· 10 years ago
891dfaa
ART: Fix UninitializedReference handling
by Andreas Gampe
· 10 years ago
364fa53
Merge "Fix bug in OatFileAssistant::GetBestOatFile."
by Richard Uhler
· 10 years ago
411b96d
Merge "ART: Remove some of the Mac craziness"
by Andreas Gampe
· 10 years ago
4360be2
ART: Remove some of the Mac craziness
by Andreas Gampe
· 10 years ago
3fabec7
Use the object class as top in reference type propagation
by Calin Juravle
· 10 years ago
b0d5fc0
Fixes and improvements in ReferenceTypePropagation
by Calin Juravle
· 10 years ago
9ed8206
Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo"
by Mathieu Chartier
· 10 years ago
84bfbe1
Merge "Fix broken tests."
by Aart Bik
· 10 years ago
34c3ba9
Fix broken tests.
by Aart Bik
· 10 years ago
af0365a
Merge "runtime: Add lambda box/unbox object equality"
by Igor Murashkin
· 10 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 10 years ago
e07300b
Merge "Improved side effect analysis (field/array write/read)."
by Aart Bik
· 10 years ago
854a02b
Improved side effect analysis (field/array write/read).
by Aart Bik
· 10 years ago
2639e8e
Add more checks to diagnose flaky oat file assistant test.
by Richard Uhler
· 10 years ago
5f946da
Fix bug in OatFileAssistant::GetBestOatFile.
by Richard Uhler
· 10 years ago
16a150b
Merge "ART: Fix arm32 quick_invoke_stub CFI"
by Andreas Gampe
· 10 years ago
6db1377
Merge "Improve documentation of memory layouts in stack_map.h."
by Roland Levillain
· 10 years ago
7c0fe5e
Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo
by Mathieu Chartier
· 10 years ago
76914b0
ART: Fix arm32 quick_invoke_stub CFI
by Andreas Gampe
· 10 years ago
b2295af
Merge "Get non proxy method for StackDumpVisitor"
by Mathieu Chartier
· 10 years ago
ef76c3f
Get non proxy method for StackDumpVisitor
by Mathieu Chartier
· 10 years ago
1123794
Merge "Change intern table to not use WaitHoldingLocks"
by Mathieu Chartier
· 10 years ago
7745dc3
Merge "runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS"
by Igor Murashkin
· 10 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 10 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 10 years ago
479ebe0
Merge "Extended test with "cross-over arrays"."
by Aart Bik
· 10 years ago
5ef7994
Extended test with "cross-over arrays".
by Aart Bik
· 10 years ago
511bb65
Merge "Fix FieldGap priority queue ordering bug."
by Richard Uhler
· 10 years ago
2661ffc
Merge "Improve Thumb2 branch/load-literal fixup performance."
by Vladimir Marko
· 10 years ago
75fd056
Merge "Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."""
by Nicolas Geoffray
· 10 years ago
6b756b5
Improve Thumb2 branch/load-literal fixup performance.
by Vladimir Marko
· 10 years ago
9523a3e
Revert "Revert "Use the quickened metadata to compile -QUICK opcodes.""
by Nicolas Geoffray
· 10 years ago
33e50d8
Merge "Reduce space filter threshold to 128."
by Nicolas Geoffray
· 10 years ago
432bf3d
Reduce space filter threshold to 128.
by Nicolas Geoffray
· 10 years ago
32f59e5
Merge "Revert "Use the quickened metadata to compile -QUICK opcodes.""
by Nicolas Geoffray
· 10 years ago
8ab9a90
Revert "Use the quickened metadata to compile -QUICK opcodes."
by Nicolas Geoffray
· 10 years ago
c3c0a06
Merge "Use the quickened metadata to compile -QUICK opcodes."
by Nicolas Geoffray
· 10 years ago
913a737
Merge "Test on (in)variant static and instance field arrays."
by Aart Bik
· 10 years ago
d141f45
Test on (in)variant static and instance field arrays.
by Aart Bik
· 10 years ago
caa2fe3
Merge "ART: Fix System.arraycopy"
by Andreas Gampe
· 10 years ago
c952ac9
ART: Fix System.arraycopy
by Andreas Gampe
· 10 years ago
6d3d1e3
Merge "Disable test while investigating."
by Nicolas Geoffray
· 10 years ago
d6c201e
Disable test while investigating.
by Nicolas Geoffray
· 10 years ago
4515a67
Use the quickened metadata to compile -QUICK opcodes.
by Nicolas Geoffray
· 10 years ago
cced6ad
Merge "Use (D)CHECK_ALIGNED more."
by Roland Levillain
· 10 years ago
530f318
Merge "Make oatdump see the new vmap table generated by dextodex."
by Nicolas Geoffray
· 10 years ago
0a5cd12
Make oatdump see the new vmap table generated by dextodex.
by Nicolas Geoffray
· 10 years ago
bca4d29
Merge "ART: Boolean simplifier fix"
by Nicolas Geoffray
· 10 years ago
8f861e3
Merge "ART: DCE should know that array-length can throw NPE"
by Vladimir Marko
· 10 years ago
b016c6d
ART: DCE should know that array-length can throw NPE
by Serguei Katkov
· 10 years ago
1c1da43
Improve documentation of memory layouts in stack_map.h.
by Roland Levillain
· 10 years ago
108ceb4
ART: Boolean simplifier fix
by Serguei Katkov
· 10 years ago
Next »