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
/
intrinsics.cc
Age
Commit message (
Expand
)
Author
2025-02-28
Remove `HInstruction::GetAllocator()`.
Vladimir Marko
2025-01-23
Address comments from aosp/3457760.
Nicolas Geoffray
2025-01-21
Add new WellKnownClasses fields to avoid harcoded constants.
Nicolas Geoffray
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2024-10-07
Reland "Calculate the number of out vregs."
Vladimír Marko
2024-09-30
Revert^5 "Object.clone() allocates more movable objects"
Nicolas Geoffray
2024-09-26
Revert^4 "Object.clone() allocates more movable objects"
Hans Boehm
2024-09-03
Revert^3 "Object.clone() allocates more movable objects"
Pechetty Sravani (xWF)
2024-08-30
Revert^2 "Object.clone() allocates more movable objects"
Hans Boehm
2024-08-21
Revert "Calculate the number of out vregs."
Vladimír Marko
2024-08-19
Revert "Object.clone() allocates more movable objects"
Hans Boehm
2024-08-14
Object.clone() allocates more movable objects
Hans Boehm
2024-08-13
Calculate the number of out vregs.
Vladimir Marko
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-11-22
Address review comments.
Nicolas Geoffray
2023-11-21
Implement Short/Byte/Character.valueOf intrinsics.
Nicolas Geoffray
2023-11-20
Clean up after putting boxed caches to boot image.
Vladimir Marko
2023-11-17
Put all cached boxed values into boot_image_live_objects.
Nicolas Geoffray
2023-11-16
Harcode IntegerCache range.
Nicolas Geoffray
2023-11-10
Introduce boxed primitive caches in WellKnownClasses.
Nicolas Geoffray
2023-10-30
Replace `gUseReadBarrier` with compiler option in compiler.
Vladimir Marko
2023-10-17
riscv64: Implement `CriticalNativeAbiFixupRiscv64`.
Vladimir Marko
2023-07-14
Clean up ART intrinsics.
Vladimir Marko
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-06
Clean up creating constant locations.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
Vladimír Marko
2022-08-10
Convert kUseReadBarrier to static const from constexpr
Lokesh Gidra
2022-02-25
Initialize intrinsics in dex2oat.
Nicolas Geoffray
2021-02-05
Implement Reference.refersTo() intrinsic.
Vladimir Marko
2020-11-04
Implement Reference.getReferent() intrinsic.
Vladimir Marko
2020-10-29
Refactor Integer.valueOf() intrinsic implementation.
Vladimir Marko
2020-05-20
Add compiler type to CompilerOptions.
Vladimir Marko
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-04-09
Fix AssertNonMovableStringClass().
Vladimir Marko
2019-02-05
Merge "Check that the String class is not movable in String.equals intrinsics."
Roland Levillain
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-28
Remove need for intrinsic recognizer to be a pass.
Nicolas Geoffray
2018-09-07
Check that the String class is not movable in String.equals intrinsics.
Roland Levillain
2018-06-29
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-21
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-06-11
Merge "ART: Adds an entrypoint for invoke-custom"
Treehugger Robot
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-06-07
Keep objects for Integer.valueOf() intrinsic alive.
Vladimir Marko
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-01-24
Move missed files to libdexfile
David Sehr
[next]