index
:
android_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
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
/
code_generator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "Revert "Don't block quick callee saved registers for optimizing.""
Nicolas Geoffray
2014-12-18
1
-34
/
+32
|
\
\
|
*
|
Revert "Don't block quick callee saved registers for optimizing."
Nicolas Geoffray
2014-12-18
1
-34
/
+32
*
|
|
Merge "Don't block quick callee saved registers for optimizing."
Nicolas Geoffray
2014-12-18
1
-32
/
+34
|
\
|
|
|
|
/
|
/
|
|
*
Don't block quick callee saved registers for optimizing.
Nicolas Geoffray
2014-12-18
1
-32
/
+34
*
|
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-2
/
+11
|
/
*
[optimizing compiler] Add REM_FLOAT and REM_DOUBLE
Calin Juravle
2014-12-08
1
-4
/
+12
*
Add support for float-to-long in the optimizing compiler.
Roland Levillain
2014-12-04
1
-0
/
+15
*
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
Serban Constantinescu
2014-11-28
1
-5
/
+5
*
Add support for long-to-double in the optimizing compiler.
Roland Levillain
2014-11-27
1
-5
/
+17
*
Fix safepoint bug when computing live registers.
Nicolas Geoffray
2014-11-19
1
-0
/
+4
*
Merge "[optimizing compiler] add HTemporary support for long and doubles"
Calin Juravle
2014-11-13
1
-3
/
+6
|
\
|
*
[optimizing compiler] add HTemporary support for long and doubles
Calin Juravle
2014-11-12
1
-3
/
+6
*
|
Do a parallel move in BoundsCheckSlowPath.
Nicolas Geoffray
2014-11-12
1
-0
/
+9
|
/
*
Merge "Support invoke-interface in optimizing."
Nicolas Geoffray
2014-11-10
1
-1
/
+5
|
\
|
*
Support invoke-interface in optimizing.
Nicolas Geoffray
2014-11-10
1
-1
/
+5
*
|
Do not update Out after it has a valid location.
Nicolas Geoffray
2014-11-07
1
-2
/
+8
|
/
*
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-06
1
-1
/
+40
*
Merge "Follow-up CL after hard float changes."
Nicolas Geoffray
2014-10-30
1
-2
/
+2
|
\
|
*
Follow-up CL after hard float changes.
Nicolas Geoffray
2014-10-28
1
-2
/
+2
*
|
Add support for static fields in optimizing compiler.
Nicolas Geoffray
2014-10-29
1
-0
/
+7
|
/
*
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-27
1
-0
/
+19
*
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
1
-0
/
+4
*
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-21
1
-16
/
+18
*
Don't use assembler classes in code_generator.h.
Nicolas Geoffray
2014-10-16
1
-8
/
+4
*
Cleanup baseline register allocator.
Nicolas Geoffray
2014-10-10
1
-18
/
+37
*
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-10-09
1
-16
/
+7
*
Add support for floats and doubles.
Nicolas Geoffray
2014-10-07
1
-0
/
+7
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-0
/
+20
*
Support for saving and restoring live registers in a slow path.
Nicolas Geoffray
2014-09-23
1
-1
/
+51
*
Fix valgrind errors.
Nicolas Geoffray
2014-09-11
1
-3
/
+3
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-6
/
+98
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-1
/
+9
*
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-22
1
-4
/
+4
*
Stack overflow checks and NPE checks for optimizing.
Nicolas Geoffray
2014-07-22
1
-0
/
+3
*
Fix a braino in the stack layout.
Nicolas Geoffray
2014-07-15
1
-1
/
+34
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-8
/
+15
*
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-13
1
-1
/
+2
*
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-12
1
-11
/
+41
*
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-14
1
-1
/
+1
*
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-07
1
-5
/
+5
*
Make all registers available when allocating an output register.
Nicolas Geoffray
2014-05-02
1
-0
/
+6
*
Setup policies for register allocation.
Nicolas Geoffray
2014-04-29
1
-2
/
+98
*
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-04-28
1
-2
/
+2
*
Test control flow instruction with optimizing compiler.
Nicolas Geoffray
2014-04-08
1
-21
/
+2
*
Add support for taking parameters in optimizing compiler.
Nicolas Geoffray
2014-04-07
1
-8
/
+5
*
Use target-specific word instead of runtime word.
Nicolas Geoffray
2014-04-04
1
-1
/
+1
*
Merge "Support passing arguments to invoke-static* instructions."
Nicolas Geoffray
2014-04-03
1
-7
/
+4
|
\
|
*
Support passing arguments to invoke-static* instructions.
Nicolas Geoffray
2014-04-03
1
-7
/
+4
*
|
art: Handle x86_64 architecture equal to x86
Dmitry Petrochenko
2014-04-03
1
-0
/
+3
|
/
*
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-31
1
-1
/
+91
[prev]
[next]