summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
AgeCommit message (Expand)Author
2024-10-15Arm64: fix VecPredToBoolean code generation for SVE Konstantin Baladurin
2024-06-18Move `jni_stub_hash_map_test.cc` to `compiler/`. Vladimir Marko
2024-03-21Reuse boot JNI stub for native methods (reland). hangl
2024-03-11Revert^2 "Remove Compiler::Kind" Santiago Aboy Solanes
2024-03-08Revert "Reuse boot JNI stub for native methods" Nicolas Geoffray
2024-03-07Revert "Remove Compiler::Kind" Vaibhav Devmurari
2024-03-07Remove Compiler::Kind Santiago Aboy Solanes
2024-03-07Reuse boot JNI stub for native methods hangl
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2022-10-10ART: Move `CompiledMethod{,-Storage}` to dex2oat/. Vladimir Marko
2022-10-06Remove `CompiledCode::CodePointer()`. Vladimir Marko
2022-09-30Move `VerificationResults` to dex2oat/. Vladimir Marko
2022-09-28Move ReflectionTest.StaticMainMethod to compiler/. Vladimir Marko
2021-02-03Use mmap for compiled code for gtest. Vladimir Marko
2020-12-10Make RTP::Visit robust against input order Alex 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-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