summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
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
2018-02-21Remove duplication, split tests David 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 cleanup Andreas Gampe
2017-07-20Merge "Move IsVeryLarge check before we create verification results" Mathieu Chartier
2017-07-20Move IsVeryLarge check before we create verification results Mathieu 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.h Andreas Gampe
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-04-21ART: Clean up art_method.h Andreas Gampe
2017-03-16Add method info to oat files Mathieu Chartier
2017-03-03Extend profman to generate profiles with inline caches Calin Juravle
2017-02-17Make dex2oat support profiles passed to non profile filters Mathieu Chartier
2016-10-26ART: Change InstructionSetFeatures to return unique_ptr Andreas 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
2016-09-30Merge "Store resolved Strings for AOT code in .bss." Vladimir Marko
2016-09-30Simplify our intrinsic recognizer. Nicolas Geoffray
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-29Store resolved Strings for AOT code in .bss. Vladimir Marko
2016-09-23Smarter image layout Mathieu Chartier
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-28Revert "Revert "Write conflict tables in image"" Mathieu Chartier
2016-04-07Fix image_test for the CC collector. Hiroshi Yamauchi
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-03-21Remove Quick from tree. Nicolas Geoffray
2016-03-09ART: Use optimizing compiler in image_test Andreas Gampe