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