index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator.h
Age
Commit message (
Expand
)
Author
2016-08-05
Implement a graph coloring register allocator
Matthew Gharrity
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-07-28
Merge "Remove two ReadBarrierMarkRegX entrypoints."
Roland Levillain
2016-07-25
Remove two ReadBarrierMarkRegX entrypoints.
Roland Levillain
2016-07-22
Do not emit stack maps for runtime calls to ReadBarrierMarkRegX.
Roland Levillain
2016-07-21
Move caller-saves saving/restoring to ReadBarrierMarkRegX.
Roland Levillain
2016-07-18
ARM64: Improve code generated to spill/restore for slow paths.
Alexandre Rames
2016-07-13
Introduce more compact ReadBarrierMark slow-paths.
Roland Levillain
2016-06-21
Merge "Replace String.charAt() with HIR."
Vladimir Marko
2016-06-21
Replace String.charAt() with HIR.
Vladimir Marko
2016-06-21
Improve HLoadClass code generation.
Vladimir Marko
2016-05-16
Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""
Serguei Katkov
2016-05-13
Merge "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""
Nicolas Geoffray
2016-05-13
Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"
Nicolas Geoffray
2016-05-12
Merge "ART: Reference.getReferent intrinsic for x86 and x86_64"
Roland Levillain
2016-05-10
ART: Reference.getReferent intrinsic for x86 and x86_64
Serguei Katkov
2016-05-09
Intrinsify String.length() and String.isEmpty() as HIR.
Vladimir Marko
2016-04-15
Fix: correctly destruct VIXL labels.
Alexandre Rames
2016-04-12
Allocate code generators on the arena.
Vladimir Marko
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-03-29
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-18
Merge "Generate native debug stackmaps before calls as well."
David Srbecky
2016-03-17
Generate native debug stackmaps before calls as well.
David Srbecky
2016-03-16
Clean up NullCheck generation and record stats about it.
Calin Juravle
2016-02-24
Associate slow paths with the instruction that they belong to.
David Srbecky
2016-02-24
Remove HNativeDebugInfo from start of basic blocks.
David Srbecky
2016-02-12
ART: Remove HTemporary
David Brazdil
2016-02-05
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-01-18
ART: Remove Baseline compiler
David Brazdil
2016-01-12
Reduce code size by sharing slow paths.
Aart Bik
2016-01-11
Generate Nops to ensure that debug stack maps have distinct PC.
David Srbecky
2015-12-10
Get source mapping table from stack maps.
David Srbecky
2015-11-15
x86/x86-64 read barrier support for concurrent GC in Optimizing.
Roland Levillain
2015-11-12
Optimizing/X86: PC-relative dex cache array addressing.
Vladimir Marko
2015-11-05
Code cleanup to avoid CompilerDriver abstractions in JIT.
Nicolas Geoffray
2015-10-23
Optimizing: Determine invoke-static/-direct dispatch early.
Vladimir Marko
2015-10-13
Implement System.arraycopy intrinsic for arm.
Nicolas Geoffray
2015-10-08
Optimizing: Clean up after tagging arena allocations.
Vladimir Marko
2015-10-06
Add support for unresolved classes in optimizing.
Calin Juravle
2015-10-02
Revert "Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-09-29
Optimizing: Tag even more arena allocations.
Vladimir Marko
2015-09-29
Optimizing: Tag arena allocations in code generators.
Vladimir Marko
2015-09-17
ART: Refactor intrinsics slow-paths
Andreas Gampe
2015-09-17
Revert "Support unresolved fields in optimizing"
Calin Juravle
2015-09-17
Support unresolved fields in optimizing
Calin Juravle
2015-09-17
Support unresolved methods in Optimizing
Calin Juravle
2015-09-16
Merge "Add OptimizingCompilerStats to the CodeGenerator class."
Calin Juravle
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
[next]