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
/
sharpening.h
Age
Commit message (
Expand
)
Author
2024-07-02
Revert^4 "x86_64: Add JIT support for LoadMethodType."
Almaz Mingaleev
2024-06-24
Revert^3 "x86_64: Add JIT support for LoadMethodType."
Santiago Aboy Solanes
2024-06-21
Revert^2 "x86_64: Add JIT support for LoadMethodType."
Almaz Mingaleev
2024-04-11
Revert "x86_64: Add JIT support for LoadMethodType."
Nicolas Geoffray
2024-04-11
x86_64: Add JIT support for LoadMethodType.
Almaz Mingaleev
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2021-01-21
Reland "Improve invokeinterface for nterp."
Nicolas Geoffray
2020-10-07
Change interface conflict stub to take the interface method.
Nicolas Geoffray
2020-09-11
Handle more cases of super calls in the compiler.
Nicolas Geoffray
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-09-19
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-25
Move image_classes_ to CompilerOptions.
Vladimir Marko
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-03-27
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-26
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-22
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-01-25
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-23
Compiler changes for bitstring based type checks.
Vladimir Marko
2017-12-08
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-05-22
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-03-07
Invoke typed arraycopy for primitive arrays.
Nicolas Geoffray
2017-02-03
Code refactoring around sharpening HLoadClass.
Nicolas Geoffray
2017-01-16
Put the resolved class in HLoadClass.
Nicolas Geoffray
2016-12-19
Sharpen HLoadClass from inliner.
Nicolas Geoffray
2016-12-12
Revert "Revert "Add kJitTableAddress for HLoadClass.""
Nicolas Geoffray
2016-12-12
Revert "Add kJitTableAddress for HLoadClass."
Nicolas Geoffray
2016-12-12
Add kJitTableAddress for HLoadClass.
Nicolas Geoffray
2016-06-21
Improve HLoadClass code generation.
Vladimir Marko
2016-03-29
Optimizing: Improve const-string code generation.
Vladimir Marko
2015-10-23
Optimizing: Determine invoke-static/-direct dispatch early.
Vladimir Marko