summaryrefslogtreecommitdiffstats
path: root/compiler/oat_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-1/+2
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-5/+5
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-5/+5
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-1/+1
* Make out arguments non-reference types.Ian Rogers2014-03-011-3/+3
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-6/+5
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-3/+6
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-241-3/+6
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+2
|/
* Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-2/+5
* Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-111-1/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-26/+35
* Refactor verification results.Vladimir Marko2014-01-281-3/+3
* Revert "Implement cumulative timings for CompilerDriver."Brian Carlstrom2014-01-201-2/+1
* Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-01-161-1/+2
* Fix test-art setup.Vladimir Marko2013-12-181-1/+2
* Fix build - test issues.Sebastien Hertz2013-12-181-1/+5
* Break apart oat writing times.Ian Rogers2013-11-151-2/+3
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-1/+2
* Support hardware divide instructionDave Allison2013-11-051-2/+7
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+1
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-7/+10
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-3/+6
* am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and ch...Brian Carlstrom2013-10-041-1/+3
|\
| * Find OatDexFile by DexFile name and checksum, not just checksumBrian Carlstrom2013-10-031-1/+3
* | Remove conscrypt dependency from CommonTestBrian Carlstrom2013-08-301-1/+1
|/
* Move output_stream files out of runtime.Ian Rogers2013-08-161-0/+168