summaryrefslogtreecommitdiffstats
path: root/compiler/compilers.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove file added after bad cherry pick.Nicolas Geoffray2014-11-191-159/+0
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-0/+159
* ART: Clean up compilerAndreas Gampe2014-08-221-143/+0
* ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-14/+0
* 1. Fix CFI for quick compiled code in x86 & x86_64;Tong Shen2014-07-301-3/+3
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* x86_64: Unify 64-bit check in x86 compilerElena Sayapina2014-07-021-3/+2
* Add x86_64 code generation supportDmitry Petrochenko2014-05-141-1/+1
* AArch64: Change arm64 backend to produce A64 code.Matteo Franchin2014-05-071-2/+1
* AArch64: Add fake arm64 backend, and disable it by method filter.Zheng Xu2014-05-071-0/+4
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-38/+37
* art: Handle x86_64 architecture equal to x86Dmitry Petrochenko2014-04-031-0/+6
* Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-2/+1
* Fix virt-specifiers outside class definition errors.Nicolas Geoffray2014-03-131-3/+1
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-0/+152