summaryrefslogtreecommitdiffstats
path: root/compiler/utils/x86
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-022-13/+13
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* ART: x86 indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-113-0/+16
* Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""Mark P Mendell2015-05-042-13/+69
* Revert "Revert "Revert "[optimizing] Improve x86 shifts"""Roland Levillain2015-04-292-69/+13
* Revert "Revert "[optimizing] Improve x86 shifts""Roland Levillain2015-04-292-13/+69
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Exercise the x86 and x86-64 FILD and FISTP instructions.Roland Levillain2015-04-133-0/+26
* Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""Nicolas Geoffray2015-04-132-8/+0
|\
| * Revert "Optimizing: Fix long-to-fp conversion on x86."Nicolas Geoffray2015-04-132-8/+0
* | Merge "Optimizing: Fix long-to-fp conversion on x86."Roland Levillain2015-04-132-0/+8
|\ \ | |/
| * Optimizing: Fix long-to-fp conversion on x86.Serguei Katkov2015-04-132-0/+8
* | Revert "[optimizing] Improve x86 shifts"Roland Levillain2015-04-102-69/+13
* | [optimizing] Improve x86 shiftsMark Mendell2015-04-102-13/+69
* | Merge "Implement CFI for JNI."David Srbecky2015-04-092-3/+22
|\ \ | |/ |/|
| * Implement CFI for JNI.David Srbecky2015-04-082-3/+22
* | Merge "[optimizing] Implement more x86/x86_64 intrinsics"Andreas Gampe2015-04-083-0/+59
|\ \ | |/ |/|
| * [optimizing] Implement more x86/x86_64 intrinsicsMark Mendell2015-04-063-0/+59
* | Remove the old CFI infrastructure.David Srbecky2015-04-073-70/+10
|/
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-012-0/+25
* [optimizing] Implement X86 intrinsic supportMark Mendell2015-03-262-0/+72
* Revert "Revert "[optimizing] Enable x86 long support.""Nicolas Geoffray2015-03-112-0/+35
* Revert "[optimizing] Enable x86 long support."Nicolas Geoffray2015-03-062-35/+0
* [optimizing] Enable x86 long support.Nicolas Geoffray2015-03-062-0/+35
* ART: Templatize IsInt & IsUintAndreas Gampe2015-02-182-6/+6
* Small optimization for recursive calls: avoid dex cache.Nicolas Geoffray2015-01-291-1/+2
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-6/+21
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-21/+6
* ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-6/+21
* [optimizing compiler] Implement inline x86 FP '%'Mark Mendell2015-01-212-0/+43
* Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-121-21/+6
* ART: Implement hard float for X86Mark Mendell2015-01-121-6/+21
* ART: Remove unused parts of x86 assemblersAndreas Gampe2015-01-062-37/+0
* [optimizing compiler] Add support for volatileCalin Juravle2014-12-193-0/+36
* Revert "Don't block quick callee saved registers for optimizing."Nicolas Geoffray2014-12-182-3/+3
* Don't block quick callee saved registers for optimizing.Nicolas Geoffray2014-12-182-3/+3
* Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"Calin Juravle2014-11-273-1/+21
|\
| * [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-273-1/+21
* | Add support for long-to-double in the optimizing compiler.Roland Levillain2014-11-273-7/+98
|/
* Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"Calin Juravle2014-11-263-21/+1
* [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-263-1/+21
* Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"Nicolas Geoffray2014-11-263-21/+1
* [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-263-1/+21
* [optimizing compiler] Add shiftsCalin Juravle2014-11-242-2/+13
* Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-2/+0
* Implement and/or/xor in optimizing.Nicolas Geoffray2014-11-122-0/+26
* ART: More warningsAndreas Gampe2014-11-041-36/+36
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-8/+3
* Cleanup baseline register allocator.Nicolas Geoffray2014-10-101-1/+5
* stdint types all the way!Ian Rogers2014-10-092-7/+7