summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* ARM: Optimize div/rem when dividend is compared with a non-negativeEvgeny Astigeevich2020-09-181-2/+141
* ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAtEvgeny Astigeevich2020-08-181-9/+11
* ARM: Optimize Div/Rem by 2^n for non-negative dividendsEvgeny Astigeevich2020-07-021-0/+11
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-1/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+1
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-2/+3
* ART: Implement support for instruction inliningDavid Brazdil2016-01-281-1/+1
* ART: Refactor GenerateTestAndBranchDavid Brazdil2015-11-171-13/+2
* Fix conditional jump over jmp (X86/X86-64/ARM32)Mark Mendell2015-11-051-0/+16
* Follow up of "div/rem on x86 and x86_64", to tidy up the code a little.Guillaume Sanchez2015-04-101-7/+11
* Speedup div/rem by constants on x86 and x86_64Guillaume Sanchez2015-04-091-0/+93