summaryrefslogtreecommitdiffstats
path: root/compiler/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a 'baseline' variant for the compiler.Nicolas Geoffray2018-10-101-0/+1
* ART: Move CopyOption to OatWriterAndreas Gampe2018-06-251-6/+0
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-281-0/+6
* Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-271-6/+0
* Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-271-0/+6
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-1/+2
* Merge "Record @{Fast,Critical}Native in method's access flags."Vladimir Marko2017-11-101-8/+1
|\
| * Record @{Fast,Critical}Native in method's access flags.Vladimir Marko2017-11-101-8/+1
* | cpplint: Cleanup errorsIgor Murashkin2017-11-081-4/+4
|/
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Pass the logger to the JIT compiler.Nicolas Geoffray2017-07-191-1/+3
* ART: Add missing namespace commentsAndreas Gampe2017-05-301-2/+2
* Revert^6 "Hash-based dex cache type array."Vladimir Marko2017-03-141-1/+2
* Revert^5 "Hash-based dex cache type array."Vladimir Marko2017-03-131-2/+1
* Revert^4 "Hash-based dex cache type array."Vladimir Marko2017-02-201-1/+2
* Revert^3 "Hash-based dex cache type array."Mathieu Chartier2017-02-131-2/+1
* Revert^2 "Hash-based dex cache type array."Vladimir Marko2017-02-101-1/+2
* Revert "Hash-based dex cache type array."Vladimir Marko2017-02-011-2/+1
* Hash-based dex cache type array.Vladimir Marko2017-01-301-1/+2
* Remove some unneeded header includesDavid Sehr2016-10-261-0/+2
* Separate annotations from dexfile reading.David Sehr2016-09-141-0/+4
* jni: Add @CriticalNative optimization to speed up JNI transitionsIgor Murashkin2016-09-091-2/+3
* ART: SHARED_REQUIRES to REQUIRES_SHAREDAndreas Gampe2016-08-301-2/+2
* jni: Fast path for @FastNative annotated java methodsIgor Murashkin2016-08-161-1/+7
* Post-Quick cleanup: Remove CompilationUnit.Vladimir Marko2016-03-241-6/+1
* Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""Nicolas Geoffray2016-02-051-1/+2
* Code cleanup to avoid CompilerDriver abstractions in JIT.Nicolas Geoffray2015-11-051-0/+11
* Use ATTRIBUTE_UNUSED more.Roland Levillain2015-10-151-3/+2
* Reduce how often we call FindDexCacheMathieu Chartier2015-09-031-1/+2
* Remove unnecessary `explicit` qualifiers on constructors.Roland Levillain2015-08-121-1/+1
* Move to newer clang annotationsMathieu Chartier2015-07-221-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-5/+2
* ART: Remove WriteElf from CompilerAndreas Gampe2015-04-101-10/+0
* ART: Fix 64-bit ELF file supportAndreas Gampe2015-04-071-0/+3
* ART: Even more Quick cleanupAndreas Gampe2015-01-271-2/+0
* ART: Added Checker, a pattern matching test engineDavid Brazdil2014-12-171-1/+1
* Remove portable.Elliott Hughes2014-12-121-30/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Support for CONST_STRING in optimizing compiler.Nicolas Geoffray2014-10-311-0/+6
* ART: Clean up compilerAndreas Gampe2014-08-221-1/+14
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-16/+18
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+2
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-0/+127