summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Collapse)AuthorAgeFilesLines
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
| | | | Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
* 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
| | | | | | | | | | | | This allows the oat contents to be directly written to the file. Change-Id: Ibc7ddf57477b152f07784b52f7334be73fd22833
* | am 55c0ac85: Merge "Enable darwin target build for art."Brian Carlstrom2013-07-231-6/+8
|\ \ | |/ |/| | | | | * commit '55c0ac8528fb07c9f0900013b828ee8c60120860': Enable darwin target build for art.
| * Enable darwin target build for art.Brian Carlstrom2013-07-231-6/+8
| | | | | | | | Change-Id: I8fc04258360d663d2fcd07c307fdfdd2981cdd19
* | Restore conditional oat file copying used by build system.Brian Carlstrom2013-07-221-1/+1
|/ | | | Change-Id: I40343e59902e894f7343e9d8bbf30f7b5602d786
* Move TimingLogger creation to dex2oatBrian Carlstrom2013-07-211-19/+46
| | | | Change-Id: I4fdb6afd4ce2ac0d91c6c968893606d593b6ea18
* Remove CompilerDriver::IsDebuggingSupportedBrian Carlstrom2013-07-211-12/+4
| | | | Change-Id: Ib67e3ef67462fe5dae81148f7fe8cc76b3887f11
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
| | | | Change-Id: Ice937e95e23dd622c17054551d4ae4cebd0ef8a2
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
| | | | Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-122-0/+1097
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81