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.cc
Age
Commit message (
Expand
)
Author
2024-03-08
Pass only shorty to `ArtQuickJniCompileMethod()`.
Vladimir Marko
2024-01-30
Reland^2 "Run optimizations with baseline compilation."
Nicolas Geoffray
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
2024-01-03
Revert^2 "x86_64: Store resolved MethodType-s in .bss."
Almaz Mingaleev
2023-12-15
Revert "x86_64: Store resolved MethodType-s in .bss."
Almaz Mingaleev
2023-12-15
x86_64: Store resolved MethodType-s in .bss.
Almaz Mingaleev
2023-12-13
riscv64: Clean up the `SystemArrayCopy` intrinsic.
Vladimir Marko
2023-12-07
Fix "the the" typos in the compiler.
Vladimir Marko
2023-12-06
Remove partial LSE
Santiago Aboy Solanes
2023-10-30
Replace `gUseReadBarrier` with compiler option in compiler.
Vladimir Marko
2023-09-08
Remove some obsolete TODO comments, fix indentation.
Vladimir Marko
2023-08-30
Move HasShouldDeoptimizeFlag from method header to CodeInfo.
David Srbecky
2023-06-28
RISCV: Define Registers for RISCV in Codegen
Lifang Xia
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-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
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
2023-02-21
riscv64: add initial support for ART.
Ulya Trafimovich
2023-02-03
riscv64: add missing UNUSED annotations.
Ulya Trafimovich
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-10-07
Runtime implementation of try catch inlining
Santiago Aboy Solanes
2022-10-03
Refactor Thumb2 entrypoint adjustment handling.
Vladimir Marko
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-10
Convert kUseReadBarrier to static const from constexpr
Lokesh Gidra
2022-08-09
Rename HNativeDebugInfo to HNop
Santiago Aboy Solanes
2022-07-14
Reland "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-13
Revert "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-12
Introduce a flag to check if JITed code has instrumentation support
Mythri Alle
2022-06-08
Revert^2 "ART: Removes SuspendCheck for plain
Stelios Ioannou
2021-11-29
Simplify hotness count in baseline compiled code.
Nicolas Geoffray
2021-11-09
Inline across dex files for compiler options' non-BCP methods
Santiago Aboy Solanes
2021-09-29
Revert "ART: Removes SuspendCheck for plain loops with a low trip count."
Nicolas Geoffray
2021-09-14
Remove entry SuspendCheck for methods which only call on the slow path
Santiago Aboy Solanes
2021-09-13
ART: Removes SuspendCheck for plain loops with a low trip count.
Stelios Ioannou
2021-09-13
Update code to fix two unused variable warnings.
Nicolas Geoffray
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-06-03
Factor out arch-independent ScaleFactor definition.
Ulya Trafimovich
2021-03-05
Add code size to CodeInfo.
David Srbecky
2021-01-25
Revert^4 "Partial Load Store Elimination"
Alex Light
[next]