summaryrefslogtreecommitdiff
path: root/compiler/optimizing/gvn.h
AgeCommit message (Expand)Author
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-04-26Step 1 of 2: conditional passes. Aart Bik
2015-08-19Put in place the ARM64 instruction simplification framework. Alexandre Rames
2015-06-24ART: Run GraphChecker after Builder and SsaBuilder David Brazdil
2015-02-24ART: Add -Wunused Andreas Gampe
2015-01-26Move code around and address growable_array comment. Nicolas Geoffray
2015-01-26Introduce a SideEffectsAnalysis class. Nicolas Geoffray
2014-11-28Fix a bug in GVN. Nicolas Geoffray
2014-11-25Fix a bug in the type analysis phase of optimizing. Nicolas Geoffray
2014-11-19Use HOptimization abstraction for running optimizations. Nicolas Geoffray
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-09-19First optimization in new compiler: simple GVN. Nicolas Geoffray