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_arm.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and improve shift and rotate operations.
Roland Levillain
2016-03-22
1
-7
/
+7
*
Merge "Ensure art::HRor support boolean, byte, short and char inputs."
Roland Levillain
2016-03-18
1
-10
/
+3
|
\
|
*
Ensure art::HRor support boolean, byte, short and char inputs.
Roland Levillain
2016-03-18
1
-10
/
+3
*
|
Merge "Generate native debug stackmaps before calls as well."
David Srbecky
2016-03-18
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Generate native debug stackmaps before calls as well.
David Srbecky
2016-03-17
1
-2
/
+2
*
|
Make art::HCompare support boolean, byte, short and char inputs.
Roland Levillain
2016-03-16
1
-0
/
+8
*
|
Merge "Clean up NullCheck generation and record stats about it."
Calin Juravle
2016-03-16
1
-10
/
+6
|
\
\
|
*
|
Clean up NullCheck generation and record stats about it.
Calin Juravle
2016-03-16
1
-10
/
+6
|
|
/
*
/
Accept boolean as an input of HDivZeroCheck.
Nicolas Geoffray
2016-03-16
1
-0
/
+1
|
/
*
Integrate BitwiseNegated into shared framework.
Artem Serov
2016-03-11
1
-0
/
+65
*
Optimizing: Reduce memory usage of HInstructions.
Vladimir Marko
2016-02-26
1
-1
/
+1
*
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
Artem Udovichenko
2016-02-25
1
-0
/
+27
*
Associate slow paths with the instruction that they belong to.
David Srbecky
2016-02-24
1
-27
/
+14
*
Remove HNativeDebugInfo from start of basic blocks.
David Srbecky
2016-02-24
1
-5
/
+5
*
Optimizing: Simplify consecutive type conversions.
Vladimir Marko
2016-02-15
1
-0
/
+18
*
ART: Remove HTemporary
David Brazdil
2016-02-12
1
-92
/
+0
*
Implemented compare/signum intrinsics as HCompare
Aart Bik
2016-02-05
1
-0
/
+9
*
Merge "Implement first kind of polymorphic inlining."
Nicolas Geoffray
2016-01-28
1
-0
/
+23
|
\
|
*
Implement first kind of polymorphic inlining.
Nicolas Geoffray
2016-01-28
1
-0
/
+23
*
|
ART: Implement HSelect
David Brazdil
2016-01-28
1
-7
/
+43
*
|
ART: Implement support for instruction inlining
David Brazdil
2016-01-28
1
-4
/
+4
|
/
*
Improve documentation and assertions of read barrier instrumentation.
Roland Levillain
2016-01-22
1
-21
/
+27
*
Revert "ARM/ARM64: Extend support of instruction combining."
Nicolas Geoffray
2016-01-22
1
-27
/
+0
*
ARM/ARM64: Extend support of instruction combining.
Ilmir Usmanov
2016-01-21
1
-0
/
+27
*
Some read barrier clean-up in Optimizing.
Roland Levillain
2016-01-19
1
-8
/
+6
*
Merge "ART: Remove Baseline compiler"
David Brazdil
2016-01-18
1
-74
/
+12
|
\
|
*
ART: Remove Baseline compiler
David Brazdil
2016-01-18
1
-74
/
+12
*
|
Optimizing: Improve floating point comparisons on arm and arm64.
Vladimir Marko
2016-01-18
1
-10
/
+25
|
/
*
Merge "ART: Remove incorrect HFakeString optimization"
David Brazdil
2016-01-15
1
-20
/
+22
|
\
|
*
ART: Remove incorrect HFakeString optimization
David Brazdil
2016-01-14
1
-20
/
+22
*
|
Merge "Implement irreducible loop support in optimizing."
Nicolas Geoffray
2016-01-14
1
-5
/
+13
|
\
\
|
|
/
|
/
|
|
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-5
/
+13
*
|
Reduce code size by sharing slow paths.
Aart Bik
2016-01-12
1
-10
/
+9
*
|
Merge "Optimizing/ARM: Fix CmpConstant()."
Vladimir Marko
2016-01-12
1
-17
/
+6
|
\
\
|
*
|
Optimizing/ARM: Fix CmpConstant().
Vladimir Marko
2015-12-22
1
-17
/
+6
*
|
|
Merge "Generate Nops to ensure that debug stack maps have distinct PC."
David Srbecky
2016-01-11
1
-0
/
+4
|
\
\
\
|
*
|
|
Generate Nops to ensure that debug stack maps have distinct PC.
David Srbecky
2016-01-11
1
-0
/
+4
*
|
|
|
Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined."
Nicolas Geoffray
2016-01-11
1
-9
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Don't use std::abs on INT_MIN/LONG_MIN, it's undefined.
Nicolas Geoffray
2016-01-11
1
-9
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge "Add a missing implicit null check in the ARM codegen."
Roland Levillain
2016-01-08
1
-0
/
+1
|
\
\
\
|
*
|
|
Add a missing implicit null check in the ARM codegen.
Roland Levillain
2016-01-08
1
-0
/
+1
*
|
|
|
Small implicit null checks refactoring in the ARM codegen.
Roland Levillain
2016-01-08
1
-4
/
+2
|
/
/
/
*
/
/
ARM Baker's read barrier fast path implementation.
Roland Levillain
2016-01-08
1
-241
/
+496
|
/
/
*
|
Generate more stack maps during native debugging.
David Srbecky
2015-12-23
1
-0
/
+8
*
|
Rewrite HInstruction::Is/As<type>().
Vladimir Marko
2015-12-23
1
-22
/
+22
|
/
*
Merge "Revert "Revert "ART: Reduce the instructions generated by packed switc...
Vladimir Marko
2015-12-17
1
-6
/
+24
|
\
|
*
Revert "Revert "ART: Reduce the instructions generated by packed switch.""
Vladimir Marko
2015-12-17
1
-6
/
+24
*
|
Merge "Revert "ART: Reduce the instructions generated by packed switch.""
Nicolas Geoffray
2015-12-16
1
-24
/
+6
|
\
|
|
*
Revert "ART: Reduce the instructions generated by packed switch."
Nicolas Geoffray
2015-12-16
1
-24
/
+6
*
|
Optimizing: Clean up after HRor.
Vladimir Marko
2015-12-11
1
-2
/
+3
[next]