Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
63921cfe407e093a527c94f5e01b03e89669f18a
63921cf
am 16b5d29f: Merge "Guard against name == null in ShortDump"
by Mathieu Chartier
· 10 years ago
16b5d29
Merge "Guard against name == null in ShortDump"
by Mathieu Chartier
· 10 years ago
233f157
am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators."
by Roland Levillain
· 10 years ago
93cf23f
Merge "Fix DCHECKs about clinit checks in Optimizing's code generators."
by Roland Levillain
· 10 years ago
0379f82
Fix DCHECKs about clinit checks in Optimizing's code generators.
by Roland Levillain
· 10 years ago
b28412e
Guard against name == null in ShortDump
by Mathieu Chartier
· 10 years ago
d27c57c
am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access"
by Andreas Gampe
· 10 years ago
76f1413
Merge "[optimizing] Ensure FillNewArray sets array access"
by Andreas Gampe
· 10 years ago
20e8d43
[optimizing] Ensure FillNewArray sets array access
by Mark Mendell
· 10 years ago
c16be4d
am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes."
by Roland Levillain
· 10 years ago
9c0a5aa
am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing."
by Roland Levillain
· 10 years ago
bcbd49c
am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup."
by Vladimir Marko
· 10 years ago
3507b79
Merge "Reduce the number of explicit clinit checks for static invokes."
by Roland Levillain
· 10 years ago
5f02c6c
Reduce the number of explicit clinit checks for static invokes.
by Roland Levillain
· 10 years ago
eb5459c
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
by Roland Levillain
· 10 years ago
ae803f6
Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup."
by Vladimir Marko
· 10 years ago
2c1ce5b
am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points."
by Vladimir Marko
· 10 years ago
83134ec
Merge "Remove ArtMethod* parameter from dex cache entry points."
by Vladimir Marko
· 10 years ago
b4364ee
am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination"
by David Brazdil
· 10 years ago
52b63e2
Merge "ART: Fix gtests broken by dead block elimination"
by David Brazdil
· 10 years ago
1c533c1
ART: Fix gtests broken by dead block elimination
by David Brazdil
· 10 years ago
9b09683
am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification."
by Roland Levillain
· 10 years ago
7bf9bc7
Merge "Minor improvements to 458-checker-instruction-simplification."
by Roland Levillain
· 10 years ago
4c0eb42
Ensure inlined static calls perform clinit checks in Optimizing.
by Roland Levillain
· 10 years ago
b4e284f
am f16d7b38: Merge "ART: Dead block removal"
by David Brazdil
· 10 years ago
f16d7b3
Merge "ART: Dead block removal"
by David Brazdil
· 10 years ago
2d7352b
ART: Dead block removal
by David Brazdil
· 10 years ago
490c956
am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing."
by Nicolas Geoffray
· 10 years ago
9f3565a
Merge "Debugger: Remove support for setting values in optimizing."
by Nicolas Geoffray
· 10 years ago
7cc56a1
Debugger: Remove support for setting values in optimizing.
by Nicolas Geoffray
· 10 years ago
553871c
am af248646: Merge "Don\'t use \'sh\' on the host."
by Nicolas Geoffray
· 10 years ago
af24864
Merge "Don't use 'sh' on the host."
by Nicolas Geoffray
· 10 years ago
33e1f8f
Don't use 'sh' on the host.
by Nicolas Geoffray
· 10 years ago
78a34f7
am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script."
by Nicolas Geoffray
· 10 years ago
51e8e98
am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system."
by Nicolas Geoffray
· 10 years ago
9e85d55
Merge "Use 'sh' explicitly when invoking the art script."
by Nicolas Geoffray
· 10 years ago
06801ff
Use 'sh' explicitly when invoking the art script.
by Nicolas Geoffray
· 10 years ago
11307fd
Merge "Make tests assume ANDROID_ROOT is not /system."
by Nicolas Geoffray
· 10 years ago
4f7fdd2
Make tests assume ANDROID_ROOT is not /system.
by Nicolas Geoffray
· 10 years ago
5ea536a
Remove ArtMethod* parameter from dex cache entry points.
by Vladimir Marko
· 10 years ago
0e76c6e
am c5cb691c: Merge "Cleanup and improve stack map stream"
by Nicolas Geoffray
· 10 years ago
c5cb691
Merge "Cleanup and improve stack map stream"
by Nicolas Geoffray
· 10 years ago
1b7ae56
am 021190bf: Merge "Fix reflection handling and test flakiness"
by Mathieu Chartier
· 10 years ago
021190b
Merge "Fix reflection handling and test flakiness"
by Mathieu Chartier
· 10 years ago
a61894d
Fix reflection handling and test flakiness
by Mathieu Chartier
· 10 years ago
4f46ac5
Cleanup and improve stack map stream
by Calin Juravle
· 10 years ago
b85ca82
am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()."
by Vladimir Marko
· 10 years ago
633a37e
Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()."
by Vladimir Marko
· 10 years ago
ad67727
Quick: Fix and enable DCE and improve GVN/DCE cleanup.
by Vladimir Marko
· 10 years ago
3c2f49c
am 360475ab: Merge "Linear scan: split at better positions."
by Nicolas Geoffray
· 10 years ago
360475a
Merge "Linear scan: split at better positions."
by Nicolas Geoffray
· 10 years ago
8cbab3c
Linear scan: split at better positions.
by Nicolas Geoffray
· 10 years ago
73f87c0
am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
by Calin Juravle
· 10 years ago
322b389
Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
by Calin Juravle
· 10 years ago
d3f6cd4
am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining"
by David Brazdil
· 10 years ago
272bf7e
Merge "ART: Run BooleanSimplifier after inlining"
by David Brazdil
· 10 years ago
af88835
Remove unnecessary null checks in CheckCast and InstanceOf
by Guillaume "Vermeille" Sanchez
· 10 years ago
917f9ab
ART: Run BooleanSimplifier after inlining
by David Brazdil
· 10 years ago
084f7d4
Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong().
by Vladimir Marko
· 10 years ago
dbd9edd
am 4ceed922: Merge "Move stack map stream implementation to its own cc file."
by Calin Juravle
· 10 years ago
76ce0f8
am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass."""
by Vladimir Marko
· 10 years ago
4ceed92
Merge "Move stack map stream implementation to its own cc file."
by Calin Juravle
· 10 years ago
b19c1e6
Merge "Revert "Revert "Quick: Rewrite type inference pass."""
by Vladimir Marko
· 10 years ago
c416d33
Move stack map stream implementation to its own cc file.
by Calin Juravle
· 10 years ago
1a62441
am b4186df6: Merge "Skip known broken tests for ARM back ends on ARM as second arch."
by Roland Levillain
· 10 years ago
b4186df
Merge "Skip known broken tests for ARM back ends on ARM as second arch."
by Roland Levillain
· 10 years ago
0a025d2
Skip known broken tests for ARM back ends on ARM as second arch.
by Roland Levillain
· 10 years ago
b8b3231
am c1b829b8: Merge "Remove ActAsNullConstant"
by Calin Juravle
· 10 years ago
c1b829b
Merge "Remove ActAsNullConstant"
by Calin Juravle
· 10 years ago
edad8ad
Remove ActAsNullConstant
by Calin Juravle
· 10 years ago
f1301a5
am 84c5f998: Merge "Mul simplification should expect zero operand"
by Nicolas Geoffray
· 10 years ago
84c5f99
Merge "Mul simplification should expect zero operand"
by Nicolas Geoffray
· 10 years ago
5384919
Mul simplification should expect zero operand
by Serguei Katkov
· 10 years ago
c91df2d
Revert "Revert "Quick: Rewrite type inference pass.""
by Vladimir Marko
· 10 years ago
b0b52f6
am 9d4d13f3: Merge "Revert "Quick: Rewrite type inference pass.""
by Andreas Gampe
· 10 years ago
9d4d13f
Merge "Revert "Quick: Rewrite type inference pass.""
by Andreas Gampe
· 10 years ago
1b717f6
Revert "Quick: Rewrite type inference pass."
by Andreas Gampe
· 10 years ago
455a228
am baba16a4: Merge "ART: Fix re-throwing failures of non-convention errors"
by Andreas Gampe
· 10 years ago
baba16a
Merge "ART: Fix re-throwing failures of non-convention errors"
by Andreas Gampe
· 10 years ago
bfdcdc1
ART: Fix re-throwing failures of non-convention errors
by Andreas Gampe
· 10 years ago
7222756
am 8e58d76e: Merge "Do not mention x86 floating point numbers in CFI."
by Andreas Gampe
· 10 years ago
8e58d76
Merge "Do not mention x86 floating point numbers in CFI."
by Andreas Gampe
· 10 years ago
8a813f7
Do not mention x86 floating point numbers in CFI.
by David Srbecky
· 10 years ago
bda5cc1
am 0ad14266: Merge "Replace NULL with nullptr"
by Mathieu Chartier
· 10 years ago
0ad1426
Merge "Replace NULL with nullptr"
by Mathieu Chartier
· 10 years ago
745e055
am 1f02f1a7: Merge "Quick: Rewrite type inference pass."
by Vladimir Marko
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
1f02f1a
Merge "Quick: Rewrite type inference pass."
by Vladimir Marko
· 10 years ago
73e87c0
am 692c03bf: Merge "Quick: Remove broken Mir2Lir::LocToRegClass()."
by Vladimir Marko
· 10 years ago
e490b01
Quick: Rewrite type inference pass.
by Vladimir Marko
· 10 years ago
692c03b
Merge "Quick: Remove broken Mir2Lir::LocToRegClass()."
by Vladimir Marko
· 10 years ago
39c2996
am be52c68d: Merge "Simplify template parameters of Elf classes."
by David Srbecky
· 10 years ago
be52c68
Merge "Simplify template parameters of Elf classes."
by David Srbecky
· 10 years ago
5d4f404
am 54862b36: Merge "Fix X86_64 assembler REX instructions"
by Nicolas Geoffray
· 10 years ago
54862b3
Merge "Fix X86_64 assembler REX instructions"
by Nicolas Geoffray
· 10 years ago
533c207
Simplify template parameters of Elf classes.
by David Srbecky
· 10 years ago
7fd8b59
Fix X86_64 assembler REX instructions
by Mark Mendell
· 10 years ago
dbf8b6f
am f456ce1d: Merge "Remove warning when we do too many simplifications"
by Calin Juravle
· 10 years ago
f456ce1
Merge "Remove warning when we do too many simplifications"
by Calin Juravle
· 10 years ago
943136f
Remove warning when we do too many simplifications
by Calin Juravle
· 10 years ago
Next »