summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.cc
AgeCommit message (Expand)Author
2017-12-07ART: Replace base/logging with android-base/loggingAndreas Gampe
2016-01-28ART: Implement support for instruction inliningDavid Brazdil
2015-11-17ART: Refactor GenerateTestAndBranchDavid 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_64Guillaume Sanchez