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
/
parallel_move_test.cc
Age
Commit message (
Expand
)
Author
2018-09-20
Revert^2 "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
Revert "ART: Refactor typedef to using"
Andreas Gampe
2018-09-19
ART: Refactor typedef to using
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-04-04
Separate Malloc and MemMap ArenaPools
David Sehr
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
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-04-17
Opt compiler: Implement parallel move resolver without using swap.
Zheng Xu
2015-04-15
Type MoveOperands.
Nicolas Geoffray
2015-03-31
Fix wrong assumptions about ParallelMove.
Nicolas Geoffray
2015-03-06
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
Alexandre Rames
2015-02-19
Move arenas into runtime
Mathieu Chartier
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-16
Remove test that is now invalid.
Nicolas Geoffray
2015-01-14
Remove constant moves after emitting them in parallel resolver.
Nicolas Geoffray
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-09
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-09-29
Fix a bug in the insertion of parallel move.
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