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
/
find_loops_test.cc
Age
Commit message (
Expand
)
Author
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-07
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2014-12-02
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-09-10
Fix misuse of ArenaAllocator.
Nicolas Geoffray
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray