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
/
pretty_printer_test.cc
Age
Commit message (
Expand
)
Author
2023-02-13
Don't run ReferenceTypePropagation without a Thread
Santiago Aboy Solanes
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
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-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
Build dominator tree before generating HInstructions
David Brazdil
2016-03-23
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-02-19
Move arenas into runtime
Mathieu Chartier
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-02-02
Fix broken gtests after SuspendCheck optimization
David Brazdil
2014-09-16
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-05-16
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-10
Add register support to the optimizing compiler.
Nicolas Geoffray
2014-02-26
Add conditional branches, and build dominator tree.
Nicolas Geoffray
2014-02-19
Re-apply: Initial check-in of an optimizing compiler.
Nicolas Geoffray
2014-02-19
Revert "Initial check-in of an optimizing compiler."
Nicolas Geoffray
2014-02-19
Initial check-in of an optimizing compiler.
Nicolas Geoffray