summaryrefslogtreecommitdiffstats
path: root/compiler/common_compiler_test.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* ART: Add compiled-methodsAndreas Gampe2015-04-211-0/+13
* ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-1/+0
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+2
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-2/+2
* Clean up Handle usage.Mathieu Chartier2014-08-231-2/+2
* Break apart header files.Ian Rogers2014-07-151-371/+30
* Enable compiler testing for ARM64 and x86-64.Ian Rogers2014-07-071-4/+0
* More advanced timing loggers.Mathieu Chartier2014-06-241-2/+2
* 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