summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use exit to avoid destructors in dex2oat.Ian Rogers2013-09-061-0/+8
|/
* Make files writable on the installd path as wellBrian Carlstrom2013-08-291-4/+7
* Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-7/+11
* Set small ART override for image as an option.Ian Rogers2013-08-281-3/+13
* Reduce the scope of a ScopedObjectAccess in dex2oat.Ian Rogers2013-08-271-14/+7
* Add buffering to ELF file generationBrian Carlstrom2013-08-261-1/+1
* Compiler filter updatebuzbee2013-08-211-3/+4
* dex2oat flag to always dump timing data.Ian Rogers2013-08-201-3/+8
* Reduce AOT initialization.Ian Rogers2013-08-191-1/+1
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-4/+4
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-6/+5
* Merge "Refactor java.lang.reflect implementation" into dalvik-devIan Rogers2013-08-141-2/+2
|\