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-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-19
Merge "Use HOptimization abstraction for running optimizations."
Nicolas Geoffray
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-11-19
Use cross-compilation helper.
Nicolas Geoffray
2014-11-17
Don't fall back to Quick in optimizing.
Nicolas Geoffray
2014-11-14
Minor object store optimizations.
Nicolas Geoffray
2014-11-06
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-31
Support for CONST_STRING in optimizing compiler.
Nicolas Geoffray
2014-10-27
Support hard float on arm in optimizing compiler.
Nicolas Geoffray
2014-10-24
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-23
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-17
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
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-25
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-19
First optimization in new compiler: simple GVN.
Nicolas Geoffray
2014-09-18
It can be that no method has been compiled.
Nicolas Geoffray
2014-09-17
Add the "time" compilation filter and output compilation stats.
Nicolas Geoffray
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-08-22
ART: Clean up compiler
Andreas Gampe
2014-08-15
ART source line debug info in OAT files
Yevgeny Rouban
2014-07-16
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-07-14
Add two phi pruning phases.
Nicolas Geoffray
2014-07-14
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-04
Do not attempt to compile on architectures we do not support.
Nicolas Geoffray
2014-06-26
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-25
Revert "Re-enable tests with the optimizing compiler."
Nicolas Geoffray
2014-06-25
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-24
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-10
Plug code generator into liveness analysis.
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-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