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
/
code_generator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Type MoveOperands.
Nicolas Geoffray
2015-04-15
1
-1
/
+6
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-1
/
+4
*
Unify ART's various implementations of bit_cast.
Roland Levillain
2015-03-24
1
-3
/
+3
*
ART: Fix condition for StoreNeedsWriteBarrier
David Brazdil
2015-03-17
1
-6
/
+3
*
Update locations of registers after slow paths spilling.
Nicolas Geoffray
2015-03-16
1
-2
/
+28
*
Merge "[optimizing] Don't record None locations in the stack maps."
Nicolas Geoffray
2015-03-13
1
-2
/
+0
|
\
|
*
[optimizing] Don't record None locations in the stack maps.
Nicolas Geoffray
2015-03-13
1
-2
/
+0
*
|
Refactor code in preparation of correct stack maps in slow path.
Nicolas Geoffray
2015-03-13
1
-6
/
+13
|
/
*
Revert "Revert "[optimizing] Enable x86 long support.""
Nicolas Geoffray
2015-03-11
1
-10
/
+6
*
Revert "[optimizing] Enable x86 long support."
Nicolas Geoffray
2015-03-06
1
-6
/
+10
*
[optimizing] Enable x86 long support.
Nicolas Geoffray
2015-03-06
1
-10
/
+6
*
[optimizing] Use callee-save registers for x86
Mark Mendell
2015-03-05
1
-0
/
+1
*
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
[next]