Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
657318c0b1b51e5cfd2859b874d26336c5330908
/
compiler
b6829c2
Merge "Refactor InvokeDexCallingConventionVisitor in Optimizing."
by Roland Levillain
· 10 years ago
2d27c8e
Refactor InvokeDexCallingConventionVisitor in Optimizing.
by Roland Levillain
· 10 years ago
f073a36
Merge "Fix for incorrect encode and parse of PEXTRW instruction"
by Vladimir Marko
· 10 years ago
e761b91
Merge "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""
by Roland Levillain
· 10 years ago
2a7a1d7
Revert "Revert "Revert "[optimizing] Improve x86 shifts"""
by Roland Levillain
· 10 years ago
fadf977
Merge "Add InsertInstructionAfter in HBasicBlock."
by Roland Levillain
· 10 years ago
d474b1d
Merge "Revert "Revert "[optimizing] Improve x86 shifts"""
by Roland Levillain
· 10 years ago
9b95a05
Revert "Revert "[optimizing] Improve x86 shifts""
by Roland Levillain
· 10 years ago
e0705f5
Fix for incorrect encode and parse of PEXTRW instruction
by nikolay serdjuk
· 10 years ago
2bee20b
Quick: Fix crash on fall-through out of method code.
by Calin Juravle
· 10 years ago
3adfc4b
Merge "Quick: Avoid unnecessary GVN work in release builds."
by Vladimir Marko
· 10 years ago
80613ff
Merge "Have HInvoke instructions know their number of actual arguments."
by Roland Levillain
· 10 years ago
a94fb1f
Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""
by Nicolas Geoffray
· 10 years ago
3e3d733
Have HInvoke instructions know their number of actual arguments.
by Roland Levillain
· 10 years ago
9d1e190
Merge "Replace String CharArray with internal uint16_t array."
by Jeff Hao
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
0d22184
Revert "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
2d01066
Merge "Dissociate uses with environment uses."
by Nicolas Geoffray
· 10 years ago
295dda5
Merge "Quick: Rely on inferred types in GVN/LVN/DCE."
by Vladimir Marko
· 10 years ago
4ed947a
Dissociate uses with environment uses.
by Nicolas Geoffray
· 10 years ago
d14438f
Merge "ART: Simplify Ifs with BooleanNot condition"
by David Brazdil
· 10 years ago
769c9e5
ART: Simplify Ifs with BooleanNot condition
by David Brazdil
· 10 years ago
f725550
Quick: Avoid unnecessary GVN work in release builds.
by Vladimir Marko
· 10 years ago
a0ee862
Merge "Add support for caching float and double constants."
by Nicolas Geoffray
· 10 years ago
f213e05
Add support for caching float and double constants.
by Nicolas Geoffray
· 10 years ago
c7508e9
ART: Fix removing a Phi with RemoveInstruction
by David Brazdil
· 10 years ago
2967ec6
Add InsertInstructionAfter in HBasicBlock.
by Guillaume "Vermeille" Sanchez
· 10 years ago
a5e69e8
Quick: Rely on inferred types in GVN/LVN/DCE.
by Vladimir Marko
· 10 years ago
9d750ef
BCE: don't add deoptimization if the loop has early exit.
by Mingyao Yang
· 10 years ago
f382eff
Merge "Deoptimization-based BCE for unknown loop bounds."
by Mingyao Yang
· 10 years ago
206d6fd
Deoptimization-based BCE for unknown loop bounds.
by Mingyao Yang
· 10 years ago
adf1597
Merge "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
067cae2
Revert "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
5ff903a
Merge "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
711d840
Merge "ART: Fix addpd opcode, add Quick x86 assembler test"
by Andreas Gampe
· 10 years ago
c4013ea
ART: Fix addpd opcode, add Quick x86 assembler test
by Chao-ying Fu
· 10 years ago
0cd91f0
Merge "Move Class.newInstance to native"
by Mathieu Chartier
· 10 years ago
24d65cc
ART: Fix missing dependency between GVN and other passes
by Andreas Gampe
· 10 years ago
f36cb5f
Move Class.newInstance to native
by Mathieu Chartier
· 10 years ago
3d58dea
Merge "ART: Refactor utils/assembler test"
by Andreas Gampe
· 10 years ago
3c1c05a
Disable Quick's GVN-based dead code elimination.
by Roland Levillain
· 10 years ago
03b9ee4
ART: Refactor utils/assembler test
by Andreas Gampe
· 10 years ago
940c65d
Merge "[optimizing] Rename HasArrayAccesses and check it"
by Andreas Gampe
· 10 years ago
808db52
Merge "[optimizing] Handle x86 const length BoundsCheck"
by Andreas Gampe
· 10 years ago
99dbd68
[optimizing] Handle x86 const length BoundsCheck
by Mark Mendell
· 10 years ago
1152c92
[optimizing] Rename HasArrayAccesses and check it
by Mark Mendell
· 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
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
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
83134ec
Merge "Remove ArtMethod* parameter from dex cache entry points."
by Vladimir Marko
· 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
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
2d7352b
ART: Dead block removal
by David Brazdil
· 10 years ago
5ea536a
Remove ArtMethod* parameter from dex cache entry points.
by Vladimir Marko
· 10 years ago
c5cb691
Merge "Cleanup and improve stack map stream"
by Nicolas Geoffray
· 10 years ago
4f46ac5
Cleanup and improve stack map stream
by Calin Juravle
· 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
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
322b389
Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
by Calin Juravle
· 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
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
c1b829b
Merge "Remove ActAsNullConstant"
by Calin Juravle
· 10 years ago
edad8ad
Remove ActAsNullConstant
by Calin Juravle
· 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
1b717f6
Revert "Quick: Rewrite type inference pass."
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
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
1f02f1a
Merge "Quick: Rewrite type inference pass."
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
be52c68
Merge "Simplify template parameters of Elf classes."
by David Srbecky
· 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
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
0edd36b
Merge "ART: Update last_instruction when adding Phis"
by David Brazdil
· 10 years ago
c3d743f
ART: Update last_instruction when adding Phis
by David Brazdil
· 10 years ago
83fca40
Merge "[optimizing] Use more X86_64 addressing modes"
by Nicolas Geoffray
· 10 years ago
eb0c401
Merge "[optimizing] Name the last DCE pass."
by Calin Juravle
· 10 years ago
862aaef
[optimizing] Name the last DCE pass.
by Calin Juravle
· 10 years ago
fac1070
Quick: Remove broken Mir2Lir::LocToRegClass().
by Vladimir Marko
· 10 years ago
8d1ba74
Merge "Run DCE again after all the other optimizations have run."
by Calin Juravle
· 10 years ago
8f20bdb
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
f7be052
Merge "[optimizing] Fix a bug in moving the null check to the user."
by Calin Juravle
· 10 years ago
641547a
[optimizing] Fix a bug in moving the null check to the user.
by Calin Juravle
· 10 years ago
08faf72
Merge "ART: Add compiled-methods"
by Andreas Gampe
· 10 years ago
Next »