index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dex2oat
/
driver
Age
Commit message (
Expand
)
Author
2025-02-19
dex2oat: Faster .bss and *.rel.ro data collection.
Vladimir Marko
2025-02-19
dex2oat: Change reported data for `--dump-timings`.
Vladimir Marko
2025-02-17
Refactor `ArtMethod` entrypoint initialization.
Vladimir Marko
2025-02-07
Use `ClassAccessor::GetViewDescriptor()` more.
Vladimir Marko
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-11-05
Rename ResolveMethodWithoutInvokeType and use it more.
Nicolas Geoffray
2024-07-29
Startup methods should be compiled for non-low RAM devices
zhaoxuyang.6
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-06-13
Use C++20 `string{,_view}::{starts,ends}_with()`, part 1.
Vladimir Marko
2024-06-12
Reland "Rewrite how we identify hot methods."
Nicolas Geoffray
2024-05-23
Fix class status check in `InitializeClassVisitor`.
Vladimir Marko
2024-05-17
Move transaction records from `Runtime` to `AotClassLinker`.
Vladimir Marko
2024-05-16
Don't fail fast verification if one class fails.
Nicolas Geoffray
2024-05-06
Fix app image class pruning in `CompilerDriver`.
Vladimir Marko
2024-05-03
Clean up `Transaction` use in switch interpreter.
Vladimir Marko
2024-05-02
Clean up `SkipClass()` in `CompilerDriver()`.
Vladimir Marko
2024-04-24
Don't resolve dex files eagerly for verify single thread
Santiago Aboy Solanes
2024-04-19
Apply `CompilerDriver::LoadImageClasses()` to app images.
Vladimir Marko
2024-04-12
Speed up FastVerify by resolving the dex files
Santiago Aboy Solanes
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-03-26
Remove unused dex_file field from ParallelCompilationManager
Santiago Aboy Solanes
2024-03-21
Reuse boot JNI stub for native methods (reland).
hangl
2024-03-11
Revert^2 "Remove Compiler::Kind"
Santiago Aboy Solanes
2024-03-08
Revert "Reuse boot JNI stub for native methods"
Nicolas Geoffray
2024-03-07
Revert "Remove Compiler::Kind"
Vaibhav Devmurari
2024-03-07
Remove Compiler::Kind
Santiago Aboy Solanes
2024-03-07
Reuse boot JNI stub for native methods
hangl
2024-02-20
riscv64: Enable some gtests.
Vladimir Marko
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-02
Refactoring of ThreadPool
Nicolas Geoffray
2023-08-17
Make MUSL dex2oat binary at par with BIONIC dex2oat binary
Prashant Dubey
2023-07-14
Clean up ART intrinsics.
Vladimir Marko
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-05-04
Reland "Support FastVerify with speed-profile."
Nicolas Geoffray
2023-05-03
Revert "Support FastVerify with speed-profile."
Santiago Aboy Solanes
2023-05-03
Support FastVerify with speed-profile.
Nicolas Geoffray
2023-05-02
riscv64: disable gtests for unsupported components.
Ulya Trafimovich
2023-03-17
Only special case boot image extension for class initialization.
Nicolas Geoffray
2023-03-16
Revert^4 "Add the mainline framework boot image extensio...
Jiakai Zhang
2023-01-19
Also keep classes with static fields when generating an image.
Nicolas Geoffray
2022-12-02
Remove class root duplicates from well known classes.
Vladimir Marko
2022-11-29
Change well known class loader methods to `ArtMethod*`.
Vladimir Marko
2022-11-24
Add helpers for classes from well known fields/methods.
Vladimir Marko
2022-11-14
Don't assume the class has never been looked at in FastVerify.
Nicolas Geoffray
2022-11-09
Clean up decoding well-known classes.
Vladimir Marko
2022-10-18
Reland "Change well known `ClassLoader` fields to `ArtField*`."
VladimĂr Marko
2022-10-13
Refactor and cleanup DexCache.
Nicolas Geoffray
2022-10-10
ART: Move `CompiledMethod{,-Storage}` to dex2oat/.
Vladimir Marko
[next]