summaryrefslogtreecommitdiffstats
path: root/compiler/dex/global_value_numbering_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+2
* Clean up post-opt passes, perform only those we need.Vladimir Marko2014-12-191-1/+0
* Merge "ART: Add div-zero check elimination to LVN/GVN"Vladimir Marko2014-11-241-0/+43
|\
| * ART: Add div-zero check elimination to LVN/GVNRazvan A Lupusoru2014-11-221-0/+43
* | Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-97/+106
|/
* Rewrite class initialization check elimination.Vladimir Marko2014-10-271-1/+2
* Quick: Fix wide Phi detection in GVN, clean up INVOKEs.Vladimir Marko2014-10-231-0/+94
* Quick: In GVN, apply modifications early if outside loop.Vladimir Marko2014-10-171-4/+3
* ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-1/+1
* Deprecate GrowableArray, use ArenaVector instead.Vladimir Marko2014-09-231-39/+26
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-0/+4
* Reduce time and memory usage of GVN.Vladimir Marko2014-07-311-1/+14
* Rewrite topological sort order and improve GVN.Vladimir Marko2014-07-231-22/+23
* Fix GVN to handle normal paths leading to catch entry.Vladimir Marko2014-07-171-0/+24
* Global Value Numbering.Vladimir Marko2014-07-101-0/+2093