summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
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 orderAlex Light
2020-05-20HWASan fixes for ART testsDavid Srbecky
2020-05-15Optimizing: Run gtests without creating the Runtime.Vladimir Marko
2019-06-26Retry cache flushes on ARMv7 devicesOrion 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 OatQuickMethodHeaderDavid Srbecky
2019-01-02ART: Move dex structs into own headerAndreas Gampe
2018-12-27ART: Refactor for bugprone-argument-commentAndreas 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 callsOrion 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 copyableAndreas Gampe
2018-05-23ObjPtr<>-ify tests using ClassLinker::FindClass().Vladimir Marko
2018-04-13ART: Remove support for compiled-methods and compiled-classesAndreas Gampe
2018-03-05Move most of runtime/base to libartbase/baseDavid Sehr
2018-02-21Remove duplication, split testsDavid Sehr
2017-11-28Clean some dex2oat options.Nicolas Geoffray
2017-09-20Refactor compiled_method.h .Vladimir Marko
2017-07-27Remove ClassLinker::SetEntryPointsToCompiledCode().Vladimir Marko
2017-07-24ART: Include cleanupAndreas Gampe
2017-07-20Merge "Move IsVeryLarge check before we create verification results"Mathieu Chartier
2017-07-20Move IsVeryLarge check before we create verification resultsMathieu Chartier
2017-07-20ART: Change method lookup to be more consistent to JLS and the RI.Vladimir Marko
2017-06-08ART: Move CalleeSaveType to callee_save_type.hAndreas Gampe
2017-06-02ART: Introduce thread-current-inl.hAndreas Gampe
2017-04-21ART: Clean up art_method.hAndreas Gampe
2017-03-16Add method info to oat filesMathieu Chartier
2017-03-03Extend profman to generate profiles with inline cachesCalin Juravle
2017-02-17Make dex2oat support profiles passed to non profile filtersMathieu Chartier
2016-10-26ART: Change InstructionSetFeatures to return unique_ptrAndreas Gampe
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr
2016-10-04Revert "Revert "Store resolved Strings for AOT code in .bss.""Vladimir Marko
2016-09-30Revert "Store resolved Strings for AOT code in .bss."Vladimir Marko