summaryrefslogtreecommitdiffstats
path: root/runtime/stack_map.h
Commit message (Expand)AuthorAgeFilesLines
* Force word alignment of Dex register maps.Roland Levillain2015-03-121-2/+5
* Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-121-58/+381
* Merge "Extend compiler/optimizing/stack_map_test.cc."Roland Levillain2015-03-061-4/+5
|\
| * Extend compiler/optimizing/stack_map_test.cc.Roland Levillain2015-03-051-4/+5
* | Stack support for Optimizing compilerSebastien Hertz2015-03-031-3/+19
|/
* Display optimizing compiler's CodeInfo objects in oatdump.Roland Levillain2015-02-191-12/+43
* Ensure stack maps are 4 byte aligned.Nicolas Geoffray2014-12-091-1/+7
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-2/+2
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-0/+1
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-32/+46
* Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-211-0/+307