summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Smarter image layoutMathieu Chartier2016-09-231-0/+1
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-0/+1
* Fix image_test for the CC collector.Hiroshi Yamauchi2016-04-071-1/+1
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-20/+4
* Remove Quick from tree.Nicolas Geoffray2016-03-211-1/+0
* ART: Use optimizing compiler in image_testAndreas Gampe2016-03-091-2/+4
* ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-6/+5
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-5/+6
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-6/+5
* Ensure instruction cache is flushed in compiler tests with Clang.Roland Levillain2016-02-011-10/+1
* Merge "Improve profile processing"Calin Juravle2016-01-191-1/+7
|\
| * Improve profile processingCalin Juravle2016-01-191-1/+7
* | Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-181-2/+0
|/
* Perform profile file analysis in dex2oatCalin Juravle2016-01-071-2/+2
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-1/+2
* Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-8/+2
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-2/+8
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-8/+2
* Revert "Revert "Add support for LZ4 compressed image files""Mathieu Chartier2015-12-101-10/+22
* Revert "Add support for LZ4 compressed image files"Nicolas Geoffray2015-12-101-22/+10
* Add support for LZ4 compressed image filesMathieu Chartier2015-12-091-10/+22
* x86/x86-64 read barrier support for concurrent GC in Optimizing.Roland Levillain2015-11-151-0/+5
* Revert "Remove DCHECK that does not work for gtests."Vladimir Marko2015-10-271-8/+13
* Reduce memory used by CompiledMethods.Vladimir Marko2015-10-271-19/+19
* Remove ArtCode.Nicolas Geoffray2015-10-201-0/+1
* Add option to append to the cfg dump.Calin Juravle2015-09-151-1/+1
* Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.Roland Levillain2015-06-301-3/+9
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-13/+20
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: Add compiled-methodsAndreas Gampe2015-04-211-1/+25
* ART: Change image_classes and compiled_classes to unordered setAndreas Gampe2015-04-201-1/+1
* Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-311-0/+1
|\
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-0/+1
* | ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-1/+0
* | ART: Some runtime cleanupAndreas Gampe2015-03-271-1/+1
* | ART: PathClassLoader for compilerAndreas Gampe2015-03-271-1/+2
|/
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-0/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-8/+8
* Revert "Add JIT"Nicolas Geoffray2015-02-241-8/+8
* Add JITMathieu Chartier2015-02-231-8/+8
* Clean up pass driverMathieu Chartier2015-01-281-1/+2
* ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-1/+1
* ART: Fix common_compiler_test assumptionsAndreas Gampe2014-12-221-10/+18
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-5/+5
* Remove portable.Elliott Hughes2014-12-121-41/+34
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-1/+1
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-2/+7
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-0/+1
* ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+1