| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove type conversion nodes converting to the same type. | Nicolas Geoffray | 2014-12-01 | 1 | -2/+2 |
* | Don't use CanHoldArm in the code generator. | Nicolas Geoffray | 2014-11-28 | 1 | -11/+11 |
* | Add support for long-to-float in the optimizing compiler. | Roland Levillain | 2014-11-27 | 1 | -11/+58 |
* | Wrap long lines in the optimizing compiler. | Roland Levillain | 2014-11-27 | 1 | -22/+53 |
* | Merge "Ensure opt. compiler doesn't get core & FP registers mixed up." | Roland Levillain | 2014-11-27 | 1 | -144/+144 |
|\ |
|
| * | Ensure opt. compiler doesn't get core & FP registers mixed up. | Roland Levillain | 2014-11-27 | 1 | -144/+144 |
* | | Fix Move64 by using ParallelMoves. | Nicolas Geoffray | 2014-11-27 | 1 | -22/+30 |
|/ |
|
* | Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-27 | 1 | -23/+51 |
|\ |
|
| * | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-27 | 1 | -23/+51 |
* | | Add support for long-to-double in the optimizing compiler. | Roland Levillain | 2014-11-27 | 1 | -1/+43 |
|/ |
|
* | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-26 | 1 | -49/+22 |
* | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 1 | -22/+49 |
* | Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" | Nicolas Geoffray | 2014-11-26 | 1 | -49/+22 |
|\ |
|
| * | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Nicolas Geoffray | 2014-11-26 | 1 | -49/+22 |
* | | Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-26 | 1 | -22/+49 |
|\| |
|
| * | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 1 | -22/+49 |
* | | Move dexCacheStrings from ArtMethod to Class | Mathieu Chartier | 2014-11-25 | 1 | -2/+2 |
|/ |
|
* | [optimizing compiler] Add shifts | Calin Juravle | 2014-11-24 | 1 | -0/+118 |
* | Consistently use k{InstructionSet}WordSize. | Nicolas Geoffray | 2014-11-19 | 1 | -3/+3 |
* | Change 64 bit ArtMethod fields to be pointer sized | Mathieu Chartier | 2014-11-18 | 1 | -3/+6 |
* | Opt compiler: Add support for more IRs on arm64. | Alexandre Rames | 2014-11-18 | 1 | -9/+9 |
* | Add support for int-to-float & int-to-double in optimizing. | Roland Levillain | 2014-11-17 | 1 | -4/+87 |
* | Merge "[optimizing compiler] Add REM_INT, REM_LONG" | Calin Juravle | 2014-11-17 | 1 | -0/+80 |
|\ |
|
| * | [optimizing compiler] Add REM_INT, REM_LONG | Calin Juravle | 2014-11-17 | 1 | -0/+80 |
* | | Merge "Add support for int-to-short in the optimizing compiler." | Roland Levillain | 2014-11-17 | 1 | -0/+31 |
|\ \ |
|
| * | | Add support for int-to-short in the optimizing compiler. | Roland Levillain | 2014-11-14 | 1 | -0/+31 |
| |/ |
|
* | | Merge "Minor object store optimizations." | Nicolas Geoffray | 2014-11-17 | 1 | -22/+45 |
|\ \
| |/
|/| |
|
| * | Minor object store optimizations. | Nicolas Geoffray | 2014-11-14 | 1 | -22/+45 |
* | | Add support for int-to-char in the optimizing compiler. | Roland Levillain | 2014-11-14 | 1 | -6/+39 |
* | | Merge "Add support for int-to-byte in the optimizing compiler." | Roland Levillain | 2014-11-13 | 1 | -0/+31 |
|\ \ |
|
| * | | Add support for int-to-byte in the optimizing compiler. | Roland Levillain | 2014-11-13 | 1 | -0/+31 |
* | | | Merge "[optimizing compiler] Fix Move for instruction with constant output" | Calin Juravle | 2014-11-13 | 1 | -22/+25 |
|\ \ \
| |/ /
|/| | |
|
| * | | [optimizing compiler] Fix Move for instruction with constant output | Calin Juravle | 2014-11-13 | 1 | -22/+25 |
* | | | Merge "[optimizing compiler] Add DIV_LONG" | Calin Juravle | 2014-11-13 | 1 | -9/+53 |
|\| | |
|
| * | | [optimizing compiler] Add DIV_LONG | Calin Juravle | 2014-11-12 | 1 | -9/+53 |
* | | | Merge "[optimizing compiler] add HTemporary support for long and doubles" | Calin Juravle | 2014-11-13 | 1 | -1/+6 |
|\| |
| |/
|/| |
|
| * | [optimizing compiler] add HTemporary support for long and doubles | Calin Juravle | 2014-11-12 | 1 | -1/+6 |
* | | Merge "Do a parallel move in BoundsCheckSlowPath." | Nicolas Geoffray | 2014-11-13 | 1 | -14/+12 |
|\ \
| |/
|/| |
|
| * | Do a parallel move in BoundsCheckSlowPath. | Nicolas Geoffray | 2014-11-12 | 1 | -14/+12 |
* | | Implement and/or/xor in optimizing. | Nicolas Geoffray | 2014-11-12 | 1 | -0/+73 |
|/ |
|
* | Implement monitorenter/monitorexit. | Nicolas Geoffray | 2014-11-12 | 1 | -0/+14 |
* | Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler... | Roland Levillain | 2014-11-12 | 1 | -3/+50 |
|\ |
|
| * | Revert "Revert "Add support for long-to-int in the optimizing compiler."" | Roland Levillain | 2014-11-11 | 1 | -3/+50 |
* | | Implement checkcast for optimizing. | Nicolas Geoffray | 2014-11-12 | 1 | -11/+52 |
|/ |
|
* | Revert "Add support for long-to-int in the optimizing compiler." | Roland Levillain | 2014-11-11 | 1 | -51/+3 |
* | Add support for long-to-int in the optimizing compiler. | Roland Levillain | 2014-11-11 | 1 | -3/+51 |
* | Support Java conversions from char to long in opt. compiler. | Roland Levillain | 2014-11-10 | 1 | -0/+2 |
* | Merge "Support invoke-interface in optimizing." | Nicolas Geoffray | 2014-11-10 | 1 | -4/+39 |
|\ |
|
| * | Support invoke-interface in optimizing. | Nicolas Geoffray | 2014-11-10 | 1 | -4/+39 |
* | | Implement instanceof in optimizing. | Nicolas Geoffray | 2014-11-07 | 1 | -2/+95 |