summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-2/+4
* Merge "Add dex2oat --print-pass-names and --disable-passes= options."Vladimir Marko2014-03-131-0/+11
|\
| * Add dex2oat --print-pass-names and --disable-passes= options.Chao-ying Fu2014-03-121-0/+11
* | Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-15/+17
* | Set default dex2oat instruction set for x86-64 and ARM64.Ian Rogers2014-03-121-0/+4
|/
* Make use of profiling information for dex2oatDave Allison2014-03-071-3/+16
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+0
* Fix host architecture for 64bit.Ian Rogers2014-03-061-2/+5
* Revert "Revert "Avoid compiling monster methods in boot image""Brian Carlstrom2014-03-051-1/+1
* Revert "Avoid compiling monster methods in boot image"Brian Carlstrom2014-03-051-1/+1
* Avoid compiling monster methods in boot imagebuzbee2014-03-041-1/+1
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-6/+5
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-30/+2
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-1/+7
* Make out arguments non-reference types.Ian Rogers2014-03-011-4/+4
* Add additional constBrian Carlstrom2014-02-241-3/+3
* Create CompilerOptionsBrian Carlstrom2014-02-241-80/+210
* Fix and optimize verify object.Mathieu Chartier2014-02-211-1/+1
* Fix a printf flag that breaks 64bit host builds.Ian Rogers2014-02-211-1/+1
* Add debug code for saving dex file inputsBrian Carlstrom2014-02-201-0/+15
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-3/+1
* Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-9/+12
* Merge "Re-apply: Implement cumulative timings for CompilerDriver."Nicolas Geoffray2014-02-111-3/+19
|\
| * Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-111-3/+19
* | Revert "Revert "Check FastInstance() early for special getters and setters.""Vladimir Marko2014-02-101-1/+1
* | Revert "Check FastInstance() early for special getters and setters."Ian Rogers2014-02-081-1/+1
* | Check FastInstance() early for special getters and setters.Vladimir Marko2014-02-071-1/+1
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-8/+6
* Restore end of dex2oat loggingBrian Carlstrom2014-02-051-1/+6
* Enable debug build of dex2oatd on hostStuart Monteith2014-01-311-1/+1
* Refactor verification results.Vladimir Marko2014-01-281-10/+10
* Revert "Implement cumulative timings for CompilerDriver."Brian Carlstrom2014-01-201-19/+3
* Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-01-161-3/+19
* Add systrace regions for file opening during setup.Ian Rogers2014-01-141-0/+4
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-4/+20
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-9/+36
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-1/+1
* Break apart oat writing times.Ian Rogers2013-11-151-1/+4
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-4/+4
* Fix CTS failures caused by ignoring malformed dex files in dex2oatBrian Carlstrom2013-11-121-0/+4
* Revert "resolved conflicts for merge of ad93c622 to master"Brian Carlstrom2013-11-121-5/+16
* resolved conflicts for merge of ad93c622 to masterBrian Carlstrom2013-11-091-16/+5
|\
| * Ignore missing files in dex2oatBrian Carlstrom2013-11-081-16/+5
| * Use exit to avoid destructors in dex2oat.Ian Rogers2013-09-061-0/+8
* | Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an errorBrian Carlstrom2013-11-061-6/+2
* | Support hardware divide instructionDave Allison2013-11-051-4/+53
* | Fix --compiler-backend usage exampleBrian Carlstrom2013-10-301-1/+1
* | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-4/+0
* | Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-18/+31
* | Make compiler stat dumping easier to use.Ian Rogers2013-10-091-1/+3