summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove Quick from tree.Nicolas Geoffray2016-03-2158-47682/+0
* Fix and enable java.lang.StringFactory intrinsics.Roland Levillain2016-03-091-0/+7
* Unsafe: Recognize intrinsics for 1.8 java.util.concurrentAart Bik2016-03-072-0/+60
* Merge "Fix the signature of the IndexOf entry point."Roland Levillain2016-03-011-0/+1
|\
| * Fix the signature of the IndexOf entry point.Roland Levillain2016-02-291-0/+1
* | Improve documentation about StringFactory.newStringFromChars.Roland Levillain2016-02-291-0/+6
|/
* Implement fp to bits methods as intrinsics.Aart Bik2016-02-262-0/+13
* ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-242-23/+21
* Remove string init map.Nicolas Geoffray2016-02-182-3/+11
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-172-21/+23
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-172-23/+21
* Merge "Try to substitute constructor chains for IPUTs."Vladimir Marko2016-02-101-0/+1
|\
| * Try to substitute constructor chains for IPUTs.Vladimir Marko2016-02-091-0/+1
* | Move code related to debug info generation to its own directory.David Srbecky2016-02-081-1/+1
|/
* MIPS64: Remove unaligned memory access from art generated codeLazar Trsic2016-01-291-4/+51
* Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-282-0/+2
|\
| * ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-272-0/+2
* | Merge "Revert "Revert "Add option to generate compressed backtrace info."""David Srbecky2016-01-271-1/+1
|\ \
| * | Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-1/+1
| |/
* | Merge "Recognize common utilities as intrinsics."Aart Bik2016-01-262-0/+58
|\ \
| * | Recognize common utilities as intrinsics.Aart Bik2016-01-262-0/+58
| |/
* / Enable interface default methods by default.Neil Fuller2016-01-261-40/+2
|/
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-1/+1
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-1/+1
* Implemented BitCount as an intrinsic. With unit test.Aart Bik2016-01-202-0/+7
* Fix various typos in ART's comments and string literals.Roland Levillain2016-01-191-4/+4
* Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-182-4/+4
* Merge "Support directly invoking interface default methods"Alex Light2016-01-142-2/+33
|\
| * Support directly invoking interface default methodsAlex Light2016-01-122-2/+33
* | Perform profile file analysis in dex2oatCalin Juravle2016-01-072-2/+2
* | ART: Disable Math.round intrinsicsAndreas Gampe2015-12-281-0/+4
* | Revert "Make Math.round consistent on arm64."Andreas Gampe2015-12-281-4/+0
* | Make Math.round consistent on arm64.Nicolas Geoffray2015-12-271-0/+4
* | Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-233-4/+35
* | Revert "Revert "X86: Use locked add rather than mfence""Mark P Mendell2015-12-163-7/+27
|/
* Revert "X86: Use locked add rather than mfence"Aart Bik2015-12-163-27/+7
* X86: Use locked add rather than mfenceMark Mendell2015-12-153-7/+27
* Revert "Revert "Enable profiled guided compilation in dex2oat""Calin Juravle2015-12-111-8/+0
* Merge "Revert "Enable profiled guided compilation in dex2oat""Calin Juravle2015-12-111-0/+8
|\
| * Revert "Enable profiled guided compilation in dex2oat"Calin Juravle2015-12-111-0/+8
* | Merge "Enable profiled guided compilation in dex2oat"Calin Juravle2015-12-111-8/+0
|\|
| * Enable profiled guided compilation in dex2oatCalin Juravle2015-12-101-8/+0
* | Optimizing: Add direct calls to math intrinsicsMark Mendell2015-12-102-0/+104
|/
* Revert "Enable profiled guided compilation in dex2oat"Nicolas Geoffray2015-12-021-0/+8
* Enable profiled guided compilation in dex2oatCalin Juravle2015-12-021-8/+0
* Revert "Revert "Enable store elimination for singleton objects.""Mingyao Yang2015-11-181-1/+5
* x86/x86-64 read barrier support for concurrent GC in Optimizing.Roland Levillain2015-11-151-0/+6
* Revert "Revert "Add basic image writer support for app images""Mathieu Chartier2015-11-051-1/+1
* Revert "Add basic image writer support for app images"Nicolas Geoffray2015-11-051-1/+1
* Add basic image writer support for app imagesMathieu Chartier2015-11-041-1/+1