summaryrefslogtreecommitdiff
path: root/dex2oat
AgeCommit message (Expand)Author
2021-09-27Better isolate standalone ART gtests on device.Roland Levillain
2021-08-13Add `Sdk31ModuleController` support to ART run-tests and gtests.Roland Levillain
2021-07-13Add support for standalone ART gtests to MTS.Roland Levillain
2021-07-12Uncouple ART gtests from the ART APEX.Roland Levillain
2021-07-12Rename some ART gtest related Soong modules.Roland Levillain
2021-07-02runtime: add -Xdeny-art-apex-data-filesOrion Hodson
2021-06-18Only enable isolated compilation if requestedCalin Juravle
2021-06-09Remove palette hooks.Nicolas Geoffray
2021-06-02Use verify when speed-profile gets an empty profileCalin Juravle
2021-06-01Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.Roland Levillain
2021-05-26dex2oat: Abort app compilation without boot image.Vladimir Marko
2021-05-14Ensure verifier deps in the vdex file are 4-byte aligned. am: 2ef367acf3 am: ...Nicolas Geoffray
2021-05-14Ensure verifier deps in the vdex file are 4-byte aligned.Nicolas Geoffray
2021-05-10Link libvixl statically. am: 053e1383c7 am: f70ea1ccbb am: 9d77b4ee0fVladimir Marko
2021-05-10Link libvixl statically.Vladimir Marko
2021-05-07Use `quick_exit` instead of `_exit` (except for error handling). am: a28c827f...Roland Levillain
2021-05-07Use `quick_exit` instead of `_exit` (except for error handling).Roland Levillain
2021-04-30Fix gtests with mini-debug-info enabled by default. am: 889da94a59 am: 548491...David Srbecky
2021-04-30Fix gtests with mini-debug-info enabled by default.David Srbecky
2021-04-30Add apex versions in oat file headers. am: d3c45c298b am: d4b7f695a2 am: d170...Nicolas Geoffray
2021-04-30Add apex versions in oat file headers.Nicolas Geoffray
2021-04-28Remove RETURN_VOID_NO_BARRIER byte-code. am: 61c624239c am: c2d57b4712 am: fb...David Srbecky
2021-04-28Remove RETURN_VOID_NO_BARRIER byte-code.David Srbecky
2021-04-26dex2oat: Expect boot image profiles for boot image. am: a220980389 am: 5e48d4...Vladimir Marko
2021-04-26dex2oat: Expect boot image profiles for boot image.Vladimir Marko
2021-04-21Add number of methods to OatClass. am: 2cca1e029c am: a6fb99b858 am: 31f93629fdVladimir Marko
2021-04-21Add number of methods to OatClass.Vladimir Marko
2021-04-20Change OatClassType to enum class. am: 3d76ebebfb am: 7e9a580576 am: 0cc2bd9cdfVladimir Marko
2021-04-20Change OatClassType to enum class.Vladimir Marko
2021-04-19Reland "Move the type lookup table to vdex." am: 0b943287e7 am: 2dd05e193f am...Nicolas Geoffray
2021-04-19Reland "Move the type lookup table to vdex."Nicolas Geoffray
2021-04-16Revert "Move the type lookup table to vdex." am: 640c448bad am: 3e9a647ea5 am...Nicolas Geoffray
2021-04-16Clean up profile tests. am: f4d05ff134 am: b005b7816c am: 87031e18efVladimir Marko
2021-04-16Revert "Move the type lookup table to vdex."Nicolas Geoffray
2021-04-16Clean up profile tests.Vladimir Marko
2021-04-15Move the type lookup table to vdex. am: c005ada78d am: ebddba5521 am: 9ce03f0c2aNicolas Geoffray
2021-04-15Move the type lookup table to vdex.Nicolas Geoffray
2021-04-12Add a --force-allow-oj-inlines dex2oat flag am: 4531afd0d8 am: 8915bb1e74 am:...Alex Light
2021-04-12Remove option CreateTypeLookupTable. am: d187d879b0 am: 434013155e am: 3ddcec...Nicolas Geoffray
2021-04-12Add a --force-allow-oj-inlines dex2oat flagAlex Light
2021-04-12Remove option CreateTypeLookupTable.Nicolas Geoffray
2021-04-08Validate vdex checksums during dex2oat compilation am: 92a7857854 am: bb08a36...Calin Juravle
2021-04-08Validate vdex checksums during dex2oat compilationCalin Juravle
2021-04-06Add logs for bad .dm input in dex2oatCalin Juravle
2021-03-31dex2oat: Do not crash on InitializeClass() exceptions.Vladimir Marko
2021-03-30Abort transaction when Class.forName() fails.Vladimir Marko
2021-03-29Remove '&' class loader context.Nicolas Geoffray
2021-03-25Revamp vdex format for better extensibility.Nicolas Geoffray
2021-03-25Fix UnstartedRunime leaking local reference.Vladimir Marko
2021-03-22Explictly pass VerifierDeps when asking for class verification.Nicolas Geoffray