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
/
scheduler_arm.cc
Age
Commit message (
Expand
)
Author
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
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2021-01-25
Revert^4 "Partial Load Store Elimination"
Alex Light
2021-01-24
Revert "Revert^2 "Partial Load Store Elimination""
Nicolas Geoffray
2021-01-22
Revert^2 "Partial Load Store Elimination"
Alex Light
2021-01-22
Revert "Partial Load Store Elimination"
Nicolas Geoffray
2021-01-21
Partial Load Store Elimination
Alex Light
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-02
Fix braino in scheduler_arm.cc
Nicolas Geoffray
2018-01-08
ARM: Replace arm::SetCc with vixl32::FlagsUpdate.
Vladimir Marko
2017-10-03
ART: Introduce Uint8 compiler data type.
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-04
ART: Fix up small header includes
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-24
Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings."
Treehugger Robot
2017-07-21
Improve SchedulingLatencyVisitorARM on HCondition latency settings.
xueliang.zhong
2017-07-18
ARM: VIXL32: Merge (un)signed extensions and integer additions
Anton Kirilov
2017-06-07
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
Vladimir Marko
2017-06-06
ARM64: SIMD instruction scheduling.
Artem Serov
2017-05-08
Instruction scheduling for ARM.
xueliang.zhong