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
/
instruction_builder.cc
Age
Commit message (
Expand
)
Author
2025-02-18
Only locking error and runtime throws should retrigger verification.
Nicolas Geoffray
2025-02-17
Optimizing: Speed up `HInstruction::Add{,Env}UseAt()`.
Vladimir Marko
2025-02-17
Optimizing: Do not crash on bad `filled-new-array` opcode.
Vladimir Marko
2025-02-14
verifier: Reject `filled-new-array/-range` with `[J`/`[D`.
Vladimir Marko
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2025-01-06
Handle invoke-virtual targeting invokeExact gracefully.
Almaz Mingaleev
2024-12-19
Add back a test that was missed from a previous CL.
Nicolas Geoffray
2024-11-28
Refactor ResolveMethod.
Nicolas Geoffray
2024-10-11
Refactor `HandleCache` out of `nodes.{h,cc}`.
Vladimir Marko
2024-10-11
Do not record dex PC in constant HIR.
Vladimir Marko
2024-10-07
Reland "Calculate the number of out vregs."
Vladimír Marko
2024-10-04
Reduce memory used by `HEnvironment`.
Vladimir Marko
2024-09-25
Revert^2 "Add VarHandle implementations for void getAndUpdate methods"
Santiago Aboy Solanes
2024-09-25
Revert "Add VarHandle implementations for void getAndUpdate methods"
Ulya Trofimovich
2024-09-24
Add VarHandle implementations for void getAndUpdate methods
Santiago Aboy Solanes
2024-09-24
x86_64: Handle invoke-static in invokeExact fast path.
Almaz Mingaleev
2024-09-13
riscv64: Add node Rol, fix InstructionBuilder
Anton Romanov
2024-09-11
Revert "riscv64: Add node Rol, fix InstructionBuilder"
Nicolas Geoffray
2024-09-10
riscv64: Add node Rol, fix InstructionBuilder
Anton Romanov
2024-09-02
cleanup: change Set/GetIntrinsic in ArtMethod to use Intrinsics
Santiago Aboy Solanes
2024-09-02
Address follow-up comments from aosp/2721077.
Almaz Mingaleev
2024-08-28
x86_64: Add instrinsic for MethodHandle::invokeExact...
Almaz Mingaleev
2024-08-21
Revert "Calculate the number of out vregs."
Vladimír Marko
2024-08-13
Calculate the number of out vregs.
Vladimir Marko
2024-07-02
Revert^4 "x86_64: Add JIT support for LoadMethodType."
Almaz Mingaleev
2024-06-24
Revert^3 "x86_64: Add JIT support for LoadMethodType."
Santiago Aboy Solanes
2024-06-21
Revert^2 "x86_64: Add JIT support for LoadMethodType."
Almaz Mingaleev
2024-06-21
Specify instruction format in `HInstructionBuilder`.
Vladimir Marko
2024-04-22
Optimizing: Treat app image objects as non-movable.
Vladimir Marko
2024-04-11
Revert "x86_64: Add JIT support for LoadMethodType."
Nicolas Geoffray
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-04-11
x86_64: Add JIT support for LoadMethodType.
Almaz Mingaleev
2024-03-25
Remove extra uses of ClearAllBits
Santiago Aboy Solanes
2024-02-14
Move `JitOptions` to its own file.
Vladimir Marko
2024-01-22
Create list of intrinsics with specialized HIR.
Vladimir Marko
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-03
Revert^2 "x86_64: Store resolved MethodType-s in .bss."
Almaz Mingaleev
2023-12-21
Revert "Use GetCurrentMethod to get the current method when tracing"
Nicolas Geoffray
2023-12-21
Use GetCurrentMethod to get the current method when tracing
Mythri Alle
2023-10-17
Add branch profiling in baseline compiler.
Nicolas Geoffray
2023-08-25
Enable intrinsic optimization for polymorphic intrinsics
Mythri Alle
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-27
Reland "Don't enable intrinsic optimizations in debuggable runtime""
Mythri Alle
2023-04-26
Remove unnecessary `HInstruction::As##type()` calls.
Vladimir Marko
2023-04-25
Revert "Don't enable intrinsic optimizations in debuggable runtime"
Mythri Alle
2023-04-25
Don't enable intrinsic optimizations in debuggable runtime
Mythri Alle
2022-11-08
Minor nterp improvements.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
Vladimír Marko
2022-10-04
Use ArtMethod::GetImtIndex to avoid recomputing the imt index.
Nicolas Geoffray
[next]