summaryrefslogtreecommitdiff
path: root/compiler/Android.mk
AgeCommit message (Expand)Author
2015-04-23Merge "Move stack map stream implementation to its own cc file." Calin Juravle
2015-04-23Move stack map stream implementation to its own cc file. Calin Juravle
2015-04-23Revert "Revert "Quick: Rewrite type inference pass."" Vladimir Marko
2015-04-22Revert "Quick: Rewrite type inference pass." Andreas Gampe
2015-04-22Quick: Rewrite type inference pass. Vladimir Marko
2015-04-10Move DWARF related code in ElfWriter to its own file. David Srbecky
2015-04-09Merge "Implement CFI for Quick." David Srbecky
2015-04-09Merge "Speedup div/rem by constants on x86 and x86_64" Calin Juravle
2015-04-09Speedup div/rem by constants on x86 and x86_64 Guillaume Sanchez
2015-04-08Implement CFI for Quick. David Srbecky
2015-04-07Remove the old CFI infrastructure. David Srbecky
2015-04-02Refactor RelativePatcher out of OatWriter. Vladimir Marko
2015-03-27[MIPS] Refactoring code for quick compiler Goran Jakovljevic
2015-03-26[optimizing] Implement X86 intrinsic support Mark Mendell
2015-03-24ART: Boolean simplifier David Brazdil
2015-03-06Initial support for quick compiler on MIPS64r6. Maja Gagic
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-17Dead code elimination based on GVN results. Vladimir Marko
2015-02-09ART: Arm intrinsics for Optimizing compiler Andreas Gampe
2015-01-30Merge "Add options for building/testing with coverage." Dan Albert
2015-01-30Add options for building/testing with coverage. Dan Albert
2015-01-30Implement LICM in optimizing compiler. Nicolas Geoffray
2015-01-29Merge "Remove libcxx.mk cruft." Dan Albert
2015-01-29Remove libcxx.mk cruft. Dan Albert
2015-01-29Merge "optimizing: NullCheck elimination" Nicolas Geoffray
2015-01-29optimizing: NullCheck elimination Calin Juravle
2015-01-29Merge "Clean up pass driver" Mathieu Chartier
2015-01-28Clean up pass driver Mathieu Chartier
2015-01-28Merge "ART: Arm64 optimizing compiler intrinsics" Andreas Gampe
2015-01-28ART: Arm64 optimizing compiler intrinsics Andreas Gampe
2015-01-26ART: More Quick cleanup Andreas Gampe
2015-01-26Move code around and address growable_array comment. Nicolas Geoffray
2015-01-15Merge "ART: Allow to compile interpret-only mips64 files" Andreas Gampe
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2015-01-15ART: Optimizing compiler intrinsics Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-12-12Remove portable. Elliott Hughes
2014-12-03Bounds check elimination. Mingyao Yang
2014-11-28Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. Serban Constantinescu
2014-11-21Rewrite GVN's field id and field type handling. Vladimir Marko
2014-11-20Restrict FDO to only apply to target build. Dehao Chen
2014-11-20dex2oat: Pack likely-dirty objects together when generating the boot image Igor Murashkin
2014-11-17Revert "Arm64: Use the debug version of VIXL for debug builds." Nicolas Geoffray
2014-11-14Arm64: Use the debug version of VIXL for debug builds. Serban Constantinescu
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-30Remove bogus compiler flag from libart-compiler. Ian Rogers