summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-227/+5
* Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-1/+1
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-151-6/+13
* ART fix oat debug source map operationsYevgeny Rouban2014-08-251-3/+3
* ART: Clean up compilerAndreas Gampe2014-08-221-14/+0
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-7/+11
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-5/+3
* Merge "Added support for patching classes from different dex files."Mathieu Chartier2014-08-061-1/+14
|\
| * Added support for patching classes from different dex files.Fred Shih2014-08-061-1/+14
* | Merge "ART: Rework CFA frame initialization and writing code"Andreas Gampe2014-08-061-15/+0
|\ \
| * | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-15/+0
| |/
* | ART: Skip compiling redefined classes in appsAndreas Gampe2014-08-061-0/+4
|/
* 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