summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/optimizing_unit_test.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-5/+5
* Revert "Refactor DexFile ownership"David Sehr2018-07-031-2/+4
* Merge "ART: Fix HSelectGenerator for instructions which can throw."Treehugger Robot2018-07-021-0/+72
|\
| * ART: Fix HSelectGenerator for instructions which can throw.Artem Serov2018-06-291-0/+72
* | Refactor DexFile ownershipDavid Sehr2018-06-271-4/+2
|/
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-041-1/+2
* Change compiler tests to have aligned code itemMathieu Chartier2018-01-131-16/+44
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-3/+3
* Make CodeItem fields privateMathieu Chartier2017-12-221-1/+3
* Use intrinsic codegen for compiling intrinsic methods.Vladimir Marko2017-11-151-2/+2
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-4/+17
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-2/+6
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-19/+55
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-2/+3
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* optimizing: do not illegally remove constructor barriers after inliningIgor Murashkin2017-04-101-1/+3
* AArch64: Add HInstruction scheduling support.Alexandre Rames2017-01-251-0/+3
* Replace StackHandleScopeCollection with VariableSizedHandleScopeMathieu Chartier2016-10-121-1/+1
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""David Brazdil2016-04-071-2/+2
* Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"David Brazdil2016-04-041-2/+2
* Refactor HGraphBuilder and SsaBuilder to remove HLocalsDavid Brazdil2016-04-041-2/+2
* Build dominator tree before generating HInstructionsDavid Brazdil2016-04-041-3/+4
* Remove Quick from tree.Nicolas Geoffray2016-03-211-1/+0
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-14/+15
* Implement irreducible loop support in optimizing.Nicolas Geoffray2016-01-141-1/+1
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-311-1/+10
* Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light2015-12-151-10/+1
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-141-1/+10
* Optimizing: Tag arena allocations in HGraph.Vladimir Marko2015-09-161-4/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-1/+2
* Eliminate redundant constructor barriers when inlining.Calin Juravle2015-05-191-1/+1
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+6
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-3/+4
* Clean up pass driverMathieu Chartier2015-01-281-0/+1
* Fix a bug in the register allocator.Nicolas Geoffray2015-01-161-2/+6
* Bounds check elimination.Mingyao Yang2014-12-031-0/+5
* Add support for not-long on ARM64 in the optimizing compiler.Roland Levillain2014-11-061-9/+9
* Some improvement to reg alloc.Mingyao Yang2014-11-031-1/+1
* Add support for floats and doubles.Nicolas Geoffray2014-10-071-2/+4
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+20
* Add CFG and SSA form checkers in the optimizing compiler.Roland Levillain2014-09-171-0/+13
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+13
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+21
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-0/+3
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-0/+29