summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-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
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+1
* Some code clean-up.Ian Rogers2014-10-161-3/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-163/+7
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+1
* stdint types all the way!Ian Rogers2014-10-091-5/+5
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-2/+2
* Clean up Handle usage.Mathieu Chartier2014-08-231-4/+4
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+1
* Break apart header files.Ian Rogers2014-07-151-0/+413