index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add long bitwise not instruction in the optimizing compiler.
Roland Levillain
2014-10-27
4
-5
/
+14
*
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-27
6
-134
/
+187
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-7
/
+14
*
Merge "Revert "Revert "Implement long negate instruction in the optimizing co...
Roland Levillain
2014-10-24
4
-4
/
+46
|
\
|
*
Revert "Revert "Implement long negate instruction in the optimizing compiler.""
Roland Levillain
2014-10-24
4
-4
/
+46
*
|
Merge "Fix wrong unsigned to signed conversions."
Nicolas Geoffray
2014-10-24
2
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix wrong unsigned to signed conversions.
Nicolas Geoffray
2014-10-23
2
-6
/
+10
*
|
Merge "ART: Add basic tests for materialized conditions."
Nicolas Geoffray
2014-10-23
1
-0
/
+117
|
\
\
|
*
|
ART: Add basic tests for materialized conditions.
Alexandre Rames
2014-10-23
1
-0
/
+117
|
|
/
*
|
Revert "Implement long negate instruction in the optimizing compiler."
Roland Levillain
2014-10-23
4
-35
/
+4
|
/
*
Implement long negate instruction in the optimizing compiler.
Roland Levillain
2014-10-23
4
-4
/
+35
*
[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes
Calin Juravle
2014-10-23
1
-0
/
+20
*
[optimizing compiler] Add float/double subtraction
Calin Juravle
2014-10-23
3
-101
/
+89
*
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
5
-1
/
+1466
*
Remove obsolete TODOs from codegen tests
Calin Juravle
2014-10-23
1
-3
/
+1
*
Merge "Implement int bit-wise not operation in the optimizing compiler."
Roland Levillain
2014-10-23
7
-22
/
+102
|
\
|
*
Implement int bit-wise not operation in the optimizing compiler.
Roland Levillain
2014-10-23
7
-22
/
+102
*
|
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
3
-1
/
+4
*
|
Merge "Tidy up logging."
Ian Rogers
2014-10-22
3
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Tidy up logging.
Ian Rogers
2014-10-22
3
-2
/
+5
*
|
Minor fix in codegen tests.
Calin Juravle
2014-10-22
1
-1
/
+1
*
|
Add multiplication for floats/doubles in optimizing compiler
Calin Juravle
2014-10-22
4
-38
/
+71
*
|
Implement array creation related DEX instructions.
Nicolas Geoffray
2014-10-22
6
-7
/
+284
*
|
Merge "Various fixes related to integer negate operations."
Roland Levillain
2014-10-22
2
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Various fixes related to integer negate operations.
Roland Levillain
2014-10-22
2
-2
/
+6
*
|
Fix register_allocator_test after reg alloc changes.
Nicolas Geoffray
2014-10-21
1
-2
/
+2
|
/
*
Fix off by one errors in linear scan register allocator.
Nicolas Geoffray
2014-10-21
3
-8
/
+10
*
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-21
20
-133
/
+611
*
Merge "Constant folding on unary operations in the optimizing compiler."
Roland Levillain
2014-10-21
4
-8
/
+94
|
\
|
*
Constant folding on unary operations in the optimizing compiler.
Roland Levillain
2014-10-21
4
-8
/
+94
*
|
Merge "Implement int negate instruction in the optimizing compiler."
Roland Levillain
2014-10-21
6
-0
/
+170
|
\
\
|
|
/
|
*
Implement int negate instruction in the optimizing compiler.
Roland Levillain
2014-10-21
6
-0
/
+170
*
|
Remove the notion of dies at entry.
Nicolas Geoffray
2014-10-21
8
-120
/
+108
|
/
*
Have HInstruction::StrictlyDominates compute strict dominance.
Roland Levillain
2014-10-17
3
-6
/
+11
*
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-17
12
-114
/
+265
*
Add multiplication for integral types
Calin Juravle
2014-10-17
8
-28
/
+381
*
Merge "Make ART compile with GCC -O0 again."
Ian Rogers
2014-10-17
2
-5
/
+2
|
\
|
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
2
-5
/
+2
*
|
Merge "Don't use assembler classes in code_generator.h."
Nicolas Geoffray
2014-10-16
8
-57
/
+122
|
\
\
|
*
|
Don't use assembler classes in code_generator.h.
Nicolas Geoffray
2014-10-16
8
-57
/
+122
|
|
/
*
|
Implement default traversals in CFG & SSA graph checkers.
Roland Levillain
2014-10-14
6
-8
/
+29
*
|
Improve art::SSAChecker::VisitInstruction.
Roland Levillain
2014-10-14
1
-11
/
+28
*
|
Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.
Roland Levillain
2014-10-14
2
-1
/
+9
*
|
Turn constant conditional jumps into unconditional jumps.
Roland Levillain
2014-10-14
3
-80
/
+136
|
/
*
Merge "Use Is*() helpers to shorten code in the optimizing compiler."
Roland Levillain
2014-10-13
7
-19
/
+19
|
\
|
*
Use Is*() helpers to shorten code in the optimizing compiler.
Roland Levillain
2014-10-09
7
-19
/
+19
*
|
Cleanup baseline register allocator.
Nicolas Geoffray
2014-10-10
9
-181
/
+144
*
|
Merge "Fix code generation of materialized conditions."
Nicolas Geoffray
2014-10-10
14
-152
/
+298
|
\
\
|
*
|
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-09
14
-152
/
+298
*
|
|
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
3
-12
/
+24
[next]