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
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2014-05-19
Build live ranges in preparation for register allocation.
Nicolas Geoffray
2014-05-14
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-05-07
Merge "Build live-in, live-out and kill sets for each block."
Nicolas Geoffray
2014-05-07
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-06
Give Compiler a back reference to the driver.
Ian Rogers
2014-04-28
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-04-09
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-07
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-04
Use trampolines for calls to helpers
Dave Allison
2014-03-31
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-19
Run Java tests with the optimizing compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-13
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray