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
/
parallel_move_resolver.cc
Age
Commit message (
Expand
)
Author
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2016-01-19
Fix various typos in ART's comments and string literals.
Roland Levillain
2016-01-08
ARM Baker's read barrier fast path implementation.
Roland Levillain
2015-12-17
Fix braino in parallel move resolver.
Nicolas Geoffray
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-29
Optimizing: Tag arena allocations in code generators.
Vladimir Marko
2015-07-28
Parallel Move Resolver: Perform Stack/Stack first
Mark Mendell
2015-04-17
Opt compiler: Implement parallel move resolver without using swap.
Zheng Xu
2015-04-16
Merge "Revert "[optimizing] Improve x86 parallel moves/swaps""
Calin Juravle
2015-04-15
Revert "[optimizing] Improve x86 parallel moves/swaps"
Guillaume Sanchez
2015-04-15
Type MoveOperands.
Nicolas Geoffray
2015-04-10
[optimizing] Improve x86 parallel moves/swaps
Mark Mendell
2015-03-31
Fix wrong assumptions about ParallelMove.
Nicolas Geoffray
2015-02-10
Improve ParallelMoveResolver to work with pairs.
Nicolas Geoffray
2015-01-16
Do not use register pair in a parallel move.
Nicolas Geoffray
2015-01-14
Remove constant moves after emitting them in parallel resolver.
Nicolas Geoffray
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-09
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-06-12
Enable the register allocator on ARM.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-05-23
Import Dart's parallel move resolver.
Nicolas Geoffray