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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
1
-0
/
+26
*
Have the opt. compiler set the size of "empty" frames to zero.
Roland Levillain
2015-02-19
1
-4
/
+7
*
Avoid generating jmp +0.
Nicolas Geoffray
2015-02-18
1
-0
/
+10
*
Optimize leaf methods.
Nicolas Geoffray
2015-02-06
1
-6
/
+35
*
Use a different block order when not compiling baseline.
Nicolas Geoffray
2015-02-03
1
-6
/
+15
*
Support callee-save registers on ARM.
Nicolas Geoffray
2015-01-24
1
-0
/
+14
*
Support callee save floating point registers on x64.
Nicolas Geoffray
2015-01-23
1
-1
/
+22
*
Enable core callee-save on x64.
Nicolas Geoffray
2015-01-21
1
-1
/
+22
*
Record implicit null checks at the actual invoke time.
Calin Juravle
2015-01-21
1
-0
/
+2
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-2
/
+10
*
[optimizing compiler] Compute live spill size
Mark Mendell
2015-01-15
1
-1
/
+3
*
Merge "Move code around in OptimizingCompiler::Compile to reduce stack space."
Nicolas Geoffray
2015-01-12
1
-4
/
+3
|
\
|
*
Move code around in OptimizingCompiler::Compile to reduce stack space.
Nicolas Geoffray
2015-01-12
1
-4
/
+3
*
|
Implement double and float support for arm in register allocator.
Nicolas Geoffray
2015-01-08
1
-0
/
+1
|
/
*
Look at instruction set features when generating volatiles code
Calin Juravle
2015-01-05
1
-1
/
+3
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
1
-1
/
+4
*
Revert "Don't block quick callee saved registers for optimizing."
Nicolas Geoffray
2014-12-18
1
-1
/
+0
*
Don't block quick callee saved registers for optimizing.
Nicolas Geoffray
2014-12-18
1
-0
/
+1
*
Add support for float-to-long in the optimizing compiler.
Roland Levillain
2014-12-04
1
-0
/
+2
*
Add support for float-to-int in the optimizing compiler.
Roland Levillain
2014-12-03
1
-0
/
+3
*
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
Serban Constantinescu
2014-11-28
1
-0
/
+1
*
Add support for long-to-float in the optimizing compiler.
Roland Levillain
2014-11-27
1
-0
/
+5
*
Fix lint error.
Nicolas Geoffray
2014-11-17
1
-1
/
+1
*
Merge "Minor object store optimizations."
Nicolas Geoffray
2014-11-17
1
-0
/
+9
|
\
|
*
Minor object store optimizations.
Nicolas Geoffray
2014-11-14
1
-0
/
+9
*
|
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-1
/
+1
|
/
*
Do a parallel move in BoundsCheckSlowPath.
Nicolas Geoffray
2014-11-12
1
-0
/
+5
*
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-06
1
-0
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-6
/
+8
*
Merge "Follow-up CL after hard float changes."
Nicolas Geoffray
2014-10-30
1
-1
/
+1
|
\
|
*
Follow-up CL after hard float changes.
Nicolas Geoffray
2014-10-28
1
-1
/
+1
*
|
Add support for static fields in optimizing compiler.
Nicolas Geoffray
2014-10-29
1
-0
/
+5
|
/
*
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-27
1
-0
/
+1
*
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-21
1
-2
/
+13
*
Don't use assembler classes in code_generator.h.
Nicolas Geoffray
2014-10-16
1
-13
/
+4
*
Cleanup baseline register allocator.
Nicolas Geoffray
2014-10-10
1
-14
/
+28
*
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-10-09
1
-2
/
+2
*
Add support for floats and doubles.
Nicolas Geoffray
2014-10-07
1
-6
/
+20
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-0
/
+7
*
Support for saving and restoring live registers in a slow path.
Nicolas Geoffray
2014-09-23
1
-1
/
+10
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-8
/
+8
*
Fix bug introduced in https://android-review.googlesource.com/102610.
Nicolas Geoffray
2014-08-20
1
-1
/
+1
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-1
/
+3
*
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-22
1
-1
/
+1
*
Stack overflow checks and NPE checks for optimizing.
Nicolas Geoffray
2014-07-22
1
-1
/
+12
*
Fix a braino in the stack layout.
Nicolas Geoffray
2014-07-15
1
-2
/
+4
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-2
/
+29
*
Support longs in the register allocator for x86_64.
Nicolas Geoffray
2014-07-02
1
-0
/
+1
*
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-13
1
-3
/
+3
*
Enable the register allocator on ARM.
Nicolas Geoffray
2014-06-12
1
-2
/
+1
[next]