index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
instruction_simplifier_arm.cc
Age
Commit message (
Expand
)
Author
2020-06-19
ART: Transform Sub+Sub into Sub+Add to merge Shl
Evgeny Astigeevich
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-25
ARM64: Support interm. address for object arrays.
Artem Serov
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2017-11-27
Fix stats reporting over 100% methods compiled.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-02
ARM/ARM64: Move simplifier visitors to .cc files.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-18
ARM: VIXL32: Merge (un)signed extensions and integer additions
Anton Kirilov
2017-07-17
Remove the old ARM assemblers from ART.
Roland Levillain
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-02-17
ARM: Merge data-processing instructions and shifts/(un)signed extensions
Anton Kirilov
2016-09-30
String Compression for ARM and ARM64
jessicahandojo
2016-07-21
ARM: Port instr simplification of array accesses.
Artem Serov
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