summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* | Clean up logcat spam from compiler and verifierAnwar Ghuloum2013-08-131-6/+6
|/
* Merge "Add a systrace support for lock contention logging." into dalvik-devHiroshi Yamauchi2013-08-131-2/+2
|\
| * Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-131-2/+2
* | Fix SMALL_ARTbuzbee2013-08-121-0/+5
|/
* Compilation filterbuzbee2013-08-081-11/+7
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-3/+3
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* | Add systrace support to NewTimingLogger, migrate compiler timing logging to N...Anwar Ghuloum2013-07-251-10/+12
|/
* Merge "Remove OatWriter buffering to memory for ElfWriterQuick" into dalvik-devBrian Carlstrom2013-07-241-20/+7
|\
| * Remove OatWriter buffering to memory for ElfWriterQuickBrian Carlstrom2013-07-241-20/+7
* | am 55c0ac85: Merge "Enable darwin target build for art."Brian Carlstrom2013-07-231-6/+8
|\ \ | |/ |/|
| * Enable darwin target build for art.Brian Carlstrom2013-07-231-6/+8
* | Restore conditional oat file copying used by build system.Brian Carlstrom2013-07-221-1/+1
|/
* Move TimingLogger creation to dex2oatBrian Carlstrom2013-07-211-19/+46
* Remove CompilerDriver::IsDebuggingSupportedBrian Carlstrom2013-07-211-12/+4
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+1097