summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
AgeCommit message (Expand)Author
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-27Quick: Finding upper half of kMirOpCheckPart2 should passthough empty blocks Pavel Vyssotski
2015-03-25Quick: Fix "select" pattern to update data used for GC maps. Vladimir Marko
2015-03-24Quick: Clean up Mir2Lir codegen. Vladimir Marko
2015-03-20Quick: Create GC map based on compiler data. Vladimir Marko
2015-03-06Initial support for quick compiler on MIPS64r6. Maja Gagic
2015-03-04ART: Do not produce CFI when not asked for Andreas Gampe
2015-02-19Replace a few std::vector with ArenaVector in Mir2Lir. Vladimir Marko
2015-02-12ART: Fix InsertCaseLabel to return boundary_lir always Chao-ying Fu
2015-02-09ART: Remove MIRGraph::dex_pc_to_block_map_ Chao-ying Fu
2015-01-27ART: Even more Quick cleanup Andreas Gampe
2015-01-26ART: Some Quick cleanup Andreas Gampe
2015-01-06ART: Remove LowestSetBit and IsPowerOfTwo Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-08Merge "Re-factor Quick ABI support" Vladimir Marko
2014-12-08Re-factor Quick ABI support Serguei Katkov
2014-12-04X86_64 QBE: use RIP addressing Mark Mendell
2014-12-03Remove method verification results right after compiling a method Mathieu Chartier
2014-11-28Refactor handling of conditional branches with known result. Vladimir Marko
2014-11-24Skip null check in MarkGCCard() for known non-null values. Vladimir Marko
2014-11-20Add card mark to filled-new-array. Vladimir Marko
2014-11-04Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" Andreas Gampe
2014-11-03ART: Replace COMPILE_ASSERT with static_assert (compiler) Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-09ART: X86: GenLongArith should handle overlapped VRs Alexei Zavjalov
2014-10-03AArch64: oat patches should be 32-bit ints. Matteo Franchin
2014-09-29ART: Deprecate CompilationUnit's code_item Razvan A Lupusoru
2014-09-25Implement method calls using relative BL on ARM. Vladimir Marko
2014-09-23Deprecate GrowableArray, use ArenaVector instead. Vladimir Marko
2014-09-11Slow path should break def tracking Serguei Katkov
2014-09-02ART: Fix read-out-of-bounds in the compiler Andreas Gampe
2014-08-26ART: Change temporaries to positive names Razvan A Lupusoru
2014-08-15ART source line debug info in OAT files Yevgeny Rouban
2014-08-05Emit CFI for x86 & x86_64 JNI compiler. Tong Shen
2014-08-06Fixed build breakage due to incorrect class TypeId. Fred Shih
2014-08-06Added support for patching classes from different dex files. Fred Shih
2014-08-05Create allocator adapter for using Arena in std containers. Vladimir Marko
2014-07-16Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" Dave Allison
2014-07-12ART: Rework TargetReg(symbolic_reg, wide) Andreas Gampe
2014-07-11Revert "Revert "Revert "Add implicit null and stack checks for x86""" Nicolas Geoffray
2014-07-10Revert "Revert "Add implicit null and stack checks for x86"" Dave Allison
2014-07-10x86_64: Enable fp-reg promotion Serguei Katkov
2014-07-10Revert "Add implicit null and stack checks for x86" Dave Allison
2014-07-09Add implicit null and stack checks for x86 Dave Allison
2014-07-03x86_64: TargetReg update for x86 Chao-ying Fu
2014-07-03Register promotion support for 64-bit targets buzbee
2014-07-01ART: Quick compiler: More size checks, add TargetReg variants Andreas Gampe
2014-06-24Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param... Andreas Gampe
2014-06-24Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" Andreas Gampe
2014-06-23ART: Split out more cases of Load/StoreRef, volatile as parameter Andreas Gampe