summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/gvn.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Faster implementation of GVN's hash tableDavid Brazdil2015-03-171-129/+210
* Opt compiler: enhance gvn for commutative ops.Mingyao Yang2015-03-031-0/+9
* Optimizing: Remove redundant hash set copy in GVNDavid Brazdil2015-02-231-1/+1
* Move code around and address growable_array comment.Nicolas Geoffray2015-01-261-48/+222
* Introduce a SideEffectsAnalysis class.Nicolas Geoffray2015-01-261-17/+17
* Fix a bug in GVN.Nicolas Geoffray2014-11-281-70/+28
* ART: More warningsAndreas Gampe2014-11-041-2/+3
* First optimization in new compiler: simple GVN.Nicolas Geoffray2014-09-191-0/+186