index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
common_compiler_test.cc
Age
Commit message (
Expand
)
Author
2025-03-11
Remove memfd_create_compat().
Elliott Hughes
2025-02-19
Move some utils from `compiler/` to `dex2oat/`.
Vladimir Marko
2025-02-17
Refactor `ArtMethod` entrypoint initialization.
Vladimir Marko
2024-11-05
Rename ResolveMethodWithoutInvokeType and use it more.
Nicolas Geoffray
2024-10-15
Arm64: fix VecPredToBoolean code generation for SVE
Konstantin Baladurin
2024-06-18
Move `jni_stub_hash_map_test.cc` to `compiler/`.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-03-11
Revert^2 "Remove Compiler::Kind"
Santiago Aboy Solanes
2024-03-07
Revert "Remove Compiler::Kind"
Vaibhav Devmurari
2024-03-07
Remove Compiler::Kind
Santiago Aboy Solanes
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-12-27
Optimize access to gPageSize
Ruben Ayrapetyan
2023-11-30
Initialize gPageSize at runtime via sysconf
Ruben Ayrapetyan
2023-11-30
Use globals naming scheme for kPageSize etc.
Ruben Ayrapetyan
2023-11-02
Clean up `gUseReadBarrier` uses in JNI compiler.
Vladimir Marko
2023-10-30
Replace `gUseReadBarrier` with compiler option in compiler.
Vladimir Marko
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2022-11-18
Make remaining compiler/ symbols hidden.
Vladimir Marko
2022-10-10
ART: Fix missing space (cpplint error).
Vladimir Marko
2022-10-10
ART: Move `CompiledMethod{,-Storage}` to dex2oat/.
Vladimir Marko
2022-10-06
Remove `CompiledCode::CodePointer()`.
Vladimir Marko
2022-09-30
Move `VerificationResults` to dex2oat/.
Vladimir Marko
2022-09-29
Rename `GetInstructionSet{,Code}Alignment`.
Vladimir Marko
2022-09-28
Move ReflectionTest.StaticMainMethod to compiler/.
Vladimir Marko
2022-01-24
Reland "Use InitializeMethodsCode when we need to reinitialize a method entry...
Nicolas Geoffray
2022-01-14
Revert "Use InitializeMethodsCode when we need to reinitialize a method entry...
Nicolas Geoffray
2022-01-13
Use InitializeMethodsCode when we need to reinitialize a method entrypoint.
Nicolas Geoffray
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-03-09
Move code size from OatQuickMethodHeader to CodeInfo.
David Srbecky
2021-02-05
Use memfd_create_compat() in gtests.
Vladimir Marko
2021-02-03
Use mmap for compiled code for gtest.
Vladimir Marko
2021-02-01
Remove HWASan tag from method entrypoint in tests.
Vladimir Marko
2020-12-10
Make RTP::Visit robust against input order
Alex Light
2020-05-20
HWASan fixes for ART tests
David Srbecky
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2019-06-26
Retry cache flushes on ARMv7 devices
Orion Hodson
2019-03-06
Fix memory leak in CommonCompilerTest::CompileMethod().
Vladimir Marko
2019-03-05
Revert "Remove code size from OatQuickMethodHeader"
Nicolas Geoffray
2019-03-05
Refactor compiler tests around CompilerDriver.
Vladimir Marko
2019-02-14
Remove code size from OatQuickMethodHeader
David Srbecky
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-11-15
Rewrite image type in CompilerOptions.
Vladimir Marko
2018-11-08
Move profile compilation info to CompilerOptions.
Vladimir Marko
2018-10-30
Refactor MemMap::MapAnonymous().
Vladimir Marko
2018-09-07
ART: Simplify cache flush calls
Orion Hodson
2018-08-24
Add an overload for MemMap::MapAnonymous().
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
[next]