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_arm64.cc
Age
Commit message (
Expand
)
Author
2019-02-05
Merge "Check that the String class is not movable in String.equals intrinsics."
Roland Levillain
2019-01-08
ART: Replace 'auto' with actual types
Evgeny Astigeevich
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-19
ART: Add CRC32.updateByteBuffer intrinsic for ARM64
Evgeny Astigeevich
2018-12-18
ART: Optimize use of registers for CRC32.update intrinsic
Evgeny Astigeevich
2018-12-06
ART: Add CRC32.updateBytes intrinsic for ARM64
Evgeny Astigeevich
2018-11-02
ART: Add CRC32.udate(int,int) intrinsic for ARM64
xueliang.zhong
2018-09-07
Check that the String class is not movable in String.equals intrinsics.
Roland Levillain
2018-09-06
Revert "Fix String.equals() for moveable String.class."
Roland Levillain
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-14
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
Roland Levillain
2018-08-14
ARM64: Reimplement the UnsafeCASObject intrinsic.
Vladimir Marko
2018-08-10
ARM/ARM64: Introspection Baker RB for intrinsics.
Vladimir Marko
2018-06-29
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-21
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-03-29
Add reachabilityFence intrinsics
Hans Boehm
2018-03-07
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-01
Introduce ABS as HIR nodes.
Aart Bik
2018-01-22
ART: Add entrypoint and intrinsic for Math.pow().
Vladimir Marko
2017-11-08
Fix String.equals() for moveable String.class.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-19
ART: Remove heap poisoning from globals.h
Andreas Gampe
2017-08-29
Merge "ARM: Improve String.equals() intrinsic for const strings."
Treehugger Robot
2017-08-29
ARM64: Remove duplicate helper for intrinsic locations.
Vladimir Marko
2017-08-29
ARM: Improve String.equals() intrinsic for const strings.
Vladimir Marko
2017-08-24
Implement OneBit intrinsics for arm64.
Petre-Ionut Tudor
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-07-11
Introduce a Marking Register in ARM64 code generation.
Roland Levillain
2017-06-07
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
Vladimir Marko
2017-06-06
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-06-05
Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64""
Vladimir Marko
2017-06-02
Revert "ART: Reference.getReferent intrinsic for arm and arm64"
Vladimir Marko
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-05-16
No need to lock when calling Thread.interrupted.
Nicolas Geoffray
2017-05-05
Improve the implementation of UnsafeCASObject with Baker read barriers.
Roland Levillain
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-04-21
ART: Clean up art_method.h
Andreas Gampe
2017-04-18
Merge "Fix ARM64 SystemArrayCopy intrinsic with large constant dest position."
Roland Levillain
2017-04-18
Fix ARM64 SystemArrayCopy intrinsic with large constant dest position.
Roland Levillain
2017-04-12
ARM64: Use link-time generated thunks for Baker CC read barrier.
Vladimir Marko
2017-03-17
Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics.
Roland Levillain
2017-03-17
Refactor SystemArrayCopy intrinsics.
Roland Levillain
2017-03-14
ARM64: Fix lack of scratch registers in String.equals() intrinsic.
Vladimir Marko
2017-03-06
Revert "Revert "Use the holder's gray bit in Baker read barrier slow paths (A...
Roland Levillain
2017-03-06
Revert "Revert "Use the "GC is marking" information in compiler read barriers...
Roland Levillain
2017-03-01
Revert "Revert "Intrinsify Integer.valueOf.""
Nicolas Geoffray
2017-02-28
Revert "Intrinsify Integer.valueOf."
Nicolas Geoffray
2017-02-27
Intrinsify Integer.valueOf.
Nicolas Geoffray
[next]