summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* stdint types all the way!Ian Rogers2014-10-091-3/+3
* ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-12/+0
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-252-310/+20
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-6/+3
* Merge "Add the "time" compilation filter and output compilation stats."Nicolas Geoffray2014-09-171-1/+2
|\
| * Add the "time" compilation filter and output compilation stats.Nicolas Geoffray2014-09-171-1/+2
* | Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-1/+1
* | ART: Check for exceptions from unresolved classesAndreas Gampe2014-09-161-2/+5
|/
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-3/+3
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-152-67/+127
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-3/+3
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-6/+7
* ART: Fix things for valgrindAndreas Gampe2014-09-101-1/+1
* Merge "ART fix oat debug source map operations"Vladimir Marko2014-09-031-3/+3
|\
| * ART fix oat debug source map operationsYevgeny Rouban2014-08-251-3/+3
* | Reduce and speed-up class def searches.Ian Rogers2014-09-021-111/+69
* | Reduce interpret-only compile time.Mathieu Chartier2014-08-261-5/+9
* | CheckAndClearResolveException should allow LinkageErrorBrian Carlstrom2014-08-251-1/+2
|/
* ART: Clean up compilerAndreas Gampe2014-08-223-15/+2
* Merge "ART: Avoid expensive class lookup in compiler driver"Andreas Gampe2014-08-161-1/+7
|\
| * ART: Avoid expensive class lookup in compiler driverAndreas Gampe2014-08-181-1/+7
* | ART source line debug info in OAT filesYevgeny Rouban2014-08-152-7/+16
|/
* Merge "Move explicit GC after we are done initalizing all classes."Mathieu Chartier2014-08-141-4/+4
|\
| * Move explicit GC after we are done initalizing all classes.Mathieu Chartier2014-08-111-4/+4
* | Avoid use of std::string where we have const char*.Ian Rogers2014-08-122-28/+47
|/
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-2/+6
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-2/+6
* | Merge "Added support for patching classes from different dex files."Mathieu Chartier2014-08-062-1/+53
|\ \
| * | Added support for patching classes from different dex files.Fred Shih2014-08-062-1/+53
| |/
* | Merge "ART: Rework CFA frame initialization and writing code"Andreas Gampe2014-08-062-21/+0
|\ \
| * | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-062-21/+0
| |/
* | ART: Skip compiling redefined classes in appsAndreas Gampe2014-08-062-19/+52
|/
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-2/+2
* Merge "Set vtable in class object to null after linking."Mingyao Yang2014-07-221-2/+2
|\
| * Set vtable in class object to null after linking.Mingyao Yang2014-07-221-2/+2
* | Runtime can now be set to require relocationAlex Light2014-07-221-10/+21
|/
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-24/+24
* Remove object_utils.h.Ian Rogers2014-07-162-4/+2
* Break apart header files.Ian Rogers2014-07-152-62/+2
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-143-18/+38
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-113-1/+4
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-24/+24
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-24/+24
* Whitelist another exception during dex2oat resolving.Brian Carlstrom2014-07-081-2/+6
* Add patchoat tool to Art.Alex Light2014-07-071-0/+9
* Only allow whitelisted exceptions during dex2oat resolving.Mathieu Chartier2014-07-071-10/+17
* More advanced timing loggers.Mathieu Chartier2014-06-242-10/+9
* Log profile info only on debug builds.Calin Juravle2014-06-231-8/+13
* ART: Implicit checks in the compiler are independent from RuntimeAndreas Gampe2014-06-181-3/+39
* ART: Ignore timing issues in debug buildsAndreas Gampe2014-06-131-1/+1