summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2018-01-23Compiler changes for bitstring based type checks. Vladimir Marko
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-27Alignment optimizations in vectorizer. Aart Bik
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-03ART: Introduce Uint8 compiler data type. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-08-30ART: Describe static fields in GraphVisualizer. Vladimir Marko
2017-06-26Don't use the graph's dex file when printing HInvoke. Nicolas Geoffray
2017-06-01Use IntrusiveForwardList<> for Env-/UsePosition. Vladimir Marko
2017-05-15Min/max SIMDization support. Aart Bik
2017-04-20ARM64: Support MultiplyAccumulate for SIMD. Artem Serov
2017-04-19Implement halving add idiom (with checker tests). Aart Bik
2017-03-28Merge "Make data dependency around HDeoptimize correct." Nicolas Geoffray
2017-03-27Make data dependency around HDeoptimize correct. Nicolas Geoffray
2017-03-23Implement a SIMD spilling slot. Aart Bik
2017-02-17ARM: Merge data-processing instructions and shifts/(un)signed extensions Anton Kirilov
2017-01-15Revert "Revert "ART: Compiler support for invoke-polymorphic."" Orion Hodson
2017-01-11Revert "ART: Compiler support for invoke-polymorphic." Orion Hodson
2017-01-11ART: Compiler support for invoke-polymorphic. Orion Hodson
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-09-23Clean-up sharpening and compiler driver. Nicolas Geoffray
2016-08-19ART: Add thread offset printing hook to disassembler Andreas Gampe
2016-08-02Improve the graph visualizer's output for constant locations. Alexandre Rames
2016-07-15Rename current register allocator implementation Matthew Gharrity
2016-07-13X86: Use memory to do array range checks Mark Mendell
2016-07-01Create a typedef for HInstruction::GetInputs() return type. Vladimir Marko
2016-06-21Merge "Replace String.charAt() with HIR." Vladimir Marko
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-06-21Improve HLoadClass code generation. Vladimir Marko
2016-06-02Refactor handling of input records. Vladimir Marko
2016-05-12Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal informat... Aart Bik
2016-05-12Fix oatdump crash on arm64/arm code. Aart Bik
2016-05-12Fix another case of live_in at irreducible loop entry. Nicolas Geoffray
2016-05-09Intrinsify String.length() and String.isEmpty() as HIR. Vladimir Marko
2016-04-19Use iterators "before" the use node in HUserRecord<>. Vladimir Marko
2016-03-30Merge "Optimizing: Improve const-string code generation." Vladimir Marko
2016-03-30ART: Flush ostream less frequently in GraphVisualizer David Brazdil
2016-03-29Optimizing: Improve const-string code generation. Vladimir Marko
2016-03-24ART: Loosen a GraphChecker rule on Boolean inputs David Brazdil
2016-03-23Ensure object ArraySet with null value does not need a type check. Roland Levillain
2016-03-11Integrate BitwiseNegated into shared framework. Artem Serov
2016-02-25Optimizing: ARM64 negated bitwise operations simplification Kevin Brodsky
2016-02-25Revert "Revert "ARM/ARM64: Extend support of instruction combining."" Artem Udovichenko
2016-02-17Extend constant folding to float and double operations. Roland Levillain
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-02-11Fix x86-64 Baker's read barrier fast path for CheckCast. Roland Levillain
2016-01-28Revert "Revert "Lift the spill at each irreducible loop block restriction."" Nicolas Geoffray
2016-01-26Some minor simplifications in code and tests. Aart Bik
2016-01-26Revert "Lift the spill at each irreducible loop block restriction." Bart Sears
2016-01-26Lift the spill at each irreducible loop block restriction. Nicolas Geoffray