summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/arm64
AgeCommit message (Expand)Author
2016-03-21Remove Quick from tree. Nicolas Geoffray
2015-12-28ART: Disable Math.round intrinsics Andreas Gampe
2015-12-28Revert "Make Math.round consistent on arm64." Andreas Gampe
2015-12-27Make Math.round consistent on arm64. Nicolas Geoffray
2015-11-05Revert "Revert "Add basic image writer support for app images"" Mathieu Chartier
2015-11-05Revert "Add basic image writer support for app images" Nicolas Geoffray
2015-11-04Add basic image writer support for app images Mathieu Chartier
2015-10-15Use ATTRIBUTE_UNUSED more. Roland Levillain
2015-09-03ART: Move DexCache arrays to native. Vladimir Marko
2015-07-16Use (D)CHECK_ALIGNED more. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26Merge "ART: Clean up arm64 kNumberOfXRegisters usage." Vladimir Marko
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-05-22ARM64: Move xSELF from x18 to x19. Serban Constantinescu
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-14ARM64: Remove suspend register. Zheng Xu
2015-04-08Implement CFI for Quick. David Srbecky
2015-04-06ART: Enable more Clang warnings Andreas Gampe
2015-04-01Write .debug_line section using the new DWARF library. David Srbecky
2015-03-31Cortex-A53 Erratum 843419 workaround in OatWriter. Vladimir Marko
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-24Unify ART's various implementations of bit_cast. Roland Levillain
2015-03-24Quick: Clean up Mir2Lir codegen. Vladimir Marko
2015-03-20Quick: Clean up slow paths. Vladimir Marko
2015-03-13Fix 32 bit loads of 64 bit direct code pointers Mathieu Chartier
2015-03-03Reserve bits in the lock word for read barriers. Hiroshi Yamauchi
2015-02-26ARM: Fix LIR flags in encoding map. Ningsheng Jian
2015-02-19Add suspend checks to special methods. Vladimir Marko
2015-02-10Merge "Revert "Revert "Allow preopted apps to have sharpened calls for non-x8... Jeff Hao
2015-02-09ART: Remove MIRGraph::dex_pc_to_block_map_ Chao-ying Fu
2015-02-05Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 archi... Jeff Hao
2015-02-03ARM/ARM64: Dump thread offset. Zheng Xu
2015-01-31Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." Brian Carlstrom
2015-01-27Allow preopted apps to have sharpened calls for non-x86 architectures. Jeff Hao
2015-01-26ART: Fix inlining of Mir2Lir Andreas Gampe
2015-01-26ART: Some Quick cleanup Andreas Gampe
2015-01-20ART: Fix arm64 backend Andreas Gampe
2015-01-20ART: Make some helpers non-virtual in Mir2Lir Andreas Gampe
2015-01-06ART: Remove LowestSetBit and IsPowerOfTwo Andreas Gampe
2014-12-19Fix running out of temps when storing invoke-interface result. Vladimir Marko
2014-12-12Merge "AArch64: Fix incorrect use of preceding LIR." Vladimir Marko
2014-12-12AArch64: Fix incorrect use of preceding LIR. Ningsheng Jian
2014-12-11ARM: Combine multiply accumulate operations. Ningsheng Jian
2014-12-08Re-factor Quick ABI support Serguei Katkov
2014-11-25Merge "Skip null check in MarkGCCard() for known non-null values." Vladimir Marko
2014-11-24Revert "ART: Remove wrong DCHECK" Andreas Gampe
2014-11-24Skip null check in MarkGCCard() for known non-null values. Vladimir Marko
2014-11-21Merge "Add card mark to filled-new-array." Vladimir Marko
2014-11-20Add card mark to filled-new-array. Vladimir Marko