summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-031-37/+27
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-012-2/+3
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-142-3/+1
* Fix problem with empty profiles.Dave Allison2014-04-101-1/+1
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-093-169/+3
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-093-3/+169
* Merge "Tweaked profile significant_difference."Calin Juravle2014-04-082-114/+2
|\
| * Tweaked profile significant_difference.Calin Juravle2014-04-072-114/+2
* | Revert "Use trampolines for calls to helpers"Dave Allison2014-04-073-161/+3
* | Use trampolines for calls to helpersDave Allison2014-04-043-3/+161
* | Re-enable DEX-to-DEX compilation pathSebastien Hertz2014-04-041-2/+3
* | Merge "art: Handle x86_64 architecture equal to x86"Bill Buzbee2014-04-031-0/+5
|\ \ | |/ |/|
| * art: Handle x86_64 architecture equal to x86Dmitry Petrochenko2014-04-031-0/+5
* | Merge "Profile: renamed kThresholdPercent and make it configurable"Calin Juravle2014-04-031-11/+25
|\ \
| * | Profile: renamed kThresholdPercent and make it configurableCalin Juravle2014-04-021-11/+25
* | | Merge "Profile: repurposed kTresholdPercent"Calin Juravle2014-04-032-20/+50
|\| | | |/ |/|
| * Profile: repurposed kTresholdPercentCalin Juravle2014-04-022-20/+50
* | Add support for -Xverify:none mode.Jeff Hao2014-04-022-2/+17
* | Merge "Fixed total method count in profile file parsing."Calin Juravle2014-04-021-1/+1
|\|
| * Fixed total method count in profile file parsing.Calin Juravle2014-04-021-1/+1
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-012-19/+22
|/
* Merge "Make test-art pass with heap reference poisoning enabled."Hiroshi Yamauchi2014-03-201-0/+1
|\
| * Make test-art pass with heap reference poisoning enabled.Hiroshi Yamauchi2014-03-191-0/+1
* | AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-1/+1
|/
* Early inlining of simple methods.Vladimir Marko2014-03-182-0/+14
* Fix comment typo.Ian Rogers2014-03-171-1/+1
* Use quick generic JNI calls based on compiler driver options.Ian Rogers2014-03-141-6/+8
* Merge "Allow patching between dex files in the boot classpath."Jeff Hao2014-03-132-4/+22
|\
| * Allow patching between dex files in the boot classpath.Jeff Hao2014-03-122-4/+22
* | Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-9/+11
* | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-132-30/+0
|\ \
| * | Move inline method detection to runtime.Vladimir Marko2014-03-122-30/+0
| |/
* / Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-132-18/+18
|/
* Cache method lowering info in mir graph.Vladimir Marko2014-03-103-132/+261
* 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-073-4/+133
* Add more VerifyObject calls.Mathieu Chartier2014-03-074-0/+4
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-5/+5
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-032-0/+11
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-033-115/+301
* Tell GDB about Quick ART generated codeMark Mendell2014-03-023-4/+40
* Make out arguments non-reference types.Ian Rogers2014-03-013-66/+64
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+2
* Add additional constBrian Carlstrom2014-02-242-5/+5
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-254-4/+212
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-244-4/+212
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-242-12/+14
|/