index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dex2oat
Age
Commit message (
Expand
)
Author
2025-03-20
Move more path logic for tests to testing.cc, so it can be used without
Martin Stjernholm
2025-03-18
Remove workaround for arm32 Linux 3.4 kernels.
Elliott Hughes
2025-03-12
Fix string truncation for oat key value store.
Jiakai Zhang
2025-03-11
Ensure oat checksum determinism across hosts and devices.
Jiakai Zhang
2025-02-19
[Sim] Add a restricted mode setup
Chris Jones
2025-02-19
dex2oat: Faster .bss and *.rel.ro data collection.
Vladimir Marko
2025-02-19
Move some utils from `compiler/` to `dex2oat/`.
Vladimir Marko
2025-02-19
dex2oat: Change reported data for `--dump-timings`.
Vladimir Marko
2025-02-18
Do not inline a method that was marked as un-compilable.
Nicolas Geoffray
2025-02-18
Support loading an ELF file from a zip file.
Jiakai Zhang
2025-02-17
Refactor `ArtMethod` entrypoint initialization.
Vladimir Marko
2025-02-14
Refactor ElfFile.
Jiakai Zhang
2025-02-14
Refactor OatFileAssistant - Step 2.
Jiakai Zhang
2025-02-14
Fix deallocation of OatHeader.
Nicolas Geoffray
2025-02-11
Remove more dead code for ELF file.
Jiakai Zhang
2025-02-11
Remove dead code for ELF file.
Jiakai Zhang
2025-02-11
Fix memory leak when deallocating OatWriter.
Nicolas Geoffray
2025-02-07
Use `ClassAccessor::GetViewDescriptor()` more.
Vladimir Marko
2025-01-30
Move dynamic sections to start of OAT file.
Konstantin Baladurin
2025-01-30
Reduce alignment for .rodata section in OAT files
Richard Neill
2025-01-24
Revert "Manually initialize WellKnownClasses required by tests."
Nicolas Geoffray
2025-01-23
Manually initialize WellKnownClasses required by tests.
Nicolas Geoffray
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2025-01-07
verifier: Speed up `ComputeWidthsAndCountOps()`.
Vladimir Marko
2024-12-10
Replace the limited libcrypto_for_art with libcrypto_static.
Martin Stjernholm
2024-12-09
Revert^2 "arm64: Store resolved MethodType-s in .bss."
Almaz Mingaleev
2024-11-25
Revert "arm64: Store resolved MethodType-s in .bss."
Almaz Mingaleev
2024-11-21
Order oat methods by startup
Jared Duke
2024-11-14
Run exception catch callbacks after the dex pc moved callbacks
Mythri Alle
2024-11-13
Explicitly use implementations where necessary for modules in the same apex
Colin Cross
2024-11-11
Consolidate the use of some constants.
Jiakai Zhang
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-11-07
Fix use-after-free in dex2oat mini-debug-info compression.
David Srbecky
2024-11-06
arm64: Store resolved MethodType-s in .bss.
Almaz Mingaleev
2024-11-05
Rename ResolveMethodWithoutInvokeType and use it more.
Nicolas Geoffray
2024-11-05
Use .data.img.rel.ro for app image methods.
Vladimir Marko
2024-11-01
Temporarily disable failing gtests on riscv64.
Ulya Trofimovich
2024-10-31
Remove dependencies on the 1-variant fallback
Cole Faust
2024-10-29
Reland "verifier: Cache types by type index."
Vladimír Marko
2024-10-25
Revert "verifier: Cache types by type index."
Vladimír Marko
2024-10-25
verifier: Cache types by type index.
Vladimir Marko
2024-10-18
Don't crash when generating image for nonexistent dex files.
Ulya Trafimovich
2024-10-17
Share `RegTypeCache` for all methods in a `Class`.
Vladimir Marko
2024-10-08
Load app image without holding the mutator lock.
Vladimir Marko
2024-10-07
Fix `VerificationResults` use in `OatWriter`.
Vladimir Marko
2024-09-26
Add `art_boot_images` as required dep of some ART tests
Spandan Das
2024-09-23
Remove the shared dex data handling from oat_writer.
Martin Stjernholm
2024-09-09
Make dex2oats visible to //tools/vendor/google_prebuilts/arc.
Wei Li
2024-09-02
Fix the watchdog test that may kill dex2oat with SIGABRT.
Martin Stjernholm
2024-08-31
Package ART gtest `art_standalone_dex2oat_cts_tests` in ART MTS.
Roland Levillain
[next]