summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/reference_type_propagation.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix in reference type propagationCalin Juravle2015-10-161-1/+3
* Do not create a HBoundType when the instruction is non-null.Nicolas Geoffray2015-07-021-0/+7
* Revert "Revert "Do not update the type of something we already know.""Nicolas Geoffray2015-06-291-0/+9
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* Remove ActAsNullConstantCalin Juravle2015-04-231-3/+3
* [optimzing] Fix codegen bug and improve type propagationCalin Juravle2015-04-211-36/+51
* ART: Simplify more bool operationsDavid Brazdil2015-04-201-12/+10
* [optimizing] Add if-context sensitivity for null popagation.Calin Juravle2015-02-241-2/+37
* Improve type propagation with if-contextsCalin Juravle2015-02-201-105/+178
* Reference type propagationCalin Juravle2015-02-191-4/+109
* Ensure the graph is correctly typed.Nicolas Geoffray2015-02-191-7/+9
* optimizing: NullCheck eliminationCalin Juravle2015-01-291-0/+94