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
/
nodes_shared.h
Age
Commit message (
Expand
)
Author
2024-06-12
riscv: Expand BitwiseNegatedRight to riscv64, optimize
Anton Romanov
2024-02-26
Define InstructionDataEquals for HBitwiseNegatedRight
Santiago Aboy Solanes
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-02-21
Fix iCache misses for GetKind on x86,x86_64
Gupta Kumar, Sanjiv
2017-11-07
ART: Introduce individual HInstruction cloning.
Artem Serov
2017-11-02
Fix LSA hunt for original reference bug.
xueliang.zhong
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-05-11
ARM64: Share address computation across SIMD LDRs/STRs.
Artem Serov
2017-02-17
ARM: Merge data-processing instructions and shifts/(un)signed extensions
Anton Kirilov
2016-09-19
Merge "Remove the `CanTriggerGC` side-effects on a few instructions."
Roland Levillain
2016-09-19
Include `nodes.h` in `nodes_shared.h` to help editing tools.
Alexandre Rames
2016-09-19
Remove the `CanTriggerGC` side-effects on a few instructions.
Alexandre Rames
2016-07-21
ARM: Port instr simplification of array accesses.
Artem Serov
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-05-18
Mark concrete HIR instructions as FINAL.
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