summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2015-04-20[optimizing] Add memory barriers in constructors when needed Calin Juravle
2015-04-07ART: Print C1vis header only if visualizer enabled David Brazdil
2015-03-26[optimizing] Implement X86 intrinsic support Mark Mendell
2015-02-24ART: Add -Wunused Andreas Gampe
2015-02-19Ensure the graph is correctly typed. Nicolas Geoffray
2015-02-04ART: Dump environment to cfg file. Zheng Xu
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-30Implement LICM in optimizing compiler. Nicolas Geoffray
2015-01-27ART: Further refactor use lists David Brazdil
2015-01-26Optimizing: Speed up HEnvironment use removal David Brazdil
2015-01-21Merge "ART: Replace NULL to nullptr in the optimizing compiler" Roland Levillain
2015-01-21ART: Replace NULL to nullptr in the optimizing compiler Jean Christophe Beyler
2015-01-21Revert "Revert "Fully support pairs in the register allocator."" Nicolas Geoffray
2015-01-21Revert "Fully support pairs in the register allocator." Nicolas Geoffray
2015-01-21Fully support pairs in the register allocator. Nicolas Geoffray
2015-01-08Merge "ART: Fixed formatting in HGraphVisualizerPrinter" David Brazdil
2015-01-08ART: Fixed formatting in HGraphVisualizerPrinter David Brazdil
2015-01-08Implement double and float support for arm in register allocator. Nicolas Geoffray
2014-12-29ART: Refactored VisualizerPrinter visitor pattern David Brazdil
2014-12-17ART: Added Checker, a pattern matching test engine David Brazdil
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-10-21Implement register allocator for floating point registers. Nicolas Geoffray
2014-10-17Revert "Revert "Introduce a class to implement optimization passes."" Roland Levillain
2014-10-09Stop converting from Location to ManagedRegister. Nicolas Geoffray
2014-10-06Add a prepare for register allocation pass. Nicolas Geoffray
2014-10-01Revert "Introduce a class to implement optimization passes." Nicolas Geoffray
2014-10-01Introduce a class to implement optimization passes. Roland Levillain
2014-09-23Fix code generation with materialized conditions. Nicolas Geoffray
2014-09-18Small fixes to get the boot image compiled in debug mode. Nicolas Geoffray
2014-07-21Add assembly operations with constants in optimizing compiler. Nicolas Geoffray
2014-07-02Support longs in the register allocator for x86_64. Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86. Nicolas Geoffray
2014-05-26Add a linear scan register allocator to the optimizing compiler. Nicolas Geoffray
2014-05-19Build live ranges in preparation for register allocation. Nicolas Geoffray
2014-05-16Linearize the graph before creating live ranges. Nicolas Geoffray
2014-05-14Add a compilation tracing mechanism to the new compiler. Nicolas Geoffray