Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
c8e93c736c149ce41be073dd24324fb08afb9ae4
/
compiler
/
optimizing
c8e93c7
Min/max SIMDization support.
by Aart Bik
· 8 years ago
92f4672
Merge "Improve the documentation of an ARM64 parallel move resolver corner case."
by Roland Levillain
· 8 years ago
270970e
Merge "ARM/AOT: Allow 16-bit LDR for Baker read barrier loads."
by Treehugger Robot
· 8 years ago
c8a5b6c
Merge "Revert "ARM: Improve the code generated for HCondition with a constant input""
by Nicolas Geoffray
· 8 years ago
3082661
Revert "ARM: Improve the code generated for HCondition with a constant input"
by Nicolas Geoffray
· 8 years ago
ddc38fe
Merge "Add runtime reasons for deopt."
by Nicolas Geoffray
· 8 years ago
4e92c3c
Add runtime reasons for deopt.
by Nicolas Geoffray
· 8 years ago
1a9a9e3
Merge "Moved knowledge on masking shift operands to simplifier."
by Aart Bik
· 8 years ago
50e20d5
Moved knowledge on masking shift operands to simplifier.
by Aart Bik
· 8 years ago
88abba2
ARM/AOT: Allow 16-bit LDR for Baker read barrier loads.
by Vladimir Marko
· 8 years ago
da33049
Merge "ARM: Improve the code generated for HCondition with a constant input"
by Treehugger Robot
· 8 years ago
b404f34
ARM: Improve the code generated for HCondition with a constant input
by Anton Kirilov
· 8 years ago
bf2dd4b
Merge "MIPS32: Implement branchless HCondition for longs"
by Treehugger Robot
· 8 years ago
9302917
Merge "Improve the implementation of UnsafeCASObject with Baker read barriers."
by Roland Levillain
· 8 years ago
ff48700
Improve the implementation of UnsafeCASObject with Baker read barriers.
by Roland Levillain
· 8 years ago
fe307fd
Merge "ARM: Link-time generated thunks for Baker CC read barrier."
by Vladimir Marko
· 8 years ago
eee1c0e
ARM: Link-time generated thunks for Baker CC read barrier.
by Vladimir Marko
· 8 years ago
4ae432d
optimizing: Fix undefined behavior in graph checker
by Igor Murashkin
· 8 years ago
f3fb1fc
Merge "MIPS: Change remaining entrypoints to save everything."
by Treehugger Robot
· 8 years ago
286fb44
Merge "ARM/VIXL: Remove obsolete DeduplicateDexCacheAddressLiteral()."
by Treehugger Robot
· 8 years ago
e39e702
ARM/VIXL: Remove obsolete DeduplicateDexCacheAddressLiteral().
by Vladimir Marko
· 8 years ago
3d0731a
Merge "Fixed bug due to not updating TC information (with regression test)"
by Aart Bik
· 8 years ago
e22445f
Fixed bug due to not updating TC information (with regression test)
by Aart Bik
· 8 years ago
952b235
Improve the documentation of an ARM64 parallel move resolver corner case.
by Roland Levillain
· 8 years ago
3650acb
Merge "inliner: Do not assume that the outermost_graph has an art method"
by Treehugger Robot
· 8 years ago
07f01df
inliner: Do not assume that the outermost_graph has an art method
by Calin Juravle
· 8 years ago
2982555
Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE"
by Treehugger Robot
· 8 years ago
d01745e
optimizing: constructor fence redundancy elimination - remove dmb after LSE
by Igor Murashkin
· 8 years ago
7113885
Merge "Allow same-length integral type mixing in SIMD."
by Aart Bik
· 8 years ago
bf06526
Merge "Bug fix on shift that exceeds "lane width"."
by Aart Bik
· 8 years ago
920f9b1
Merge "Use dex2oat instead of dex2oatd in non-debug run-tests."
by Roland Levillain
· 8 years ago
267a436
Merge "MIPS: java.lang.Integer.valueOf intrinsic."
by Treehugger Robot
· 8 years ago
6c3af16
Use dex2oat instead of dex2oatd in non-debug run-tests.
by Roland Levillain
· 8 years ago
c83dd7b
Revert "Add concurrent card graying for immune spaces"
by Mathieu Chartier
· 8 years ago
65ffd8e
Bug fix on shift that exceeds "lane width".
by Aart Bik
· 8 years ago
d58bc32
Allow same-length integral type mixing in SIMD.
by Aart Bik
· 8 years ago
18df771
Merge "Enable string "array get" vectorization."
by Treehugger Robot
· 8 years ago
88d329a
Add concurrent card graying for immune spaces
by Mathieu Chartier
· 8 years ago
c61c076
MIPS: Change remaining entrypoints to save everything.
by Alexey Frunze
· 8 years ago
5633ce7
MIPS: java.lang.Integer.valueOf intrinsic.
by Chris Larsen
· 8 years ago
472821b
Enable string "array get" vectorization.
by Aart Bik
· 8 years ago
ec0c057
Merge "Pack booleans in the already existing bit field."
by Aart Bik
· 8 years ago
dc8d7b6
Merge "fix a null pointer dereference"
by Treehugger Robot
· 8 years ago
72155d2
fix a null pointer dereference
by George Burgess IV
· 8 years ago
02b1976
Merge "ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier."
by Vladimir Marko
· 8 years ago
db14fcf
Pack booleans in the already existing bit field.
by Aart Bik
· 8 years ago
66d691d
ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier.
by Vladimir Marko
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
c15a2f4
ART: Add object-readbarrier-inl.h
by Andreas Gampe
· 8 years ago
2d4d161
Merge "Factor vector unary/binary shared code out into superclass."
by Treehugger Robot
· 8 years ago
1cd51da
Merge "ARM64: Improve SIMD LDR/STR."
by Aart Bik
· 8 years ago
6b8b075
Merge changes I6ff2d6f8,I8f60f116
by Treehugger Robot
· 8 years ago
8de5916
Factor vector unary/binary shared code out into superclass.
by Aart Bik
· 8 years ago
0225b77
ARM64: Improve SIMD LDR/STR.
by Artem Serov
· 8 years ago
b95c74b
ART: Move InlineMethodAnalyzer into compiler
by Andreas Gampe
· 8 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
6d3c61d
Merge "Reuse DexCache and ClassLoader handles in inliner."
by Treehugger Robot
· 8 years ago
b1d0ee1
Reuse DexCache and ClassLoader handles in inliner.
by Vladimir Marko
· 8 years ago
d1a05c9
Merge "Handle catch phis in code sinking."
by Nicolas Geoffray
· 8 years ago
13445e7
Handle catch phis in code sinking.
by Nicolas Geoffray
· 8 years ago
f34dd20
ARM64: Support MultiplyAccumulate for SIMD.
by Artem Serov
· 8 years ago
ed5d0ee
Merge "Implement halving add idiom (with checker tests)."
by Treehugger Robot
· 8 years ago
88b7c37
Merge "MIPS64: java.lang.System.arraycopy() for copying char[] to char[]."
by Treehugger Robot
· 8 years ago
f3e61ee
Implement halving add idiom (with checker tests).
by Aart Bik
· 8 years ago
d1ef873
ARM64: Heap poisoning for link-time Baker CC read barrier thunks.
by Vladimir Marko
· 8 years ago
1cae72e
Merge "Fix ARM64 SystemArrayCopy intrinsic with large constant dest position."
by Roland Levillain
· 8 years ago
1ca955d
Fix ARM64 SystemArrayCopy intrinsic with large constant dest position.
by Roland Levillain
· 8 years ago
dda7360
Disable read barrier thunks for heap poisoning
by Mathieu Chartier
· 8 years ago
27fb1dc
Merge "Fixed bug on pending environment use of termination condition. With regression test."
by Aart Bik
· 8 years ago
d86c085
Fixed bug on pending environment use of termination condition.
by Aart Bik
· 8 years ago
2f6ad9d
MIPS32: java.lang.System.arraycopy() for copying char[] to char[].
by Chris Larsen
· 8 years ago
111eefd
Merge "ARM/VIXL: Fix TypeConversion of large long constants to int."
by Treehugger Robot
· 8 years ago
ba1a48e
ARM/VIXL: Fix TypeConversion of large long constants to int.
by Vladimir Marko
· 8 years ago
7b33126
Merge "ARM64: Use link-time generated thunks for Baker CC read barrier."
by Vladimir Marko
· 8 years ago
b1a5211
Merge "MIPS32: Add direct calls to math intrinsics."
by Treehugger Robot
· 8 years ago
5863f85
MIPS64: java.lang.System.arraycopy() for copying char[] to char[].
by Chris Larsen
· 8 years ago
dbe35ed
Merge "MIPS64: Add direct calls to math intrinsics."
by Treehugger Robot
· 8 years ago
b9005fa
MIPS32: Add direct calls to math intrinsics.
by Chris Larsen
· 8 years ago
f4f2daa
ARM64: Use link-time generated thunks for Baker CC read barrier.
by Vladimir Marko
· 8 years ago
4766f2c
Merge changes I1d4db176,Ifb931a99
by Aart Bik
· 8 years ago
279fbab
Merge "MIPS: Use Lsa/Dlsa when possible."
by Treehugger Robot
· 8 years ago
60efed5
Merge "Fix bug in vectorization of charAt, with regression test"
by Treehugger Robot
· 8 years ago
e2dfd30
Merge "optimizing: do not illegally remove constructor barriers after inlining"
by Igor Murashkin
· 8 years ago
3101e58
Fix bug in vectorization of charAt, with regression test
by Aart Bik
· 8 years ago
9899026
Add checker part of test, fix intrinsic copying
by Aart Bik
· 8 years ago
032cacd
optimizing: do not illegally remove constructor barriers after inlining
by Igor Murashkin
· 8 years ago
cd0295d
MIPS: Use Lsa/Dlsa when possible.
by Chris Larsen
· 8 years ago
b31f91f
ARM64: Support vectorization for double and long.
by Artem Serov
· 8 years ago
d4bccf1
ARM64: Support 128-bit registers for SIMD.
by Artem Serov
· 8 years ago
fa76296
Fixed missing context while detecting unit strides.
by Aart Bik
· 8 years ago
672082a
Merge "MIPS64: Fix Math.ceil/floor intrinsics"
by Treehugger Robot
· 8 years ago
7ff60ca
Merge "ARM64: Saves 128-bit regs state along SuspendCheckSlowPath."
by Aart Bik
· 8 years ago
716d073
MIPS64: Fix Math.ceil/floor intrinsics
by Goran Jakovljevic
· 8 years ago
74b8ec0
Merge "Fix a few comments in vectorization code that were incorrect or incomplete."
by Treehugger Robot
· 8 years ago
25e668b
Merge "CHA: Don't return a non resolved class to the inliner."
by Treehugger Robot
· 8 years ago
24b905f
Fix a few comments in vectorization code that were incorrect or incomplete.
by Aart Bik
· 8 years ago
7957d95
ARM64: Saves 128-bit regs state along SuspendCheckSlowPath.
by Artem Serov
· 8 years ago
9c4f0d8f
Clean up after MIPS got read barriers support
by Goran Jakovljevic
· 8 years ago
6bca1c6
Merge "Ensure environment is ready when populating loop."
by Aart Bik
· 8 years ago
Next »