summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
2025-03-11Remove memfd_create_compat(). Elliott Hughes
2025-02-19Move some utils from `compiler/` to `dex2oat/`. Vladimir Marko
2025-02-17Refactor `ArtMethod` entrypoint initialization. Vladimir Marko
2024-11-05Rename ResolveMethodWithoutInvokeType and use it more. Nicolas Geoffray
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-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-03-11Revert^2 "Remove Compiler::Kind" Santiago Aboy Solanes
2024-03-07Revert "Remove Compiler::Kind" Vaibhav Devmurari
2024-03-07Remove Compiler::Kind Santiago Aboy Solanes
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