| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Print memory usage in dex2oat shutdown | Mathieu Chartier | 2014-12-02 | 2 | -3/+17 |
* | Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug." | Nicolas Geoffray | 2014-12-01 | 1 | -6/+6 |
|\ |
|
| * | Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. | Serban Constantinescu | 2014-11-28 | 1 | -6/+6 |
* | | Don't use CanHoldArm in the code generator. | Nicolas Geoffray | 2014-11-28 | 6 | -77/+113 |
|/ |
|
* | 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 | 10 | -5/+76 |
|\ |
|
| * | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-27 | 10 | -5/+76 |
* | | Merge "Add support for long-to-double in the optimizing compiler." | Roland Levillain | 2014-11-27 | 5 | -8/+110 |
|\ \ |
|
| * | | Add support for long-to-double in the optimizing compiler. | Roland Levillain | 2014-11-27 | 5 | -8/+110 |
| |/ |
|
| * | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Calin Juravle | 2014-11-26 | 7 | -51/+2 |
| * | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 7 | -2/+51 |
* | | Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. | Vladimir Marko | 2014-11-26 | 1 | -19/+29 |
|/ |
|
* | Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" | Nicolas Geoffray | 2014-11-26 | 7 | -51/+2 |
* | [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} | Calin Juravle | 2014-11-26 | 7 | -2/+51 |
* | Merge "ART: Fix unused variables and functions" | Andreas Gampe | 2014-11-24 | 1 | -2/+1 |
|\ |
|
| * | ART: Fix unused variables and functions | Andreas Gampe | 2014-11-24 | 1 | -2/+1 |
* | | Further cleanup using dex_instruction_utils.h. | Vladimir Marko | 2014-11-24 | 1 | -0/+4 |
* | | Merge "[optimizing compiler] Add shifts" | Calin Juravle | 2014-11-24 | 8 | -19/+139 |
|\ \ |
|
| * | | [optimizing compiler] Add shifts | Calin Juravle | 2014-11-24 | 8 | -19/+139 |
* | | | Eliminate suspend checks on back-edges to return insn. | Vladimir Marko | 2014-11-24 | 1 | -0/+4 |
* | | | Merge "Rewrite GVN's field id and field type handling." | Vladimir Marko | 2014-11-24 | 1 | -0/+188 |
|\ \ \
| |_|/
|/| | |
|
| * | | Rewrite GVN's field id and field type handling. | Vladimir Marko | 2014-11-21 | 1 | -0/+188 |
* | | | Fix possible array access issue | Vladimir | 2014-11-21 | 1 | -0/+1 |
* | | | Merge "test: Fix assember_arm_test to compile on gcc" | Igor Murashkin | 2014-11-22 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | test: Fix assember_arm_test to compile on gcc | Igor Murashkin | 2014-11-21 | 1 | -1/+1 |
* | | | ART: Fix uninitialized value in arm32 assembler test | Andreas Gampe | 2014-11-20 | 1 | -0/+1 |
* | | | ART: Fix arm32 assembler test. | Andreas Gampe | 2014-11-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge "ART: Assembler_arm_test" | Andreas Gampe | 2014-11-20 | 4 | -111/+1235 |
|\ \
| |/
|/| |
|
| * | ART: Assembler_arm_test | Andreas Gampe | 2014-11-20 | 4 | -111/+1235 |
* | | Fix the last users of TARGET_CPU_SMP. | Elliott Hughes | 2014-11-19 | 5 | -10/+0 |
|/ |
|
* | Add support for int-to-char in the optimizing compiler. | Roland Levillain | 2014-11-14 | 7 | -0/+119 |
* | Merge "ART: Multiview assembler_test, fix x86-64 assembler" | Andreas Gampe | 2014-11-14 | 6 | -187/+877 |
|\ |
|
| * | ART: Multiview assembler_test, fix x86-64 assembler | Andreas Gampe | 2014-11-13 | 6 | -187/+877 |
* | | Instruction set features for ARM64, MIPS and X86. | Ian Rogers | 2014-11-13 | 2 | -7/+6 |
|/ |
|
* | Exercise the generation of SBFX on ARM32 & Thumb-2. | Roland Levillain | 2014-11-13 | 3 | -0/+257 |
* | Add support for int-to-byte in the optimizing compiler. | Roland Levillain | 2014-11-13 | 5 | -0/+47 |
* | [optimizing compiler] Add DIV_LONG | Calin Juravle | 2014-11-12 | 2 | -15/+62 |
* | Implement and/or/xor in optimizing. | Nicolas Geoffray | 2014-11-12 | 4 | -0/+79 |
* | Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler... | Roland Levillain | 2014-11-12 | 1 | -0/+1 |
|\ |
|
| * | Revert "Revert "Add support for long-to-int in the optimizing compiler."" | Roland Levillain | 2014-11-11 | 1 | -0/+1 |
* | | Implement checkcast for optimizing. | Nicolas Geoffray | 2014-11-12 | 1 | -1/+1 |
|/ |
|
* | Add support for not-long on ARM64 in the optimizing compiler. | Roland Levillain | 2014-11-06 | 1 | -1/+5 |
* | Support int-to-long conversions in the optimizing compiler. | Roland Levillain | 2014-11-05 | 2 | -0/+19 |
* | Merge "Fix store instructions to large frames in ARM opt. compiler." | Roland Levillain | 2014-11-05 | 1 | -6/+24 |
|\ |
|
| * | Fix store instructions to large frames in ARM opt. compiler. | Roland Levillain | 2014-11-04 | 1 | -6/+24 |
* | | ART: More warnings | Andreas Gampe | 2014-11-04 | 7 | -91/+96 |
|/ |
|
* | Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" | Andreas Gampe | 2014-11-04 | 1 | -1/+1 |
|\ |
|
| * | ART: Replace COMPILE_ASSERT with static_assert (compiler) | Andreas Gampe | 2014-11-03 | 1 | -1/+1 |