summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-12-27Optimize access to gPageSize Ruben Ayrapetyan
2023-11-30Initialize gPageSize at runtime via sysconf Ruben Ayrapetyan
2023-11-30Use globals naming scheme for kPageSize etc. Ruben Ayrapetyan
2023-11-02Clean up `gUseReadBarrier` uses in JNI compiler. Vladimir Marko
2023-10-30Replace `gUseReadBarrier` with compiler option in compiler. Vladimir Marko
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2022-10-10ART: Fix missing space (cpplint error). 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-29Rename `GetInstructionSet{,Code}Alignment`. Vladimir Marko
2022-09-28Move ReflectionTest.StaticMainMethod to compiler/. Vladimir Marko
2022-01-24Reland "Use InitializeMethodsCode when we need to reinitialize a method entry... Nicolas Geoffray
2022-01-14Revert "Use InitializeMethodsCode when we need to reinitialize a method entry... Nicolas Geoffray
2022-01-13Use InitializeMethodsCode when we need to reinitialize a method entrypoint. Nicolas Geoffray
2021-07-14Remove the need of VerifiedMethod in the compiler. Nicolas Geoffray
2021-03-09Move code size from OatQuickMethodHeader to CodeInfo. David Srbecky
2021-02-05Use memfd_create_compat() in gtests. Vladimir Marko
2021-02-03Use mmap for compiled code for gtest. Vladimir Marko
2021-02-01Remove HWASan tag from method entrypoint in tests. Vladimir Marko
2020-12-10Make RTP::Visit robust against input order Alex Light
2020-05-20HWASan fixes for ART tests David Srbecky
2020-05-15Optimizing: Run gtests without creating the Runtime. Vladimir Marko
2019-06-26Retry cache flushes on ARMv7 devices Orion Hodson
2019-03-06Fix memory leak in CommonCompilerTest::CompileMethod(). Vladimir Marko
2019-03-05Revert "Remove code size from OatQuickMethodHeader" Nicolas Geoffray
2019-03-05Refactor compiler tests around CompilerDriver. Vladimir Marko
2019-02-14Remove code size from OatQuickMethodHeader David Srbecky
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-12-06Refactor CompilerDriver::CompileAll(). Vladimir Marko
2018-11-15Rewrite image type in CompilerOptions. Vladimir Marko
2018-11-08Move profile compilation info to CompilerOptions. Vladimir Marko
2018-10-30Refactor MemMap::MapAnonymous(). Vladimir Marko
2018-09-07ART: Simplify cache flush calls Orion Hodson
2018-08-24Add an overload for MemMap::MapAnonymous(). Vladimir Marko
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-07-27Remove frame info from OatQuickMethodHeader. David Srbecky
2018-06-28Remove CompilerDriver::support_boot_image_fixup_. 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-25Move image_classes_ to CompilerOptions. Vladimir Marko
2018-06-21Use HashSet<std::string> instead of unordered_set<>. Vladimir Marko
2018-06-20ART: Ensure OatQuickMethodHeader is trivially copyable Andreas Gampe
2018-05-23ObjPtr<>-ify tests using ClassLinker::FindClass(). Vladimir Marko
2018-04-13ART: Remove support for compiled-methods and compiled-classes Andreas Gampe
2018-03-05Move most of runtime/base to libartbase/base David Sehr