summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion Hodson
2018-03-27Merge "Revert^4 "Compiler changes for bitstring based type checks."" Treehugger Robot
2018-03-27Revert^4 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-26Revert^3 "Compiler changes for bitstring based type checks." Andreas Gampe
2018-03-26ART: Fix infinite recursion for deopt at dex pc 0. Vladimir Marko
2018-03-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-02-21Remove duplication, split tests David Sehr
2018-02-07Don't analyze methods with verification errors. Aart Bik
2018-02-01Clean up signed/unsigned in vectorizer. Aart Bik
2018-01-25Revert "Compiler changes for bitstring based type checks." Nicolas Geoffray
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