index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
9
-41
/
+16
*
Merge "Tidy up logging."
Ian Rogers
2014-10-22
6
-47
/
+62
|
\
|
*
Tidy up logging.
Ian Rogers
2014-10-22
6
-47
/
+62
*
|
Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1"
Vladimir Marko
2014-10-22
1
-0
/
+5
|
\
\
|
*
|
X86 Long Min/Max: Avoid calling SRegToVReg with -1
Mark Mendell
2014-10-22
1
-0
/
+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
*
Merge "Implement register allocator for floating point registers."
Nicolas Geoffray
2014-10-21
24
-138
/
+647
|
\
|
*
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-21
24
-138
/
+647
*
|
Merge "Enable generic JNI for x86 and ARM when interpret-only."
Ian Rogers
2014-10-21
1
-1
/
+15
|
\
\
|
|
/
|
/
|
|
*
Enable generic JNI for x86 and ARM when interpret-only.
Ian Rogers
2014-10-21
1
-1
/
+15
*
|
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
|
|
/
|
/
|
*
|
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-4
/
+0
|
/
*
Merge "Have HInstruction::StrictlyDominates compute strict dominance."
Roland Levillain
2014-10-20
3
-6
/
+11
|
\
|
*
Have HInstruction::StrictlyDominates compute strict dominance.
Roland Levillain
2014-10-17
3
-6
/
+11
*
|
Merge "Revert "Revert "Introduce a class to implement optimization passes."""
Roland Levillain
2014-10-20
13
-115
/
+267
|
\
\
|
|
/
|
*
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-17
13
-115
/
+267
*
|
Merge "Rename arm64 `Register` to `XRegister`."
Nicolas Geoffray
2014-10-17
7
-328
/
+327
|
\
\
|
*
|
Rename arm64 `Register` to `XRegister`.
Alexandre Rames
2014-10-17
7
-328
/
+327
*
|
|
Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests."
Nicolas Geoffray
2014-10-17
4
-49
/
+24
|
\
\
\
|
|
/
/
|
*
|
Rework arm64 register codes and fix Arm64ManagedRegister tests.
Alexandre Rames
2014-10-17
4
-49
/
+24
|
|
/
*
|
Quick: In GVN, apply modifications early if outside loop.
Vladimir Marko
2014-10-17
15
-88
/
+108
|
/
*
Add multiplication for integral types
Calin Juravle
2014-10-17
11
-29
/
+416
*
Merge "Some code clean-up."
Ian Rogers
2014-10-17
6
-18
/
+18
|
\
|
*
Some code clean-up.
Ian Rogers
2014-10-16
6
-18
/
+18
*
|
Merge "dex2oat: Add a --compile-pic option"
Igor Murashkin
2014-10-17
4
-16
/
+52
|
\
\
|
*
|
dex2oat: Add a --compile-pic option
Igor Murashkin
2014-10-16
4
-16
/
+52
*
|
|
Merge "Make ART compile with GCC -O0 again."
Ian Rogers
2014-10-17
13
-191
/
+43
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
13
-191
/
+43
*
|
|
Merge "Quick: Avoid node iteration for passes that don't need it."
Vladimir Marko
2014-10-16
2
-11
/
+14
|
\
\
\
|
*
|
|
Quick: Avoid node iteration for passes that don't need it.
Vladimir Marko
2014-10-15
2
-11
/
+14
|
|
/
/
*
|
|
Merge "Quick: Handle kMirOpNullCheck in LVN/GVN."
Vladimir Marko
2014-10-16
1
-0
/
+4
|
\
\
\
|
*
|
|
Quick: Handle kMirOpNullCheck in LVN/GVN.
Vladimir Marko
2014-10-16
1
-0
/
+4
*
|
|
|
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
*
|
|
|
|
Merge "Implement default traversals in CFG & SSA graph checkers."
Roland Levillain
2014-10-16
6
-8
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
Implement default traversals in CFG & SSA graph checkers.
Roland Levillain
2014-10-14
6
-8
/
+29
*
|
|
|
|
|
Merge "Improve art::SSAChecker::VisitInstruction."
Roland Levillain
2014-10-16
1
-11
/
+28
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
Improve art::SSAChecker::VisitInstruction.
Roland Levillain
2014-10-14
1
-11
/
+28
*
|
|
|
|
|
Merge "Do not remove NullChecks & BoundsChecks in HDeadCodeElimination."
Roland Levillain
2014-10-16
2
-1
/
+9
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.
Roland Levillain
2014-10-14
2
-1
/
+9
[next]