index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
instruction_builder.cc
Age
Commit message (
Expand
)
Author
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
2020-08-26
Revert^2 "X86: VarHandle.get() for reference type static fields."
Andra Danciu
2020-08-25
Revert "X86: VarHandle.get() for reference type static fields."
Andra Danciu
2020-08-24
X86: VarHandle.get() for reference type static fields.
Andra Danciu
2020-08-24
Optimizing: Fix weak method access check.
Vladimir Marko
2020-08-18
Optimizing: Fix weak field access check.
Vladimir Marko
2020-08-10
ARM: Allow FP args in core regs for @CriticalNative.
Vladimir Marko
2020-07-24
Prepare compiler for adding VarHandle support.
Andra Danciu
2020-06-19
Direct calls to @CriticalNative methods.
Vladimir Marko
2020-06-18
Handle unresolved field type in compiler.
Nicolas Geoffray
2020-05-20
Add compiler type to CompilerOptions.
Vladimir Marko
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2020-04-17
Optimizing: Construct intrinsic HIR in builder.
Vladimir Marko
2020-04-09
Small cleanup in InstructionBuilder.
Vladimir Marko
2020-04-09
Add more DCHECKs to investigate build bot failure.
Nicolas Geoffray
2020-04-02
DCHECK to ensure processing instruction doesn't leave an exception.
Nicolas Geoffray
2020-03-26
Add more debugging info around ResolveField.
Nicolas Geoffray
2020-02-17
Prevent entering IMT conflict trampoline with j.l.Object methods.
Nicolas Geoffray
2020-01-20
Update InstructionBuilder's IsInBootImage for boot image extension.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-07-15
ART: Introduce stackmap with no DexRegInfo.
Artem Serov
2019-06-28
Revert "Revert "Make the JIT zygote memory shared.""
Nicolas Geoffray
2019-06-26
Revert "Make the JIT zygote memory shared."
Nicolas Geoffray
2019-06-26
Make the JIT zygote memory shared.
Nicolas Geoffray
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-21
ART: Some iwyu for logging.h
Andreas Gampe
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
[next]