summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_checker.cc
AgeCommit message (Expand)Author
2018-05-03Perform rudimentary check on graph size for no-change assertions. Aart Bik
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-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-01-25Revert "Compiler changes for bitstring based type checks." Nicolas Geoffray
2018-01-23Compiler changes for bitstring based type checks. Vladimir Marko
2018-01-16Improve code sinking near "always throwing" method calls Aart Bik
2017-10-12Use ScopedArenaAllocator in BCE, DCE, LSE, ... Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-05-04optimizing: Fix undefined behavior in graph checker Igor Murashkin
2017-05-02optimizing: constructor fence redundancy elimination - remove dmb after LSE Igor Murashkin
2017-04-26fix a null pointer dereference George Burgess IV
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-12-01ART: Delete unnecessary ScopedObjectAccess Andreas Gampe
2016-07-01Create a typedef for HInstruction::GetInputs() return type. Vladimir Marko
2016-06-02Refactor handling of input records. Vladimir Marko
2016-04-27Forbid HDeoptimize instructions in OSR methods. Nicolas Geoffray
2016-04-19Use iterators "before" the use node in HUserRecord<>. Vladimir Marko
2016-04-04Build dominator tree before generating HInstructions David Brazdil
2016-03-30Fix Boolean to integral types conversions. Roland Levillain
2016-03-25Optimizing: Reduce arena memory used by GraphChecker. Vladimir Marko
2016-03-24ART: Loosen a GraphChecker rule on Boolean inputs David Brazdil
2016-03-23Merge "Fix and improve shift and rotate operations." Roland Levillain
2016-03-22Merge "Optimizing: Reduce GraphChecker memory usage." Vladimir Marko
2016-03-22Optimizing: Reduce GraphChecker memory usage. Vladimir Marko
2016-03-22Merge "Tighten art::HNeg type constraints on its input." Roland Levillain
2016-03-22Fix and improve shift and rotate operations. Roland Levillain
2016-03-22Tighten art::HNeg type constraints on its input. Roland Levillain
2016-03-21Optimizing: Fix register allocator validation memory usage. Vladimir Marko
2016-03-18Ensure art::HRor support boolean, byte, short and char inputs. Roland Levillain
2016-03-16Make art::HCompare support boolean, byte, short and char inputs. Roland Levillain
2016-02-18Implement polymorphic inlining. Nicolas Geoffray
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-01-28ART: Implement HSelect David Brazdil
2016-01-19Disable DCE when there are irreducible loops. Nicolas Geoffray
2016-01-15Merge "ART: Remove incorrect HFakeString optimization" David Brazdil
2016-01-14ART: Remove incorrect HFakeString optimization David Brazdil
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
2016-01-06ART: Create BoundType for CheckCast early David Brazdil
2015-12-16Detect phi cycles. Nicolas Geoffray
2015-12-14ART: Refactor SsaBuilder for more precise typing info David Brazdil
2015-12-11Replace rotate patterns and invokes with HRor IR. Scott Wakeling
2015-12-01Dynamic BCE (based on induction range analysis) Aart Bik
2015-11-20Accept synthetic phi nodes and general names for blocks. Aart Bik
2015-11-21Revert "Dynamic BCE (based on induction range analysis)" Aart Bik
2015-11-20Dynamic BCE (based on induction range analysis) Aart Bik
2015-11-10ART: Remove unnecessary helper method from GraphChecker David Brazdil
2015-11-10ART: Refactor iteration over normal/exceptional successors David Brazdil
2015-11-10ART: Fix critical edge checks in GraphChecker David Brazdil