summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* art: allow devices to disable CAF bailout patchesSimon Shields2015-12-061-0/+4
* art: Fix whitespace errors added by cafChristopher R. Palmer2015-11-091-2/+1
* art: Set check_bail_out to false by defaultSteve Kondik2015-11-041-0/+3
* ART: extensionWei Wang2015-10-062-0/+23
* Tighten default inlining settings when using the space filter.Roland Levillain2015-08-071-0/+4
* Allow for fine tuning the inliner.Calin Juravle2015-07-302-0/+20
* Merge "ART: Fix kEverything compiler filter" into mnc-devAndreas Gampe2015-06-261-1/+1
|\
| * ART: Fix kEverything compiler filterbuzbee2015-06-251-1/+1
* | ART: Set methods to preverified in verify-noneAndreas Gampe2015-06-251-0/+6
|/
* ART: Don't do pre-linked calls to the interpreter bridge.Vladimir Marko2015-06-221-1/+3
* Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""Nicolas Geoffray2015-06-221-2/+4
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-193-20/+10
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-193-20/+10
* | ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-183-3/+53
|/
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-024-103/+109
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-1/+2
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-272-0/+16
* Merge "Ensure inlined static calls perform clinit checks in Optimizing."Roland Levillain2015-04-242-16/+105
|\
| * Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-242-16/+105
* | Revert "Revert "Quick: Rewrite type inference pass.""Vladimir Marko2015-04-231-1/+2
* | Revert "Quick: Rewrite type inference pass."Andreas Gampe2015-04-221-2/+1
* | Replace NULL with nullptrMathieu Chartier2015-04-224-29/+30
* | Quick: Rewrite type inference pass.Vladimir Marko2015-04-221-1/+2
* | ART: Add compiled-methodsAndreas Gampe2015-04-213-3/+83
|/
* 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-202-25/+33
|/
* [optimizing] Add memory barriers in constructors when neededCalin Juravle2015-04-202-2/+3
* Fallback to quick in case of soft verification errorsCalin Juravle2015-04-162-0/+31
* Add --include-cfi compiler option.David Srbecky2015-04-132-0/+10
* Merge "Remove the --gen-gdb-info compiler option."David Srbecky2015-04-132-9/+0
|\
| * Remove the --gen-gdb-info compiler option.David Srbecky2015-04-122-9/+0
* | ART: Clean up includes.Vladimir Marko2015-04-132-2/+2
|/
* Move ArtField to nativeMathieu Chartier2015-04-104-47/+41
* ART: Remove WriteElf from CompilerAndreas Gampe2015-04-101-1/+9
* ART: Remove LLVM cruftAndreas Gampe2015-04-072-44/+0
* Merge "Prevent verified method from being deleted by compiler driver."Jeff Hao2015-04-062-2/+7
|\
| * Prevent verified method from being deleted by compiler driver.Jeff Hao2015-04-062-2/+7
* | Fix JNI compiler for mips64Goran Jakovljevic2015-04-061-4/+2
|/
* Explicitly specify the C libraries that have mallinfo(3).Elliott Hughes2015-04-021-1/+1
* Refactor RelativePatcher out of OatWriter.Vladimir Marko2015-04-022-0/+6
* Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-312-4/+20
|\
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-312-4/+20
* | ART: PathClassLoader for compilerAndreas Gampe2015-03-271-3/+2
|/
* Revert "Revert "Inline across dex files.""Nicolas Geoffray2015-03-252-8/+23
* Enable more direct code for JITMathieu Chartier2015-03-201-1/+4
* Add verify-at-runtime compiler filterMathieu Chartier2015-03-203-13/+40
* Fix 003-omnibus-opcodes flaky failures with GSS GC.Hiroshi Yamauchi2015-03-191-1/+1
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Merge "ART: Check that boot image classes are verified"Andreas Gampe2015-03-121-0/+6
|\