summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
AgeCommit message (Expand)Author
2016-01-26Revert "Revert "Add option to generate compressed backtrace info."" David Srbecky
2016-01-25Revert "Add option to generate compressed backtrace info." David Srbecky
2016-01-22Add option to generate compressed backtrace info. David Srbecky
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-15Use ATTRIBUTE_UNUSED more. Roland Levillain
2015-10-08ART: Do not include endian.h on Mac. Vladimir Marko
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-29Quick: Avoid shifting -1 left (undefined behavior). Vladimir Marko
2015-09-02Optimizing: Tag Arena allocations with their source. Vladimir Marko
2015-08-19Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" Vladimir Marko
2015-08-19Revert "Optimizing: Better invoke-static/-direct dispatch." Vladimir Marko
2015-08-19Optimizing: Better invoke-static/-direct dispatch. Vladimir Marko
2015-06-17ART: Compiler generated GC map should take care of temp registers. Pavel Vyssotski
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-28Add --generate-debug-info flag and remove the other two flags. David Srbecky
2015-05-07Quick: Abolish kMirOpCheckPart2. Vladimir Marko
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-13Add --include-cfi compiler option. David Srbecky
2015-04-09Merge "Quick: PC-relative loads from dex cache arrays on x86." Vladimir Marko
2015-04-09Implement CFI for Optimizing. David Srbecky
2015-04-09Quick: PC-relative loads from dex cache arrays on x86. Vladimir Marko
2015-04-08Implement CFI for Quick. David Srbecky
2015-04-08Merge "Remove the old CFI infrastructure." David Srbecky
2015-04-07Remove the old CFI infrastructure. David Srbecky
2015-04-07Promote pointer to dex cache arrays on arm. Vladimir Marko
2015-04-02Pass linker patches around as const. Vladimir Marko
2015-04-01Write .debug_line section using the new DWARF library. David Srbecky
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