summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
AgeCommit message (Expand)Author
2014-04-14Centralize instruction-set pointer-size, alignment, 64b-width code Andreas Gampe
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-07Tweaked profile significant_difference. Calin Juravle
2014-04-03Merge "Profile: repurposed kTresholdPercent" Calin Juravle
2014-04-02Profile: repurposed kTresholdPercent Calin Juravle
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-18Early inlining of simple methods. Vladimir Marko
2014-03-13Merge "Allow patching between dex files in the boot classpath." Jeff Hao
2014-03-13Merge "Move inline method detection to runtime." Vladimir Marko
2014-03-13Add command line support for enabling the optimizing compiler. Nicolas Geoffray
2014-03-12Allow patching between dex files in the boot classpath. Jeff Hao
2014-03-12Move inline method detection to runtime. Vladimir Marko
2014-03-10Cache method lowering info in mir graph. Vladimir Marko
2014-03-08Revert "Revert "Make clang the default compiler on host."" Ian Rogers
2014-03-08Revert "Make clang the default compiler on host." Ian Rogers
2014-03-07Make clang the default compiler on host. Ian Rogers
2014-03-07Make use of profiling information for dex2oat Dave Allison
2014-03-07Add more VerifyObject calls. Mathieu Chartier
2014-03-03Initial changes towards Generic JNI option Andreas Gampe
2014-03-03Cache field lowering info in mir_graph. Vladimir Marko
2014-03-02Tell GDB about Quick ART generated code Mark Mendell
2014-03-01Make out arguments non-reference types. Ian Rogers
2014-02-28Fix clang to compile and run host tests. Ian Rogers
2014-02-24Add additional const Brian Carlstrom
2014-02-24Create CompilerOptions Brian Carlstrom
2014-02-21Revert "Annotate used fields." Ian Rogers
2014-02-20Annotate used fields. Vladimir Marko
2014-02-20Code cleanup to avoid LLVM dependency when building with quick only. Nicolas Geoffray
2014-02-19Re-apply: Initial check-in of an optimizing compiler. Nicolas Geoffray
2014-02-19Revert "Initial check-in of an optimizing compiler." Nicolas Geoffray
2014-02-19Initial check-in of an optimizing compiler. Nicolas Geoffray
2014-02-18Rewrite the compiler interface for CompilerDriver. Nicolas Geoffray
2014-02-11Merge "Re-apply: Implement cumulative timings for CompilerDriver." Nicolas Geoffray
2014-02-11Re-apply: Implement cumulative timings for CompilerDriver. Nicolas Geoffray
2014-02-10Support Direct Method/Type access for X86 Mark Mendell
2014-02-10Revert "Revert "Check FastInstance() early for special getters and setters."" Vladimir Marko
2014-02-08Revert "Check FastInstance() early for special getters and setters." Ian Rogers
2014-02-07Check FastInstance() early for special getters and setters. Vladimir Marko
2014-02-06Object model changes to support 64bit. Ian Rogers
2014-01-28Add VerfiedMethod to DexCompilationUnit. Vladimir Marko
2014-01-28Refactor verification results. Vladimir Marko
2014-01-23Use direct class pointers at allocation sites in the compiled code. Hiroshi Yamauchi
2014-01-20Revert "Implement cumulative timings for CompilerDriver." Brian Carlstrom
2014-01-16Implement cumulative timings for CompilerDriver. Nicolas Geoffray
2014-01-08Remove intialized static storage from dex cache. Ian Rogers
2013-12-17Detect special methods at the end of verification. Vladimir Marko
2013-12-17Move compiler code out of method verifier. Vladimir Marko
2013-11-14Fix memory leaks relating to timing logger. Ian Rogers
2013-11-11Compacting collector. Mathieu Chartier