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
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2024-07-23
Mark methods that failed compilation as kAccCompileDontBother
Mythri Alle
2024-06-12
Reland "Rewrite how we identify hot methods."
Nicolas Geoffray
2024-06-07
Revert "Rewrite how we identify hot methods."
Nicolas Geoffray
2024-06-03
Rewrite how we identify hot methods.
Nicolas Geoffray
2024-05-10
Revert "Workaround for b/336842546"
Nicolas Geoffray
2024-05-03
Workaround for b/336842546
Santiago Aboy Solanes
2024-04-04
Remove RegisterAllocator::Strategy
Santiago Aboy Solanes
2024-04-04
riscv64: Create InstructionSimplifierRiscv64, ShiftAdd
Anton Romanov
2024-03-14
Make sure there are no lone UNREACHABLEs
Santiago Aboy Solanes
2024-03-08
Pass only shorty to `ArtQuickJniCompileMethod()`.
Vladimir Marko
2024-02-13
Reland "Only compile optimized if it is useful."
Nicolas Geoffray
2024-02-09
Revert "Only compile optimized if it is useful."
Nicolas Geoffray
2024-02-08
Only compile optimized if it is useful.
Nicolas Geoffray
2024-02-05
Make sure the frame size isn't unreasonably large when compiling
Santiago Aboy Solanes
2024-01-30
Reland^2 "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-15
Revert "Restrict the use of ConstantFolding's VisitIf"
Santiago Aboy Solanes
2024-01-15
Revert "Reland "Run optimizations with baseline compilation.""
Nicolas Geoffray
2024-01-05
Reland "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-04
Revert "Run optimizations with baseline compilation."
Almaz Mingaleev
2024-01-03
Run optimizations with baseline compilation.
Nicolas Geoffray
2023-12-19
Reland "Move the construction of ProfilingInfo in the compiler."
Nicolas Geoffray
2023-12-15
Revert "Move the construction of ProfilingInfo in the compiler."
Javier Molina
2023-12-14
Move the construction of ProfilingInfo in the compiler.
Nicolas Geoffray
2023-10-30
Replace `gUseReadBarrier` with compiler option in compiler.
Vladimir Marko
2023-10-25
riscv64: Add a "GVN$after_arch" pass.
Vladimir Marko
2023-10-24
riscv64: Fix type conversions, enable codegen.
Vladimir Marko
2023-10-23
riscv64: Add entrypoints for unresolved fields.
Vladimir Marko
2023-10-19
riscv64: [codegen] Fix and enable InvokeCustom/-Polymorphic.
Vladimir Marko
2023-10-19
riscv64: Implement `art_quick_check_instance_of`...
Vladimir Marko
2023-10-19
Reland "riscv64: [codegen] Rewrite and enable Select."
VladimĂr Marko
2023-10-19
Revert "riscv64: [codegen] Rewrite and enable Select."
Sebastian Pickl
2023-10-19
riscv64: [codegen] Rewrite and enable Select.
Vladimir Marko
2023-10-17
riscv64: Implement `CriticalNativeAbiFixupRiscv64`.
Vladimir Marko
2023-10-13
riscv64: Implement allocation entrypoints.
Vladimir Marko
2023-10-12
riscv64: [codegen] Implement method entry/exit hooks.
Vladimir Marko
2023-10-11
riscv64: Implement `art_quick_aput_obj`.
Vladimir Marko
2023-10-02
riscv64: [codegen] Implement Baker read barriers.
Vladimir Marko
2023-09-08
riscv64: [codegen] Add VisitNullCheck
Vladimir Marko
2023-09-08
riscv64: Fix VisitMin/-Max for FP args.
Vladimir Marko
2023-09-06
riscv64: Enable Optimizing compiler for invokes.
Vladimir Marko
2023-08-30
Move HasShouldDeoptimizeFlag from method header to CodeInfo.
David Srbecky
2023-08-24
riscv64: Enable Optimizing compiler for more instructions.
Vladimir Marko
2023-07-27
riscv64: Enable Optimizing compiler for some methods.
Vladimir Marko
2023-07-07
Optimizing: Style cleanup, mostly for arrays.
Vladimir Marko
2023-07-04
Add check for read barriers in Checker
Stefano Cianciulli
2023-06-21
Remove CodeAllocator and the extra copy of generated code.
Nicolas Geoffray
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-05-16
Always use debuggable from compiler options when JITing
Mythri Alle
2023-04-19
Restrict the use of ConstantFolding's VisitIf
Santiago Aboy Solanes
[next]