summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
* ART: extensionWei Wang2015-10-061-0/+10
* ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-181-0/+10
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-9/+9
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+3
* Merge "Ensure inlined static calls perform clinit checks in Optimizing."Roland Levillain2015-04-241-0/+39
|\
| * Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-241-0/+39
* | Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* | ART: Add compiled-methodsAndreas Gampe2015-04-211-0/+9
|/
* Merge "Use --dump-stats to dump optimizing compiler stats."Calin Juravle2015-04-211-0/+4
|\
| * Use --dump-stats to dump optimizing compiler stats.Calin Juravle2015-04-211-0/+4
* | ART: Change image_classes and compiled_classes to unordered setAndreas Gampe2015-04-201-9/+10
|/
* [optimizing] Add memory barriers in constructors when neededCalin Juravle2015-04-201-1/+2
* Fallback to quick in case of soft verification errorsCalin Juravle2015-04-161-0/+6
* Merge "Revert "Fallback to quick in case of soft verification errors""Calin Juravle2015-04-131-4/+0
|\
| * Revert "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-4/+0
* | Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-0/+4
|\ \ | |/
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-101-0/+4
* | Move ArtField to nativeMathieu Chartier2015-04-101-11/+11
|/
* ART: Remove LLVM cruftAndreas Gampe2015-04-071-6/+0
* Prevent verified method from being deleted by compiler driver.Jeff Hao2015-04-061-0/+1
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-3/+10
* Revert "Revert "Inline across dex files.""Nicolas Geoffray2015-03-251-0/+6
* Add verify-at-runtime compiler filterMathieu Chartier2015-03-201-0/+4
* Trim arenas for JITMathieu Chartier2015-03-091-9/+0
* ART: Add option to abort dex2oat on hard failureAndreas Gampe2015-03-051-0/+6
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-3/+39
* Revert "Add JIT"Nicolas Geoffray2015-02-241-39/+3
* Add JITMathieu Chartier2015-02-231-3/+39
* Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
* ART: Some Quick cleanupAndreas Gampe2015-01-261-1/+1
* ART: Curb dex2oat verbosityAndreas Gampe2015-01-201-1/+1
* ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-0/+6
* Revert "ART: dex2oat flag for HGraphVisualizer dump file"Andreas Gampe2015-01-131-6/+0
* ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-0/+6
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-42/+100
* Remove portable.Elliott Hughes2014-12-121-12/+0
* Remove method verification results right after compiling a methodMathieu Chartier2014-12-031-0/+4
* Print memory usage in dex2oat shutdownMathieu Chartier2014-12-021-0/+3
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+2
* ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-131-1/+11
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-1/+2
* Rewrite class initialization check elimination.Vladimir Marko2014-10-271-7/+17
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-10/+0
* Merge "Some code clean-up."Ian Rogers2014-10-171-1/+1
|\
| * Some code clean-up.Ian Rogers2014-10-161-1/+1
* | Merge "dex2oat: Add a --compile-pic option"Igor Murashkin2014-10-171-3/+4
|\ \ | |/ |/|
| * dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-3/+4
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
|/