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
/
register_allocator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in the register allocator around pair allocation.
Nicolas Geoffray
2015-08-08
1
-1
/
+4
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
1
-0
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-1
/
+3
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-3
/
+4
*
Find better split positions in the register allocator.
Nicolas Geoffray
2015-05-05
1
-3
/
+38
*
Add synthesize uses at back edge.
Nicolas Geoffray
2015-04-29
1
-14
/
+25
*
Dissociate uses with environment uses.
Nicolas Geoffray
2015-04-27
1
-27
/
+28
*
Linear scan: split at better positions.
Nicolas Geoffray
2015-04-23
1
-2
/
+27
*
Merge "Linear scan: Use FirstUse instead of FirstRegisterUse."
Nicolas Geoffray
2015-04-21
1
-7
/
+13
|
\
|
*
Linear scan: Use FirstUse instead of FirstRegisterUse.
Nicolas Geoffray
2015-04-21
1
-7
/
+13
*
|
ART: Improve range search caching in LiveInterval
David Brazdil
2015-04-17
1
-5
/
+7
|
/
*
ART: Replace expensive calls to Covers in reg alloc
David Brazdil
2015-04-16
1
-24
/
+3
*
Split safepoint positions to avoid calling Covers.
Nicolas Geoffray
2015-04-16
1
-7
/
+4
*
Merge "Type MoveOperands."
Nicolas Geoffray
2015-04-15
1
-3
/
+3
|
\
|
*
Type MoveOperands.
Nicolas Geoffray
2015-04-15
1
-3
/
+3
*
|
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-5
/
+5
|
/
*
Refactor safepoints in register allocator.
Nicolas Geoffray
2015-04-15
1
-21
/
+30
*
Fix lint error.
Nicolas Geoffray
2015-03-31
1
-1
/
+1
*
Fix locations at environment uses.
Nicolas Geoffray
2015-03-31
1
-18
/
+36
*
Merge "Implement a proper solution for temps."
Nicolas Geoffray
2015-03-30
1
-13
/
+6
|
\
|
*
Implement a proper solution for temps.
Nicolas Geoffray
2015-03-27
1
-13
/
+6
*
|
Fix user-build on fugu.
Nicolas Geoffray
2015-03-30
1
-39
/
+25
|
/
*
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-11
1
-47
/
+79
*
Merge "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-06
1
-68
/
+42
|
\
|
*
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
1
-68
/
+42
*
|
Merge "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
1
-42
/
+68
|
\
|
|
*
[optimizing] Enable x86 long support.
Nicolas Geoffray
2015-03-06
1
-42
/
+68
*
|
ART: Fix test breakage
David Brazdil
2015-03-05
1
-4
/
+4
*
|
ART: Optimize iteration of safepoints
David Brazdil
2015-03-05
1
-6
/
+15
|
/
*
Each primitive kind now spills to different locations.
Nicolas Geoffray
2015-02-23
1
-22
/
+79
*
Optimize leaf methods.
Nicolas Geoffray
2015-02-06
1
-2
/
+7
*
Finally implement Location::kNoOutputOverlap.
Nicolas Geoffray
2015-02-04
1
-1
/
+53
*
Use a different block order when not compiling baseline.
Nicolas Geoffray
2015-02-03
1
-3
/
+5
*
[optimizing compiler] Support x86 hard float ABI
Mark Mendell
2015-01-28
1
-6
/
+2
*
Enable core callee-save on x64.
Nicolas Geoffray
2015-01-21
1
-10
/
+20
*
Revert "Revert "Fully support pairs in the register allocator.""
Nicolas Geoffray
2015-01-21
1
-29
/
+117
*
Revert "Fully support pairs in the register allocator."
Nicolas Geoffray
2015-01-21
1
-113
/
+29
*
Fully support pairs in the register allocator.
Nicolas Geoffray
2015-01-21
1
-29
/
+113
*
Do not use register pair in a parallel move.
Nicolas Geoffray
2015-01-16
1
-5
/
+5
*
Merge "Fix a bug in the register allocator."
Nicolas Geoffray
2015-01-16
1
-2
/
+9
|
\
|
*
Fix a bug in the register allocator.
Nicolas Geoffray
2015-01-16
1
-2
/
+9
*
|
ART: Optimizing compiler intrinsics
Andreas Gampe
2015-01-15
1
-4
/
+11
*
|
[optimizing compiler] Compute live spill size
Mark Mendell
2015-01-15
1
-10
/
+14
|
/
*
Implement double and float support for arm in register allocator.
Nicolas Geoffray
2015-01-08
1
-36
/
+163
*
Opt compiler: Add arm64 support for register allocation.
Alexandre Rames
2014-12-10
1
-4
/
+6
*
Fix insertion of parallel move when connecting siblings.
Nicolas Geoffray
2014-12-01
1
-4
/
+31
*
Merge "Fix a bug in the linear scan register allocator."
Nicolas Geoffray
2014-11-28
1
-10
/
+26
|
\
|
*
Fix a bug in the linear scan register allocator.
Nicolas Geoffray
2014-11-26
1
-10
/
+26
*
|
Merge "Fix bogus assumption for live registers at safe point."
Nicolas Geoffray
2014-11-28
1
-18
/
+17
|
\
\
|
*
|
Fix bogus assumption for live registers at safe point.
Nicolas Geoffray
2014-11-26
1
-18
/
+17
|
|
/
[next]