summaryrefslogtreecommitdiffstats
path: root/compiler/image_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-8/+12
* Replace NULL with nullptrMathieu Chartier2015-04-221-8/+8
* ART: Change image_classes and compiled_classes to unordered setAndreas Gampe2015-04-201-1/+1
* ART: Clean up includes.Vladimir Marko2015-04-131-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-0/+1
* Remove portable.Elliott Hughes2014-12-121-5/+0
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-1/+4
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-2/+5
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-8/+12
* stdint types all the way!Ian Rogers2014-10-091-6/+6
* ART: Prepare for ELF64.Tong Shen2014-10-031-2/+2
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-12/+12
* ART: Clean up compilerAndreas Gampe2014-08-221-0/+1
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+1
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-0/+2
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+1
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-6/+0
* Break apart header files.Ian Rogers2014-07-151-4/+6
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-2/+9
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-6/+2
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-2/+6
* ART: Native support for multidexAndreas Gampe2014-06-251-5/+1
* More advanced timing loggers.Mathieu Chartier2014-06-241-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-13/+31
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-1/+1
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+4
* Make out arguments non-reference types.Ian Rogers2014-03-011-7/+7
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+5
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Enable moving classes.Mathieu Chartier2013-12-101-5/+5
* Merge "A custom 'runs-of-slots' memory allocator." into dalvik-devHiroshi Yamauchi2013-11-181-2/+2
|\
| * A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-2/+2
* | Break apart oat writing times.Ian Rogers2013-11-151-1/+1
|/
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-1/+2
* Compacting collector.Mathieu Chartier2013-11-111-7/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+5
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+3
* Fix image_test for SMALL_ARTBrian Carlstrom2013-09-031-0/+3
* Fix ImageHeader.IsValidBrian Carlstrom2013-09-031-0/+30
* Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-291-0/+3
|\
| * Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-0/+3
* | Don't scan image space when starting runtime.Ian Rogers2013-08-231-1/+1
|/
* Move output_stream files out of runtime.Ian Rogers2013-08-161-0/+159