summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* 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