summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-28Revert "Revert "Write conflict tables in image"" Mathieu Chartier
2016-04-07Fix image_test for the CC collector. Hiroshi Yamauchi
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-03-21Remove Quick from tree. Nicolas Geoffray
2016-03-09ART: Use optimizing compiler in image_test Andreas Gampe
2016-02-24ART: Allow method references across oat files for multi-image, 2nd attempt. Vladimir Marko
2016-02-17Revert "Allow method references across oat files for multi-image." Vladimir Marko
2016-02-17Allow method references across oat files for multi-image. Vladimir Marko
2016-02-01Ensure instruction cache is flushed in compiler tests with Clang. Roland Levillain
2016-01-19Merge "Improve profile processing" Calin Juravle
2016-01-19Improve profile processing Calin Juravle
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-07Perform profile file analysis in dex2oat Calin Juravle
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
2015-12-10Revert "Revert "Add support for LZ4 compressed image files"" Mathieu Chartier
2015-12-10Revert "Add support for LZ4 compressed image files" Nicolas Geoffray
2015-12-09Add support for LZ4 compressed image files Mathieu Chartier
2015-11-15x86/x86-64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-10-27Revert "Remove DCHECK that does not work for gtests." Vladimir Marko
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-06-30Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-21ART: Add compiled-methods Andreas Gampe
2015-04-20ART: Change image_classes and compiled_classes to unordered set Andreas Gampe
2015-03-31Merge "Fixed layout for dex caches in boot image." Vladimir Marko
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-29ART: Refactor callbacks_ in common_runtime_test Andreas Gampe
2015-03-27ART: Some runtime cleanup Andreas Gampe
2015-03-27ART: PathClassLoader for compiler Andreas Gampe
2015-03-02Add support for .bss section in oat files. Vladimir Marko
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2015-01-28Clean up pass driver Mathieu Chartier
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil
2014-12-22ART: Fix common_compiler_test assumptions Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-12Remove portable. Elliott Hughes
2014-12-09Ensure stack maps are 4 byte aligned. Nicolas Geoffray
2014-11-24Delete ArtMethod gc_map_ field Mathieu Chartier
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-13ART: Compiled-classes list for compiler-driver Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers