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_x86.h
Age
Commit message (
Expand
)
Author
2025-01-22
Optimizing: Allow moving `HCondition` to use site.
Vladimir Marko
2024-10-11
Do not record dex PC in constant HIR.
Vladimir Marko
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-11-08
Emit bit manipulation instructions for x86 and x86_64
Shalini Salomi Bodapati
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-05-08
Store HIR type in HInstruction::packed_field_.
Vladimir Marko
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-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-01-23
Allow multiple HX86ComputeBaseMethodAddress.
Nicolas Geoffray
2016-06-07
ART: Remove redundant MoveInstructionBefore method
David Brazdil
2016-05-18
Mark concrete HIR instructions as FINAL.
Vladimir Marko
2016-02-04
Revert "Revert "X86: Use the constant area for more operations.""
Mark P Mendell
2016-01-28
ART: Implement support for instruction inlining
David Brazdil
2016-01-25
Revert "X86: Use the constant area for more operations."
Nicolas Geoffray
2016-01-22
X86: Use the constant area for more operations.
Mark Mendell
2015-10-14
X86 jump tables for PackedSwitch
Mark Mendell
2015-10-06
Remove dex_pc's default value from top level HInstruction
Calin Juravle
2015-09-08
[optimizing] Add support for x86 constant area
Mark Mendell