summaryrefslogtreecommitdiffstats
path: root/compiler/dex/global_value_numbering.h
Commit message (Expand)AuthorAgeFilesLines
* Quick: Fix optimizations for empty if blocks.Vladimir Marko2015-06-191-1/+3
* Quick: Eliminate check-cast guaranteed by instance-of.Vladimir Marko2015-03-181-0/+3
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* Dead code elimination based on GVN results.Vladimir Marko2015-02-171-25/+24
* Clean up Scoped-/ArenaAlocator array allocations.Vladimir Marko2015-02-131-2/+1
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+5
* Merge "ART: Add div-zero check elimination to LVN/GVN"Vladimir Marko2014-11-241-0/+2
|\
| * ART: Add div-zero check elimination to LVN/GVNRazvan A Lupusoru2014-11-221-0/+2
* | Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-27/+47
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-21/+18
* Quick: Fix wide Phi detection in GVN, clean up INVOKEs.Vladimir Marko2014-10-231-0/+14
* Quick: In GVN, apply modifications early if outside loop.Vladimir Marko2014-10-171-6/+22
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-3/+3
* Improve GVN performance when merging null-checked values.Vladimir Marko2014-08-191-1/+1
* Reduce time and memory usage of GVN.Vladimir Marko2014-07-311-2/+3
* Rewrite topological sort order and improve GVN.Vladimir Marko2014-07-231-6/+12
* Global Value Numbering.Vladimir Marko2014-07-101-0/+239