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
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