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
/
common_arm.h
Age
Commit message (
Expand
)
Author
2024-08-02
ART: Suppress -Wdeprecated-declarations for vixl includes.
Vladimir Marko
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
2019-07-18
ARM/ARM64: Improve frame entry/exit codegen.
Vladimir Marko
2019-03-20
Create libelffile library for ELF file manipulation.
David Srbecky
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-03-28
Math.round float intrinsic for ARM.
xueliang.zhong
2017-02-17
ARM: Merge data-processing instructions and shifts/(un)signed extensions
Anton Kirilov
2017-02-02
Math.min and Math.max intrinsics for ARM
xueliang.zhong
2016-12-12
ARM: VIXL32: Do a code cleanup.
Anton Kirilov
2016-12-05
ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch.
Artem Serov
2016-11-25
ARM: VIXL32: Fix breaking changes from recent VIXL update.
Scott Wakeling
2016-11-10
ARM: VIXL32: Implement InstanceOf, InvokeInterface and others.
Artem Serov
2016-11-02
ARM: VIXL32: Implement the functionality needed by intrinsics.
Anton Kirilov
2016-11-01
ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc.
Scott Wakeling
2016-10-17
ARM: VIXL32: Pass initial ART tests with new code generator.
Scott Wakeling
2016-09-22
Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codege...
Scott Wakeling
2016-09-21
Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
Nicolas Geoffray
2016-09-15
ARM: VIXL32: Add an initial code generator that passes codegen_tests.
Scott Wakeling