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
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
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-09
Rename HNativeDebugInfo to HNop
Santiago Aboy Solanes
2022-03-09
Optimizing: Do not resolve field type for `get` opcodes.
Vladimir Marko
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2022-02-01
Introduce FindSuperMethodToCall to find the target of a super call.
Nicolas Geoffray
2021-12-06
x86_64: Implement VarHandle.getAnd* for arrays and byte array views.
Ulya Trafimovich
2021-11-09
Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
Mythri Alle
2021-11-01
Revert "Add support for calling entry / exit hooks directly from JIT code"
Mythri Alle
2021-11-01
Add support for calling entry / exit hooks directly from JIT code
Mythri Alle
2021-09-24
Copying sun.misc.Unsafe to jdk.internal.misc
Sorin Basca
2021-08-31
Revert^2 "Compile time null checks for VarHandle intrinsics."
Ulyana Trafimovich
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-03-27
Remove QUICK bytecodes.
David Srbecky
2021-03-23
Remove Vdex::GetQuickenedInfoOf and all its users.
Nicolas Geoffray
2021-01-21
Reland "Improve invokeinterface for nterp."
Nicolas Geoffray
2021-01-07
Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp.
Nicolas Geoffray
2021-01-06
Handle missing methods in compiler and nterp.
Nicolas Geoffray
2021-01-06
Use ResolveFieldJLS in compiler.
Nicolas Geoffray
2020-10-07
Change interface conflict stub to take the interface method.
Nicolas Geoffray
2020-09-28
Improve codegen for referrer's class...
Vladimir Marko
2020-09-25
Move the resolved_method_reference to HInvoke.
Nicolas Geoffray
2020-09-24
Don't store copied methods in BSS.
Nicolas Geoffray
2020-09-23
Move MethodLoadKind out of HInvokeStaticOrDirect.
Nicolas Geoffray
2020-09-22
X86: Add the other get VarHandles (getVolatile, getAcquire, getOpaque)
Andra Danciu
2020-09-11
Handle more cases of super calls in the compiler.
Nicolas Geoffray
2020-09-08
Pass a full MethodReference of the invoke in HInvoke nodes.
Nicolas Geoffray
2020-09-07
Do not build intrinsic graph for signature polymorphic methods.
Vladimir Marko
2020-09-07
X86: Implement VarHandle.set() for fields.
Andra Danciu
2020-09-02
X86: Extend VarHandle.get() to work with instance fields.
Andra Danciu
2020-08-28
X86: Replace VarHandle.get() return type check with CheckCast node
Andra Danciu
2020-08-27
Optimizing: Improve generated code for HLoadClass...
Vladimir Marko
2020-08-27
Optimizing: Improve generated code for field access...
Vladimir Marko
[next]