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.cc
Age
Commit message (
Expand
)
Author
2015-10-12
Optimizing: Move GraphChecker memory allocations to arena.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-21
[optimizing] Add basic PackedSwitch support
Mark Mendell
2015-09-18
ART: Delete catch phis for undefined vregs.
David Brazdil
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
2015-09-08
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-08-19
ART: Refactor try/catch block info, store exception type
David Brazdil
2015-08-18
ART: Revert storing of exceptional predecessors
David Brazdil
2015-07-30
ART: Store and check exceptional predecessors
David Brazdil
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-05-12
Revert "Add new rule to the graph checker."
Calin Juravle
2015-05-11
Add new rule to the graph checker.
Calin Juravle
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-07
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-01
Update the remaining input index of phis after deleting an input.
Nicolas Geoffray
2015-04-24
[optimizing] Rename HasArrayAccesses and check it
Mark Mendell
2015-04-24
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
Roland Levillain
2015-04-24
Ensure inlined static calls perform clinit checks in Optimizing.
Roland Levillain
2015-04-24
ART: Dead block removal
David Brazdil
2015-04-22
ART: Update last_instruction when adding Phis
David Brazdil
2015-04-21
ART: Update loop info of all nested loops when inlining
David Brazdil
2015-04-20
ART: Extend list of instructions accepted as boolean inputs
David Brazdil
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-03-24
ART: Boolean simplifier
David Brazdil
2015-03-10
Make the SSA builder honor the debuggable flag.
Nicolas Geoffray
2015-02-23
Optimizing: Speed up HInstruction use removal
David Brazdil
2015-02-19
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-03
Inline methods with multiple blocks.
Nicolas Geoffray
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-21
Improve error messages in art::GraphChecker and art::SSAChecker
Roland Levillain
2015-01-19
Ensure HCondition nodes on objects are either HEqual or HNotEqual
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-17
Have HInstruction::StrictlyDominates compute strict dominance.
Roland Levillain
[next]