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_shared.cc
Age
Commit message (
Expand
)
Author
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
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-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-08-14
MIPS: Support MultiplyAccumulate for SIMD.
Lena Djokic
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-05-11
ARM64: Share address computation across SIMD LDRs/STRs.
Artem Serov
2017-04-26
Merge "ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier."
Vladimir Marko
2017-04-25
ARM64: Link-time generated thunks for ArrayGet Baker CC read barrier.
Vladimir Marko
2017-04-20
ARM64: Support MultiplyAccumulate for SIMD.
Artem Serov
2016-11-04
Revert "Revert "Enable IntermediateAddress for primitive arrays with read bar...
Roland Levillain
2016-09-19
Remove the `CanTriggerGC` side-effects on a few instructions.
Alexandre Rames
2016-08-15
Revert "Enable IntermediateAddress for primitive arrays with read barriers."
Roland Levillain
2016-08-08
Enable IntermediateAddress for primitive arrays with read barriers.
Roland Levillain
2016-07-21
ARM: Port instr simplification of array accesses.
Artem Serov
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2016-03-11
Integrate BitwiseNegated into shared framework.
Artem Serov
2016-02-25
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
Artem Udovichenko
2016-01-22
Revert "ARM/ARM64: Extend support of instruction combining."
Nicolas Geoffray
2016-01-21
ARM/ARM64: Extend support of instruction combining.
Ilmir Usmanov