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
/
code_generator_utils.cc
Age
Commit message (
Expand
)
Author
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
2020-09-18
ARM: Optimize div/rem when dividend is compared with a non-negative
Evgeny Astigeevich
2020-08-18
ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAt
Evgeny Astigeevich
2020-07-02
ARM: Optimize Div/Rem by 2^n for non-negative dividends
Evgeny Astigeevich
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2016-01-28
ART: Implement support for instruction inlining
David Brazdil
2015-11-17
ART: Refactor GenerateTestAndBranch
David Brazdil
2015-11-05
Fix conditional jump over jmp (X86/X86-64/ARM32)
Mark Mendell
2015-04-10
Follow up of "div/rem on x86 and x86_64", to tidy up the code a little.
Guillaume Sanchez
2015-04-09
Speedup div/rem by constants on x86 and x86_64
Guillaume Sanchez