summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_unit_test.h
AgeCommit message (Expand)Author
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-07-03Revert "Refactor DexFile ownership" David Sehr
2018-07-02Merge "ART: Fix HSelectGenerator for instructions which can throw." Treehugger Robot
2018-06-29ART: Fix HSelectGenerator for instructions which can throw. Artem Serov
2018-06-27Refactor DexFile ownership David Sehr
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2018-01-13Change compiler tests to have aligned code item Mathieu Chartier
2018-01-08Clean up CodeItemAccessors and Compact/StandardDexFile Mathieu Chartier
2018-01-05Create dex subdirectory David Sehr
2017-12-22Make CodeItem fields private Mathieu Chartier
2017-11-15Use intrinsic codegen for compiling intrinsic methods. Vladimir Marko
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-04-10optimizing: do not illegally remove constructor barriers after inlining Igor Murashkin
2017-01-25AArch64: Add HInstruction scheduling support. Alexandre Rames
2016-10-12Replace StackHandleScopeCollection with VariableSizedHandleScope Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-04-07Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" David Brazdil
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" David Brazdil
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocals David Brazdil
2016-04-04Build dominator tree before generating HInstructions David Brazdil
2016-03-21Remove Quick from tree. Nicolas Geoffray
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
2015-12-31ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-12-15Revert "ART: Refactor SsaBuilder for more precise typing info" Alex Light
2015-12-14ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-09-16Optimizing: Tag arena allocations in HGraph. Vladimir Marko
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-19Eliminate redundant constructor barriers when inlining. Calin Juravle
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-28Clean up pass driver Mathieu Chartier
2015-01-16Fix a bug in the register allocator. Nicolas Geoffray
2014-12-03Bounds check elimination. Mingyao Yang
2014-11-06Add support for not-long on ARM64 in the optimizing compiler. Roland Levillain
2014-11-03Some improvement to reg alloc. Mingyao Yang
2014-10-07Add support for floats and doubles. Nicolas Geoffray
2014-09-17Initiate a dead code elimination pass in the optimizing compiler. Roland Levillain
2014-09-17Add CFG and SSA form checkers in the optimizing compiler. Roland Levillain
2014-09-16Revert "Revert "Implement suspend checks in new compiler."" Nicolas Geoffray
2014-05-26Add a linear scan register allocator to the optimizing compiler. Nicolas Geoffray
2014-03-13More code generation for the optimizing compiler. Nicolas Geoffray
2014-03-10Add register support to the optimizing compiler. Nicolas Geoffray