summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-2/+2
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-2/+2
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-8/+8
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-4/+6
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-33/+12
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-24/+36
* AArch64: Jni compiler fixesSerban Constantinescu2014-04-101-1/+1
* Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-1/+1
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+4
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-4/+4
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-1/+8
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-5/+5
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-13/+25
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-2/+5
* Make out arguments non-reference types.Ian Rogers2014-03-011-1/+1
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* art: Fix build errors for x86_64 targetDmitry Petrochenko2014-02-271-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-0/+417