summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.h
AgeCommit message (Expand)Author
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2020-08-18ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAt Evgeny Astigeevich
2020-07-02ARM: Optimize Div/Rem by 2^n for non-negative dividends Evgeny Astigeevich
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2016-12-13ART: Clean up utils.h Andreas Gampe
2015-11-17ART: Refactor GenerateTestAndBranch David Brazdil
2015-11-05Fix conditional jump over jmp (X86/X86-64/ARM32) Mark Mendell
2015-04-10Follow up of "div/rem on x86 and x86_64", to tidy up the code a little. Guillaume Sanchez
2015-04-09Speedup div/rem by constants on x86 and x86_64 Guillaume Sanchez