summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-3/+10
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+2
* Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-121-2/+6
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-2/+2
* Clean up the sampling profilerCalin Juravle2014-06-061-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-8/+8
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-8/+8
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-8/+8
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-9/+9
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-1/+1
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-1/+0
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-117/+0
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-0/+117
* Tweaked profile significant_difference.Calin Juravle2014-04-071-34/+1
* Merge "Profile: repurposed kTresholdPercent"Calin Juravle2014-04-031-9/+15
|\
| * Profile: repurposed kTresholdPercentCalin Juravle2014-04-021-9/+15
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-0/+1
|/
* Early inlining of simple methods.Vladimir Marko2014-03-181-0/+4
* Merge "Allow patching between dex files in the boot classpath."Jeff Hao2014-03-131-2/+12
|\
| * Allow patching between dex files in the boot classpath.Jeff Hao2014-03-121-2/+12
* | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-131-7/+0
|\ \
| * | Move inline method detection to runtime.Vladimir Marko2014-03-121-7/+0
| |/
* / Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-5/+5
|/
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-3/+53
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-081-1/+4
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-081-4/+1
* Make clang the default compiler on host.Ian Rogers2014-03-071-1/+4
* Make use of profiling information for dex2oatDave Allison2014-03-071-1/+37
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+2
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-2/+50
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-0/+13
* Make out arguments non-reference types.Ian Rogers2014-03-011-26/+24
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* Add additional constBrian Carlstrom2014-02-241-3/+3
* Create CompilerOptionsBrian Carlstrom2014-02-241-1/+9
* Revert "Annotate used fields."Ian Rogers2014-02-211-3/+0
* Annotate used fields.Vladimir Marko2014-02-201-0/+3
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-2/+0
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-1/+1
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-27/+7
* Merge "Re-apply: Implement cumulative timings for CompilerDriver."Nicolas Geoffray2014-02-111-1/+15
|\
| * Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-111-1/+15
* | Support Direct Method/Type access for X86Mark Mendell2014-02-101-1/+47
* | Revert "Revert "Check FastInstance() early for special getters and setters.""Vladimir Marko2014-02-101-0/+12
* | Revert "Check FastInstance() early for special getters and setters."Ian Rogers2014-02-081-12/+0
* | Check FastInstance() early for special getters and setters.Vladimir Marko2014-02-071-0/+12
|/