summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
AgeCommit message (Expand)Author
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-13ART: Compiled-classes list for compiler-driver Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-29Add support for static fields in optimizing compiler. Nicolas Geoffray
2014-10-27Rewrite class initialization check elimination. Vladimir Marko
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-10-17Merge "Some code clean-up." Ian Rogers
2014-10-16Some code clean-up. Ian Rogers
2014-10-17Merge "dex2oat: Add a --compile-pic option" Igor Murashkin
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-10-16dex2oat: Add a --compile-pic option Igor Murashkin
2014-09-25Implement method calls using relative BL on ARM. Vladimir Marko
2014-09-17Implement invoke virtual in optimizing compiler. Nicolas Geoffray
2014-09-15ART: Allow quickening in the boot image Andreas Gampe
2014-08-25ART fix oat debug source map operations Yevgeny Rouban
2014-08-22ART: Clean up compiler Andreas Gampe
2014-08-15ART source line debug info in OAT files Yevgeny Rouban
2014-08-12Avoid use of std::string where we have const char*. Ian Rogers
2014-08-06Merge "Added support for patching classes from different dex files." Mathieu Chartier
2014-08-06Added support for patching classes from different dex files. Fred Shih
2014-08-06Merge "ART: Rework CFA frame initialization and writing code" Andreas Gampe
2014-08-06ART: Rework CFA frame initialization and writing code Andreas Gampe
2014-08-06ART: Skip compiling redefined classes in apps Andreas Gampe
2014-07-14Support fields in optimizing compiler. Nicolas Geoffray
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-06-12Optionally add debug symbols to ELF files made by quick compiler. Alex Light
2014-06-06Fixed and refactored profiler options handling Calin Juravle
2014-06-06Clean up the sampling profiler Calin Juravle
2014-05-23Revert "Revert "Fix an outstanding compaction bug in interpreter."" Mathieu Chartier
2014-05-22Revert "Fix an outstanding compaction bug in interpreter." Mathieu Chartier
2014-05-22Fix an outstanding compaction bug in interpreter. Mathieu Chartier
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-05-01Add finalizer references from the entrypoints. Mathieu Chartier
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