index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
instruction_simplifier.cc
Age
Commit message (
Expand
)
Author
2015-10-22
MIPS: Initial version of optimizing compiler for MIPS32
Goran Jakovljevic
2015-10-19
Generalize codegen and simplification of deopt.
Aart Bik
2015-10-15
Merge "Added support for unsigned comparisons"
Aart Bik
2015-10-14
Added support for unsigned comparisons
Aart Bik
2015-10-12
Merge "Intrinsify System.arraycopy."
Nicolas Geoffray
2015-10-12
Intrinsify System.arraycopy.
Nicolas Geoffray
2015-10-07
Don't remove type checks if we need to perform an access check.
Calin Juravle
2015-10-07
Merge "Add support for intrinsic optimizations."
Nicolas Geoffray
2015-10-07
Add support for intrinsic optimizations.
Nicolas Geoffray
2015-10-06
Add support for unresolved classes in optimizing.
Calin Juravle
2015-09-30
Optimize ArraySet for x86/x64/arm/arm64.
Nicolas Geoffray
2015-09-29
Merge "Optimizing: Simplify UShr+And, Shr+And."
Vladimir Marko
2015-09-29
Optimizing: Simplify UShr+And, Shr+And.
Vladimir Marko
2015-09-29
Use dominance information for null optimization in write barrier.
Nicolas Geoffray
2015-08-27
ART: Fix the simplifier for NEGATE add/sub
Serdjuk, Nikolay Y
2015-08-12
Small optimization improvements.
Nicolas Geoffray
2015-08-06
ART: Fix the simplifier for add/sub
Serguei Katkov
2015-07-29
Revert "Revert "Revert "Revert "Use the object class as top in reference type...
Calin Juravle
2015-07-28
Revert "Revert "Revert "Use the object class as top in reference type propaga...
Calin Juravle
2015-07-27
Revert "Revert "Use the object class as top in reference type propagation""
Calin Juravle
2015-07-22
Revert "Use the object class as top in reference type propagation"
Calin Juravle
2015-07-21
Use the object class as top in reference type propagation
Calin Juravle
2015-07-14
Merge "Revert "Revert "Fuse long and FP compare & condition on ARM64 in Optim...
Roland Levillain
2015-07-13
Revert "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing.""
Roland Levillain
2015-07-13
Merge "[optimizing] Don't rely on the verifier for String.<init>."
Nicolas Geoffray
2015-07-10
[optimizing] Don't rely on the verifier for String.<init>.
Nicolas Geoffray
2015-07-10
Revert "Fuse long and FP compare & condition on ARM64 in Optimizing."
Roland Levillain
2015-07-10
Fuse long and FP compare & condition on ARM64 in Optimizing.
Roland Levillain
2015-07-08
Fuse long and FP compare & condition on ARM in Optimizing.
Roland Levillain
2015-07-07
Fuse long and FP compare & condition on x86/x86-64 in Optimizing.
Mark Mendell
2015-07-01
Do not do a type check when setting null to an array.
Nicolas Geoffray
2015-06-22
ART: Simplify (Not)Equal bool vs. int to true/false
David Brazdil
2015-06-19
Do not expect 0 or 1 only when comparing a boolean.
Nicolas Geoffray
2015-06-17
Fix bug in optimizing around instanceof.
Nicolas Geoffray
2015-06-10
Add optimizations for instanceof/checkcast.
Guillaume Sanchez
2015-05-19
Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before i...
Calin Juravle
2015-05-18
Don't do a null test in MarkGCCard if the value cannot be null.
Nicolas Geoffray
2015-05-18
Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a Nul...
Guillaume "Vermeille" Sanchez
2015-05-11
[optimizing] Improve 32 bit long shift by 1.
Mark Mendell
2015-04-27
Revert "Revert "[optimizing] Replace FP divide by power of 2""
Nicolas Geoffray
2015-04-26
Merge "Revert "[optimizing] Replace FP divide by power of 2""
Nicolas Geoffray
2015-04-26
Revert "[optimizing] Replace FP divide by power of 2"
Nicolas Geoffray
2015-04-26
Merge "[optimizing] Replace FP divide by power of 2"
Nicolas Geoffray
2015-04-23
Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
Calin Juravle
2015-04-23
Remove unnecessary null checks in CheckCast and InstanceOf
Guillaume "Vermeille" Sanchez
2015-04-23
Mul simplification should expect zero operand
Serguei Katkov
2015-04-22
Remove warning when we do too many simplifications
Calin Juravle
2015-04-21
Merge "Incorrect transformation of (sub,neg) to (sub) for fp"
Roland Levillain
2015-04-20
[optimizing] Replace FP divide by power of 2
Mark Mendell
2015-04-20
Incorrect transformation of (sub,neg) to (sub) for fp
Serguei Katkov
[next]