summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
AgeCommit message (Expand)Author
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-06-25Move instruction_set_ to CompilerOptions. Vladimir Marko
2018-06-25Move dex_files_for_oat_file_ to CompilerOptions. Vladimir Marko
2018-06-21Use HashSet<std::string> instead of unordered_set<>. Vladimir Marko
2018-04-13ART: Remove support for compiled-methods and compiled-classes Andreas Gampe
2018-01-22ART: Refactor profile_compilation_info.h includes Andreas Gampe
2017-11-28Clean some dex2oat options. Nicolas Geoffray
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-04-06Clean up after MIPS got read barriers support Goran Jakovljevic
2017-02-17Make dex2oat support profiles passed to non profile filters Mathieu Chartier
2017-01-18Rename offline_profiling_info to profile_compilation_info Calin Juravle
2016-09-30Simplify our intrinsic recognizer. Nicolas Geoffray
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-07-28Disable CheckSwapUsage test with read barriers on x86. Roland Levillain
2016-04-07Remove more Quick-related macros in tests. Roland Levillain
2016-03-10Disable some image_test cases with concurrent collector. Roland Levillain
2016-03-09ART: Use optimizing compiler in image_test Andreas Gampe
2016-01-19Improve profile processing Calin Juravle
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-24ARM64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-17ARM read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-15x86/x86-64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-10-01Don't force the boot image to using quick. Nicolas Geoffray
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-07-01Implement heap poisoning in ART's Optimizing compiler. Roland Levillain
2015-06-30Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-21ART: Add compiled-methods Andreas Gampe
2015-03-29ART: Refactor callbacks_ in common_runtime_test Andreas Gampe
2014-11-24Delete ArtMethod gc_map_ field Mathieu Chartier
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-08-23Clean up Handle usage. Mathieu Chartier
2014-07-15Break apart header files. Ian Rogers
2014-07-07Enable compiler testing for ARM64 and x86-64. Ian Rogers
2014-06-24More advanced timing loggers. Mathieu Chartier
2014-05-23Revert "Revert "Fix an outstanding compaction bug in interpreter."" Mathieu Chartier
2014-05-22Revert "Fix an outstanding compaction bug in interpreter." Mathieu Chartier
2014-05-22Fix an outstanding compaction bug in interpreter. Mathieu Chartier
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-16Fix generic jni issue in ArtMethod::GetQuickFrameInfo Dmitry Petrochenko
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-05-13Move quick frame info to OatQuickMethodHeader. Vladimir Marko
2014-04-25Move mapping table and vmap table offsets to OatMethodHeader. Vladimir Marko
2014-04-10AArch64: Jni compiler fixes Serban Constantinescu
2014-04-02Pass instruction-set from runtime through to spawned dex2oat. Ian Rogers
2014-03-19AArch64: Add arm64 runtime support. Stuart Monteith