summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
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
2016-02-24ART: Allow method references across oat files for multi-image, 2nd attempt. Vladimir Marko
2016-02-17Revert "Allow method references across oat files for multi-image." Vladimir Marko
2016-02-17Allow method references across oat files for multi-image. Vladimir Marko
2016-02-01Ensure instruction cache is flushed in compiler tests with Clang. Roland Levillain
2016-01-19Merge "Improve profile processing" Calin Juravle
2016-01-19Improve profile processing Calin Juravle
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-07Perform profile file analysis in dex2oat Calin Juravle
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
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-15x86/x86-64 read barrier support for concurrent GC in Optimizing. Roland Levillain