index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator.h
Age
Commit message (
Expand
)
Author
2024-05-23
Fix class status check in `InitializeClassVisitor`.
Vladimir Marko
2024-04-29
Revert^2 "Fast-path for `HInstanceOf`/`kInterfaceCheck`."
Vladimír Marko
2024-04-25
Revert "Fast-path for `HInstanceOf`/`kInterfaceCheck`."
Matt Wettlaufer
2024-04-25
Fast-path for `HInstanceOf`/`kInterfaceCheck`.
Vladimir Marko
2024-04-22
Optimizing: Treat app image objects as non-movable.
Vladimir Marko
2024-04-16
Rename `.data.bimg.rel.ro` to `.data.img.rel.ro`.
Vladimir Marko
2024-04-11
Revert "x86_64: Add JIT support for LoadMethodType."
Nicolas Geoffray
2024-04-11
x86_64: Add JIT support for LoadMethodType.
Almaz Mingaleev
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-03-08
Pass only shorty to `ArtQuickJniCompileMethod()`.
Vladimir Marko
2024-02-05
Make sure the frame size isn't unreasonably large when compiling
Santiago Aboy Solanes
2024-01-29
Revert^7 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-24
Revert^6 "Disable write-barrier elimination pass"
Matthew Reynolds
2024-01-24
Revert^5 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-22
Revert^4 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-22
Revert^3 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-19
Revert^2 "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2024-01-19
Revert "Disable write-barrier elimination pass"
Santiago Aboy Solanes
2023-12-13
riscv64: Clean up the `SystemArrayCopy` intrinsic.
Vladimir Marko
2023-10-30
Replace `gUseReadBarrier` with compiler option in compiler.
Vladimir Marko
2023-10-17
riscv64: Implement `CriticalNativeAbiFixupRiscv64`.
Vladimir Marko
2023-06-27
Clean up `ComputeRegisterMask()`.
Vladimir Marko
2023-06-26
Move GcRoot JIT patching logic to its own file for arm64.
Nicolas Geoffray
2023-06-21
Remove CodeAllocator and the extra copy of generated code.
Nicolas Geoffray
2023-06-13
Move CodeGenerationData into its own header file.
Nicolas Geoffray
2023-05-16
Fix libart-compiler ReadBarrier flag init order
Dmitrii Ishcheikin
2023-04-27
Optimizing: Add `HInstruction::As##type()`.
Vladimir Marko
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2023-04-04
Inline unimplemented intrinsics
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
Vladimír Marko
2022-09-14
Add a IsInitialized check in AOT code with clinit at entry checks.
Nicolas Geoffray
2022-09-08
Reland "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Revert "Add an environment to the beginning of catch blocks"
Santiago Aboy Solanes
2022-09-06
Add an environment to the beginning of catch blocks
Santiago Aboy Solanes
2022-08-11
Reland "Add clinit checks at entry for some boot image methods."
Nicolas Geoffray
2022-08-10
Convert kUseReadBarrier to static const from constexpr
Lokesh Gidra
2022-07-12
Revert "Add clinit checks at entry for some boot image methods."
Nicolas Geoffray
2022-07-08
Add clinit checks at entry for some boot image methods.
Nicolas Geoffray
2022-04-28
Reland "Update how deoptimization from runtime methods is supported"
Mythri Alle
2022-04-22
Revert "Update how deoptimization from runtime methods is supported"
Mythri Alle
2022-04-22
Update how deoptimization from runtime methods is supported
Mythri Alle
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2021-09-14
Remove entry SuspendCheck for methods which only call on the slow path
Santiago Aboy Solanes
2021-06-03
Factor out arch-independent ScaleFactor definition.
Ulya Trafimovich
2021-01-08
arm64: Implement VarHandle intrinsics for byte array views.
Vladimir Marko
2020-10-29
Refactor Integer.valueOf() intrinsic implementation.
Vladimir Marko
2020-10-07
Change interface conflict stub to take the interface method.
Nicolas Geoffray
2020-08-03
Check if VarHandle access mode is supported.
Andra Danciu
2020-06-22
Optimizing: Introduce {Increase,Decrease}Frame().
Vladimir Marko
[next]