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
/
graph_checker.h
Age
Commit message (
Expand
)
Author
2015-11-06
ART: Fix simplification of catch blocks in the presence of dead code
David Brazdil
2015-10-12
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-07-15
ART: Build SSA form when try/catch is present
David Brazdil
2015-06-29
Revert "Revert "Do not update the type of something we already know.""
Nicolas Geoffray
2015-06-29
Revert "Do not update the type of something we already know."
Calin Juravle
2015-06-29
Do not update the type of something we already know.
Nicolas Geoffray
2015-06-26
Revert "Revert "ART: Implement try/catch blocks in Builder""
David Brazdil
2015-06-26
Revert "ART: Implement try/catch blocks in Builder"
David Brazdil
2015-06-25
ART: Implement try/catch blocks in Builder
David Brazdil
2015-04-24
[optimizing] Rename HasArrayAccesses and check it
Mark Mendell
2015-04-24
Ensure inlined static calls perform clinit checks in Optimizing.
Roland Levillain
2015-04-16
Merge "Remove duplicates phis created during SSA transformation"
Calin Juravle
2015-04-16
Remove duplicates phis created during SSA transformation
Calin Juravle
2015-04-16
ART: Remove DCHECKs for boolean type
David Brazdil
2015-03-26
ART: Force constants into the entry block
David Brazdil
2015-01-21
Improve error messages in art::GraphChecker and art::SSAChecker
Roland Levillain
2015-01-19
Constant fold after inlining.
Nicolas Geoffray
2014-12-17
Fix ids and remove invoke when inlining.
Nicolas Geoffray
2014-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-07
ART: Use std::vector in GraphChecker
Andreas Gampe
2014-10-22
Tidy up logging.
Ian Rogers
2014-10-17
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-14
Implement default traversals in CFG & SSA graph checkers.
Roland Levillain
2014-10-01
Revert "Introduce a class to implement optimization passes."
Nicolas Geoffray
2014-10-01
Introduce a class to implement optimization passes.
Roland Levillain
2014-09-22
Add loop- and phi-related checks in the optimizing compiler.
Roland Levillain
2014-09-17
Add CFG and SSA form checkers in the optimizing compiler.
Roland Levillain