summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.h
AgeCommit message (Expand)Author
2016-10-04Revert "Revert "Store resolved Strings for AOT code in .bss."" Vladimir Marko
2016-09-30Revert "Store resolved Strings for AOT code in .bss." Vladimir Marko
2016-09-29Store resolved Strings for AOT code in .bss. Vladimir Marko
2016-09-23Clean-up sharpening and compiler driver. Nicolas Geoffray
2016-09-20Change remaining slow path throw entrypoints to save everything. Vladimir Marko
2016-09-19Remove the `CanTriggerGC` side-effects on a few instructions. Alexandre Rames
2016-09-14Revert "Revert "Use implicit null checks inside try blocks."" Vladimir Marko
2016-09-12Revert "Use implicit null checks inside try blocks." Nicolas Geoffray
2016-09-12Use implicit null checks inside try blocks. Vladimir Marko
2016-09-06Merge "MIPS32: Ensure preservation of RA in leaf methods if it's clobbered" Treehugger Robot
2016-09-05Merge "Avoid excessive spill slots for slow paths." Treehugger Robot
2016-09-05Avoid excessive spill slots for slow paths. Vladimir Marko
2016-09-02Clean up some includes. Vladimir Marko
2016-09-01MIPS32: Ensure preservation of RA in leaf methods if it's clobbered Alexey Frunze
2016-08-05Implement a graph coloring register allocator Matthew Gharrity
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-07-28Merge "Remove two ReadBarrierMarkRegX entrypoints." Roland Levillain
2016-07-25Remove two ReadBarrierMarkRegX entrypoints. Roland Levillain
2016-07-22Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. Roland Levillain
2016-07-21Move caller-saves saving/restoring to ReadBarrierMarkRegX. Roland Levillain
2016-07-18ARM64: Improve code generated to spill/restore for slow paths. Alexandre Rames
2016-07-13Introduce more compact ReadBarrierMark slow-paths. Roland Levillain
2016-06-21Merge "Replace String.charAt() with HIR." Vladimir Marko
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-06-21Improve HLoadClass code generation. Vladimir Marko
2016-05-16Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" Serguei Katkov
2016-05-13Merge "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" Nicolas Geoffray
2016-05-13Revert "ART: Reference.getReferent intrinsic for x86 and x86_64" Nicolas Geoffray
2016-05-12Merge "ART: Reference.getReferent intrinsic for x86 and x86_64" Roland Levillain
2016-05-10ART: Reference.getReferent intrinsic for x86 and x86_64 Serguei Katkov
2016-05-09Intrinsify String.length() and String.isEmpty() as HIR. Vladimir Marko
2016-04-15Fix: correctly destruct VIXL labels. Alexandre Rames
2016-04-12Allocate code generators on the arena. Vladimir Marko
2016-04-07Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" David Brazdil
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" David Brazdil
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocals David Brazdil
2016-03-29Optimizing: Improve const-string code generation. Vladimir Marko
2016-03-18Merge "Generate native debug stackmaps before calls as well." David Srbecky
2016-03-17Generate native debug stackmaps before calls as well. David Srbecky
2016-03-16Clean up NullCheck generation and record stats about it. Calin Juravle
2016-02-24Associate slow paths with the instruction that they belong to. David Srbecky
2016-02-24Remove HNativeDebugInfo from start of basic blocks. David Srbecky
2016-02-12ART: Remove HTemporary David Brazdil
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2016-01-18ART: Remove Baseline compiler David Brazdil
2016-01-12Reduce code size by sharing slow paths. Aart Bik
2016-01-11Generate Nops to ensure that debug stack maps have distinct PC. David Srbecky
2015-12-10Get source mapping table from stack maps. David Srbecky
2015-11-15x86/x86-64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-12Optimizing/X86: PC-relative dex cache array addressing. Vladimir Marko