summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
AgeCommit message (Expand)Author
2015-10-27Revert "Remove DCHECK that does not work for gtests." Vladimir Marko
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-06-30Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-21ART: Add compiled-methods Andreas Gampe
2015-04-20ART: Change image_classes and compiled_classes to unordered set Andreas Gampe
2015-03-31Merge "Fixed layout for dex caches in boot image." Vladimir Marko
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-29ART: Refactor callbacks_ in common_runtime_test Andreas Gampe
2015-03-27ART: Some runtime cleanup Andreas Gampe
2015-03-27ART: PathClassLoader for compiler Andreas Gampe
2015-03-02Add support for .bss section in oat files. Vladimir Marko
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2015-01-28Clean up pass driver Mathieu Chartier
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil
2014-12-22ART: Fix common_compiler_test assumptions Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-12Remove portable. Elliott Hughes
2014-12-09Ensure stack maps are 4 byte aligned. Nicolas Geoffray
2014-11-24Delete ArtMethod gc_map_ field Mathieu Chartier
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-13ART: Compiled-classes list for compiler-driver Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-24Tidy logging code not using UNIMPLEMENTED. Ian Rogers
2014-10-16Some code clean-up. Ian Rogers
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-10-14Change MemMap::maps_ to not be global variable Mathieu Chartier
2014-10-09stdint types all the way! Ian Rogers
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-08-23Clean up Handle usage. Mathieu Chartier
2014-08-12Avoid use of std::string where we have const char*. Ian Rogers
2014-07-15Break apart header files. Ian Rogers