summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.h
AgeCommit message (Expand)Author
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-04-01Use bit-level packing for InlineInfo in stackmaps as well. David Srbecky
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
2016-02-25Verify encoded stack maps in debug builds. David Srbecky
2015-10-09ART: Use arena allocator with HashSet/HashMap. Vladimir Marko
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-29Optimizing: Tag arena allocations in code generators. Vladimir Marko
2015-08-17ART: Some header cleaning around bit-utils Andreas Gampe
2015-06-17Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" Vladimir Marko
2015-06-16Revert "ART: Implement literal pool for arm, fix branch fixup." Vladimir Marko
2015-06-15ART: Implement literal pool for arm, fix branch fixup. Vladimir Marko
2015-06-12Optimizing: Remove PcInfo, use the StackMapStream instead. Vladimir Marko
2015-06-04Cache stack map encoding David Brazdil
2015-05-21Also encode the InvokeType in an InlineInfo. Nicolas Geoffray
2015-05-18Support InlineInfo in StackMap. Nicolas Geoffray
2015-04-23Cleanup and improve stack map stream Calin Juravle
2015-04-23Move stack map stream implementation to its own cc file. Calin Juravle
2015-04-17Fix undefined behavior in hash calculation. Dan Albert
2015-03-31Use variable encoding for StackMap. Nicolas Geoffray
2015-03-31Use unique location catalogs to encode Dex register maps. Roland Levillain
2015-03-25Share dex register maps between stack maps when possible. Calin Juravle
2015-03-20Compress the StackMaps. Nicolas Geoffray
2015-03-18StackMap: Always load and store unalign. Nicolas Geoffray
2015-03-16Update locations of registers after slow paths spilling. Nicolas Geoffray
2015-03-13[optimizing] Don't record None locations in the stack maps. Nicolas Geoffray
2015-03-13Align CodeInfo regions instead of their inner subregions. Roland Levillain
2015-03-13Fix the computation of the size of the stack maps region. Roland Levillain
2015-03-12Force word alignment of Dex register maps. Roland Levillain
2015-03-12Compress the Dex register maps built by the optimizing compiler. Roland Levillain
2015-02-19Display optimizing compiler's CodeInfo objects in oatdump. Roland Levillain
2014-12-09Ensure stack maps are 4 byte aligned. Nicolas Geoffray
2014-11-04ART: More warnings Andreas Gampe
2014-10-09Tidy ELF builder. Ian Rogers
2014-09-08Runtime support for the new stack maps for the opt compiler. Nicolas Geoffray
2014-07-28ART: Fix missing initialization in stack_map_stream.h Andreas Gampe
2014-07-21Add a new stack map scheme that encodes compilation info per pc. Nicolas Geoffray