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