summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAtEvgeny Astigeevich2020-08-181-3/+5
* ARM: Optimize Div/Rem by 2^n for non-negative dividendsEvgeny Astigeevich2020-07-021-0/+4
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-3/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+3
* ART: Clean up utils.hAndreas Gampe2016-12-131-0/+8
* ART: Refactor GenerateTestAndBranchDavid Brazdil2015-11-171-7/+5
* Fix conditional jump over jmp (X86/X86-64/ARM32)Mark Mendell2015-11-051-0/+9
* Follow up of "div/rem on x86 and x86_64", to tidy up the code a little.Guillaume Sanchez2015-04-101-1/+6
* Speedup div/rem by constants on x86 and x86_64Guillaume Sanchez2015-04-091-0/+25