index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator_utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Optimize div/rem when dividend is compared with a non-negative
Evgeny Astigeevich
2020-09-18
1
-2
/
+141
*
ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAt
Evgeny Astigeevich
2020-08-18
1
-9
/
+11
*
ARM: Optimize Div/Rem by 2^n for non-negative dividends
Evgeny Astigeevich
2020-07-02
1
-0
/
+11
*
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-14
1
-1
/
+1
*
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-12-07
1
-2
/
+3
*
ART: Implement support for instruction inlining
David Brazdil
2016-01-28
1
-1
/
+1
*
ART: Refactor GenerateTestAndBranch
David Brazdil
2015-11-17
1
-13
/
+2
*
Fix conditional jump over jmp (X86/X86-64/ARM32)
Mark Mendell
2015-11-05
1
-0
/
+16
*
Follow up of "div/rem on x86 and x86_64", to tidy up the code a little.
Guillaume Sanchez
2015-04-10
1
-7
/
+11
*
Speedup div/rem by constants on x86 and x86_64
Guillaume Sanchez
2015-04-09
1
-0
/
+93