| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mirror::ArtMethod to native | Mathieu Chartier | 2015-06-02 | 3 | -14/+13 |
* | ART: Clean up arm64 kNumberOfXRegisters usage. | Vladimir Marko | 2015-05-26 | 2 | -2/+3 |
* | ART: x86 indexOf intrinsics for the optimizing compiler | Andreas Gampe | 2015-05-11 | 3 | -0/+16 |
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 2 | -8/+8 |
* | Fix X86_64 assembler REX instructions | Mark Mendell | 2015-04-22 | 2 | -4/+32 |
* | [optimizing] Use more X86_64 addressing modes | Mark Mendell | 2015-04-21 | 3 | -3/+246 |
* | Exercise the x86 and x86-64 FILD and FISTP instructions. | Roland Levillain | 2015-04-13 | 3 | -0/+26 |
* | Merge "Revert "Optimizing: Fix long-to-fp conversion on x86."" | Nicolas Geoffray | 2015-04-13 | 2 | -8/+0 |
|\ |
|
| * | Revert "Optimizing: Fix long-to-fp conversion on x86." | Nicolas Geoffray | 2015-04-13 | 2 | -8/+0 |
* | | Merge "Optimizing: Fix long-to-fp conversion on x86." | Roland Levillain | 2015-04-13 | 2 | -0/+8 |
|\ \
| |/ |
|
| * | Optimizing: Fix long-to-fp conversion on x86. | Serguei Katkov | 2015-04-13 | 2 | -0/+8 |
* | | [optimizing] Address x86_64 RIP patch comments | Mark Mendell | 2015-04-10 | 2 | -51/+26 |
* | | Merge "[optimizing] Add RIP support for x86_64" | Roland Levillain | 2015-04-09 | 2 | -2/+164 |
|\ \ |
|
| * | | [optimizing] Add RIP support for x86_64 | Mark Mendell | 2015-04-09 | 2 | -2/+164 |
* | | | Merge "Implement CFI for JNI." | David Srbecky | 2015-04-09 | 2 | -1/+25 |
|\ \ \ |
|
| * | | | Implement CFI for JNI. | David Srbecky | 2015-04-08 | 2 | -1/+25 |
* | | | | Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" | Andreas Gampe | 2015-04-09 | 2 | -24/+70 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86_64: Fix the rex prefix for movzxb, movsxb, movb | Chao-ying Fu | 2015-04-08 | 2 | -24/+70 |
* | | | | Merge "Speedup div/rem by constants on x86 and x86_64" | Calin Juravle | 2015-04-09 | 3 | -0/+13 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Speedup div/rem by constants on x86 and x86_64 | Guillaume Sanchez | 2015-04-09 | 3 | -0/+13 |
* | | | | Merge "[optimizing] Implement more x86/x86_64 intrinsics" | Andreas Gampe | 2015-04-08 | 3 | -0/+66 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | [optimizing] Implement more x86/x86_64 intrinsics | Mark Mendell | 2015-04-06 | 3 | -0/+66 |
| | |/
| |/| |
|
* | | | Remove the old CFI infrastructure. | David Srbecky | 2015-04-07 | 3 | -64/+3 |
|/ / |
|
* | | [optimizing] Implement x86/x86_64 math intrinsics | Mark Mendell | 2015-04-01 | 3 | -0/+35 |
|/ |
|
* | [optimizing] Improve x86, x86_64 code | Mark Mendell | 2015-03-13 | 2 | -4/+17 |
* | ART: Templatize IsInt & IsUint | Andreas Gampe | 2015-02-18 | 3 | -26/+33 |
* | x64 goodness. | Nicolas Geoffray | 2015-02-06 | 2 | -0/+9 |
* | Small optimization for recursive calls: avoid dex cache. | Nicolas Geoffray | 2015-01-29 | 1 | -1/+2 |
* | Enable core callee-save on x64. | Nicolas Geoffray | 2015-01-21 | 1 | -3/+3 |
* | [optimizing compiler] Implement inline x86 FP '%' | Mark Mendell | 2015-01-21 | 2 | -0/+42 |
* | Add implicit null checks for the optimizing compiler | Calin Juravle | 2015-01-16 | 2 | -0/+9 |
* | ART: Optimizing compiler intrinsics | Andreas Gampe | 2015-01-15 | 3 | -6/+111 |
* | ART: Allow scoped adjustments to log verbosity | Andreas Gampe | 2015-01-15 | 1 | -1/+0 |
* | ART: Remove unused parts of x86 assemblers | Andreas Gampe | 2015-01-06 | 2 | -37/+0 |
* | Merge "Fix braino in x64 assembler." | Nicolas Geoffray | 2015-01-05 | 2 | -3/+9 |
|\ |
|
| * | Fix braino in x64 assembler. | Nicolas Geoffray | 2014-12-18 | 2 | -3/+9 |
* | | Revert "Don't block quick callee saved registers for optimizing." | Nicolas Geoffray | 2014-12-18 | 2 | -26/+3 |
|/ |
|
* | Don't block quick callee saved registers for optimizing. | Nicolas Geoffray | 2014-12-18 | 2 | -3/+26 |
* | Add support for double-to-int & double-to-long in optimizing. | Roland Levillain | 2014-12-05 | 2 | -1/+12 |
* | Add support for float-to-long in the optimizing compiler. | Roland Levillain | 2014-12-04 | 2 | -1/+17 |
* | Add support for long-to-float in the optimizing compiler. | Roland Levillain | 2014-11-27 | 2 | -1/+12 |
* | Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-27 | 4 | -1/+30 |
|\ |
|
| * | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-27 | 4 | -1/+30 |
* | | Add support for long-to-double in the optimizing compiler. | Roland Levillain | 2014-11-27 | 2 | -1/+12 |
|/ |
|
* | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-26 | 4 | -30/+1 |
* | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 4 | -1/+30 |
* | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Nicolas Geoffray | 2014-11-26 | 4 | -30/+1 |
* | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 4 | -1/+30 |
* | [optimizing compiler] Add shifts | Calin Juravle | 2014-11-24 | 3 | -9/+114 |
* | Fix the last users of TARGET_CPU_SMP. | Elliott Hughes | 2014-11-19 | 1 | -2/+0 |