index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
instruction_simplifier.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-13
/
+13
*
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-29
1
-1
/
+1
*
Introduce a 'baseline' variant for the compiler.
Nicolas Geoffray
2018-10-10
1
-2
/
+1
*
ART: Fix bool-related types in compiler/
Andreas Gampe
2018-09-20
1
-1
/
+1
*
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-09-19
1
-1
/
+1
*
Revert "Fix String.equals() for moveable String.class."
Roland Levillain
2018-09-06
1
-16
/
+0
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-38
/
+38
*
ObjPtr<>-ify ArtMethod and mirror::Method.
Vladimir Marko
2018-07-19
1
-1
/
+1
*
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-28
1
-5
/
+2
*
Simplify const-string.indexOf().
Vladimir Marko
2018-06-12
1
-0
/
+42
*
Revert^2 "Remove support for Valgrind in ART."
Roland Levillain
2018-06-11
1
-4
/
+4
*
Refactor ClassRoot/GetClassRoot().
Vladimir Marko
2018-05-25
1
-2
/
+2
*
Revert "Remove support for Valgrind in ART."
Andreas Gampe
2018-05-22
1
-4
/
+4
*
Remove support for Valgrind in ART.
Roland Levillain
2018-05-14
1
-4
/
+4
*
ART: Remove InstructionTypeEquals().
Vladimir Marko
2018-05-08
1
-2
/
+2
*
Step 1 of 2: conditional passes.
Aart Bik
2018-04-26
1
-4
/
+9
*
Merge "Eliminate redundant abs on zero extension"
Treehugger Robot
2018-04-03
1
-1
/
+12
|
\
|
*
Eliminate redundant abs on zero extension
Aart Bik
2018-03-30
1
-1
/
+12
*
|
Recognize nested MIN-MAX operations.
Aart Bik
2018-03-30
1
-17
/
+46
|
/
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-18
/
+25
*
Merge "Revert^3 "Compiler changes for bitstring based type checks.""
Andreas Gampe
2018-03-26
1
-25
/
+18
|
\
|
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-25
/
+18
*
|
Merge "Revert^2 "Compiler changes for bitstring based type checks.""
Vladimir Marko
2018-03-26
1
-18
/
+25
|
\
|
|
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-18
/
+25
*
|
Refined recognizing integral MIN-MAX-ABS.
Aart Bik
2018-03-22
1
-5
/
+5
|
/
*
Recognize MIN-MAX.
Aart Bik
2018-03-14
1
-3
/
+28
*
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-07
1
-0
/
+40
*
Introduce ABS as HIR nodes.
Aart Bik
2018-03-01
1
-28
/
+24
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-25
/
+18
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-18
/
+25
*
Merge "Revert "ART: Try to statically evaluate some conditions.""
Treehugger Robot
2017-12-14
1
-21
/
+0
|
\
|
*
Revert "ART: Try to statically evaluate some conditions."
Nicolas Geoffray
2017-12-14
1
-21
/
+0
*
|
Merge "ART: Try to statically evaluate some conditions."
Treehugger Robot
2017-12-13
1
-0
/
+21
|
\
|
|
*
ART: Try to statically evaluate some conditions.
Artem Serov
2017-12-12
1
-0
/
+21
*
|
type conversion elimination for store value only uses.
Mingyao Yang
2017-12-07
1
-0
/
+59
*
|
Merge "Fix a bug in String.charAt() simplification."
Vladimir Marko
2017-12-04
1
-1
/
+1
|
\
\
|
*
|
Fix a bug in String.charAt() simplification.
Vladimir Marko
2017-12-04
1
-1
/
+1
*
|
|
Allow devirtualized method to be intrinsified.
Mingyao Yang
2017-12-01
1
-1
/
+3
*
|
|
Type conversion elimination of constants
Mingyao Yang
2017-11-30
1
-10
/
+0
|
/
/
*
|
Merge "Fix stats reporting over 100% methods compiled."
Treehugger Robot
2017-11-27
1
-3
/
+3
|
\
\
|
*
|
Fix stats reporting over 100% methods compiled.
Vladimir Marko
2017-11-27
1
-3
/
+3
|
|
/
*
|
Merge "type conversion elimination for constant input"
Treehugger Robot
2017-11-27
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
type conversion elimination for constant input
Mingyao Yang
2017-11-22
1
-0
/
+10
*
|
Merge "ART: Introduce individual HInstruction cloning."
Aart Bik
2017-11-21
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
ART: Introduce individual HInstruction cloning.
Artem Serov
2017-11-07
1
-0
/
+9
*
|
Fix String.equals() for moveable String.class.
Vladimir Marko
2017-11-08
1
-0
/
+14
|
/
*
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-3
/
+3
*
Fix type conversion bug
Aart Bik
2017-10-24
1
-2
/
+10
*
ART: Introduce Uint8 loads in compiled code.
Vladimir Marko
2017-10-18
1
-0
/
+47
*
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-11
1
-3
/
+3
[next]