summaryrefslogtreecommitdiff
path: root/compiler/utils/array_ref.h
AgeCommit message (Expand)Author
2016-09-14Move ArrayRef to runtime/base David Brazdil
2016-06-02Refactor handling of input records. Vladimir Marko
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-25Optimizing: Rewrite DCE's MarkReachableBlocks(). Vladimir Marko
2015-07-14Avoid unexpected conversions to ArrayRef. Vladimir Marko
2015-04-06ART: Enable Clang's -Wdeprecated Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-11-04ART: More warnings Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-09-25Implement method calls using relative BL on ARM. Vladimir Marko
2014-06-05Use std::enable_if instead of a custom helper class. Vladimir Marko
2014-06-05Avoid register pool allocations on the heap. Vladimir Marko