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
2017-12-14
Merge "Revert "ART: Try to statically evaluate some conditions.""
Treehugger Robot
2017-12-14
Revert "ART: Try to statically evaluate some conditions."
Nicolas Geoffray
2017-12-13
Merge "ART: Try to statically evaluate some conditions."
Treehugger Robot
2017-12-12
ART: Try to statically evaluate some conditions.
Artem Serov
2017-12-07
type conversion elimination for store value only uses.
Mingyao Yang
2017-12-04
Merge "Fix a bug in String.charAt() simplification."
Vladimir Marko
2017-12-04
Fix a bug in String.charAt() simplification.
Vladimir Marko
2017-12-01
Allow devirtualized method to be intrinsified.
Mingyao Yang
2017-11-30
Type conversion elimination of constants
Mingyao Yang
2017-11-27
Merge "Fix stats reporting over 100% methods compiled."
Treehugger Robot
2017-11-27
Merge "type conversion elimination for constant input"
Treehugger Robot
2017-11-27
Fix stats reporting over 100% methods compiled.
Vladimir Marko
2017-11-22
type conversion elimination for constant input
Mingyao Yang
2017-11-21
Merge "ART: Introduce individual HInstruction cloning."
Aart Bik
2017-11-08
Fix String.equals() for moveable String.class.
Vladimir Marko
2017-11-07
ART: Introduce individual HInstruction cloning.
Artem Serov
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-24
Fix type conversion bug
Aart Bik
2017-10-18
ART: Introduce Uint8 loads in compiled code.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-05
Try to preserve dex pc better in vector code.
Aart Bik
2017-10-03
ART: Simplify And(TypeConversion<Int64>(x), Const32).
Vladimir Marko
2017-10-03
Merge "ART: Introduce Uint8 compiler data type."
Vladimir Marko
2017-10-03
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-10-02
ART: Add VarHandle fence intrinsics
Orion Hodson
2017-09-29
ART: Generalize "x >> (s & m)" simplification.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-19
Recognize ABS cases.
Aart Bik
2017-08-14
MIPS: Support MultiplyAccumulate for SIMD.
Lena Djokic
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-05-22
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-05-09
Moved knowledge on masking shift operands to simplifier.
Aart Bik
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-03-27
Make data dependency around HDeoptimize correct.
Nicolas Geoffray
2017-03-07
Invoke typed arraycopy for primitive arrays.
Nicolas Geoffray
2017-01-19
Revert "Revert "Load the array class in the compiler for allocations.""
Nicolas Geoffray
2017-01-19
Revert "Load the array class in the compiler for allocations."
Hiroshi Yamauchi
2017-01-18
Load the array class in the compiler for allocations.
Nicolas Geoffray
2017-01-11
Merge "Recognize getClass() in RTP."
Nicolas Geoffray
2017-01-10
Recognize getClass() in RTP.
Nicolas Geoffray
2017-01-09
The HBoundsCheck should be the index input of String.charAt.
Nicolas Geoffray
2016-12-15
Fixed signal 11 bug by not testing resolved method first.
Aart Bik
2016-12-13
ART: Clean up utils.h
Andreas Gampe
2016-11-30
Optimizations around escape analysis. With tests.
Aart Bik
2016-11-09
Allow read side effects for removing dead instructions.
Aart Bik
2016-11-02
New instruction simplifications. Extra dce pass. Allow more per block repeats.
Aart Bik
[next]