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
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
2018-07-27
Remove frame info from OatQuickMethodHeader.
David Srbecky
2018-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move dex_files_for_oat_file_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move image_classes_ to CompilerOptions.
Vladimir Marko
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-06-20
ART: Ensure OatQuickMethodHeader is trivially copyable
Andreas Gampe
2018-05-23
ObjPtr<>-ify tests using ClassLinker::FindClass().
Vladimir Marko
2018-04-13
ART: Remove support for compiled-methods and compiled-classes
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-21
Remove duplication, split tests
David Sehr
[next]