summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
AgeCommit message (Expand)Author
2021-02-03Use mmap for compiled code for gtest.Vladimir Marko
2020-12-10Make RTP::Visit robust against input orderAlex Light
2020-05-15Optimizing: Run gtests without creating the Runtime.Vladimir Marko
2019-03-05Refactor compiler tests around CompilerDriver.Vladimir Marko
2018-12-06Refactor CompilerDriver::CompileAll().Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
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-classesAndreas Gampe
2018-01-22ART: Refactor profile_compilation_info.h includesAndreas Gampe
2017-11-28Clean some dex2oat options.Nicolas Geoffray
2017-11-08cpplint: Cleanup errorsIgor Murashkin
2017-04-06Clean up after MIPS got read barriers supportGoran Jakovljevic
2017-02-17Make dex2oat support profiles passed to non profile filtersMathieu Chartier
2017-01-18Rename offline_profiling_info to profile_compilation_infoCalin Juravle
2016-09-30Simplify our intrinsic recognizer.Nicolas Geoffray
2016-09-29Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas 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_testAndreas Gampe
2016-01-19Improve profile processingCalin 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 filesMathieu 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 annotationsMathieu 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 nativeMathieu Chartier
2015-04-21ART: Add compiled-methodsAndreas Gampe
2015-03-29ART: Refactor callbacks_ in common_runtime_testAndreas Gampe
2014-11-24Delete ArtMethod gc_map_ fieldMathieu Chartier
2014-10-16Make ART compile with GCC -O0 again.Ian Rogers
2014-09-15ART: Rename Handle hierarchyAndreas 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::GetQuickFrameInfoDmitry Petrochenko