summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.cc
AgeCommit message (Expand)Author
2016-08-19Add support for Baker read barriers in SystemArrayCopy intrinsics. Roland Levillain
2016-08-04Merge "Add support for CallKind::kCallOnMainAndSlowPath" Treehugger Robot
2016-08-04Merge "Change suspend entrypoint to save all registers." Vladimir Marko
2016-08-04Change suspend entrypoint to save all registers. Vladimir Marko
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-07-25Add support for CallKind::kCallOnMainAndSlowPath Serban Constantinescu
2016-07-22Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. Roland Levillain
2016-07-18ARM64: Improve code generated to spill/restore for slow paths. Alexandre Rames
2016-07-11Rename kCall to kCallOnMainOnly Serban Constantinescu
2016-07-01Create a typedef for HInstruction::GetInputs() return type. Vladimir Marko
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-06-02Refactor handling of input records. 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-05Merge "Clean up OatQuickMethodHeader after Quick removal." Vladimir Marko
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" David Brazdil
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocals David Brazdil
2016-04-04Build dominator tree before generating HInstructions David Brazdil
2016-04-01Merge "Pack stack map entries on bit level to save space." Calin Juravle
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
2016-03-28ART: Clean up verifier Andreas Gampe
2016-03-21Optimizing: Fix register allocator validation memory usage. 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-16Merge "Clean up NullCheck generation and record stats about it." Calin Juravle
2016-03-16Clean up NullCheck generation and record stats about it. Calin Juravle
2016-03-15Make art::HCompare side effect free. Roland Levillain
2016-03-10Avoid generating dead code on frame enter/exit. Aart Bik
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-13Update `ValidateInvokeRuntime()` and HDivZeroCheck. Alexandre Rames
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-19Clean up the special input in HInvokeStaticOrDirect. Vladimir Marko
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
2015-11-05Code cleanup to avoid CompilerDriver abstractions in JIT. Nicolas Geoffray
2015-10-23Optimizing: Determine invoke-static/-direct dispatch early. Vladimir Marko
2015-10-22MIPS: Initial version of optimizing compiler for MIPS32 Goran Jakovljevic