summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/stack_map_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Use variable encoding for StackMap.Nicolas Geoffray2015-03-311-3/+10
* Use unique location catalogs to encode Dex register maps.Roland Levillain2015-03-311-31/+129
* Share dex register maps between stack maps when possible.Calin Juravle2015-03-251-37/+132
* Compress the StackMaps.Nicolas Geoffray2015-03-201-12/+33
* StackMap: Always load and store unalign.Nicolas Geoffray2015-03-181-2/+2
* Update locations of registers after slow paths spilling.Nicolas Geoffray2015-03-161-151/+16
* [optimizing] Don't record None locations in the stack maps.Nicolas Geoffray2015-03-131-28/+193
* Align CodeInfo regions instead of their inner subregions.Roland Levillain2015-03-131-4/+5
* Fix the computation of the size of the stack maps region.Roland Levillain2015-03-131-5/+11
* Force word alignment of Dex register maps.Roland Levillain2015-03-121-4/+5
* Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-30/+47
* Display optimizing compiler's CodeInfo objects in oatdump.Roland Levillain2015-02-191-13/+18
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-1/+1
* ART: More warningsAndreas Gampe2014-11-041-14/+14
* Tidy ELF builder.Ian Rogers2014-10-091-1/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-13/+18
* ART: Fix missing initialization in stack_map_stream.hAndreas Gampe2014-07-281-1/+2
* Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-211-0/+210