summaryrefslogtreecommitdiffstats
path: root/compiler/dex/local_value_numbering.h
Commit message (Expand)AuthorAgeFilesLines
* Global Value Numbering.Vladimir Marko2014-07-101-166/+248
* Handle potential <clinit>() correctly in LVN.Vladimir Marko2014-07-091-0/+1
* Improve tracking of memory locations in LVN.Vladimir Marko2014-05-291-56/+145
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+4
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Clean up ScopedArenaAllocatorAdapter.Vladimir Marko2014-05-091-10/+7
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-19/+41
* Fix and rewrite local value numbering.Vladimir Marko2014-02-211-30/+86
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint readability/braces issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+143