| Commit message (Expand) | Author | Age | Files | Lines |
* | [optimizing compiler] Add division for floats and doubles | Calin Juravle | 2014-10-28 | 6 | -25/+211 |
* | Merge "Add long bitwise not instruction in the optimizing compiler." | Roland Levillain | 2014-10-28 | 6 | -5/+25 |
|\ |
|
| * | Add long bitwise not instruction in the optimizing compiler. | Roland Levillain | 2014-10-27 | 6 | -5/+25 |
* | | ART: Add support for patching and loading OAT files compiled with PIC | Igor Murashkin | 2014-10-27 | 4 | -13/+20 |
* | | Optimize method linking | Mathieu Chartier | 2014-10-27 | 1 | -5/+11 |
* | | Merge "Rewrite class initialization check elimination." | Vladimir Marko | 2014-10-27 | 17 | -229/+541 |
|\ \
| |/
|/| |
|
| * | Rewrite class initialization check elimination. | Vladimir Marko | 2014-10-27 | 17 | -229/+541 |
* | | Support hard float on arm in optimizing compiler. | Nicolas Geoffray | 2014-10-27 | 6 | -134/+187 |
|/ |
|
* | Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs." | Vladimir Marko | 2014-10-27 | 5 | -38/+173 |
|\ |
|
| * | Quick: Fix wide Phi detection in GVN, clean up INVOKEs. | Vladimir Marko | 2014-10-23 | 5 | -38/+173 |
* | | Merge "Tidy logging code not using UNIMPLEMENTED." | Ian Rogers | 2014-10-25 | 9 | -11/+17 |
|\ \ |
|
| * | | Tidy logging code not using UNIMPLEMENTED. | Ian Rogers | 2014-10-24 | 9 | -11/+17 |
* | | | ARM: Use hardfp calling convention between java to java call. | Zheng Xu | 2014-10-24 | 12 | -85/+708 |
* | | | Merge "ART: Add div/rem zero check elimination flag" | Ian Rogers | 2014-10-24 | 14 | -92/+109 |
|\ \ \ |
|
| * | | | ART: Add div/rem zero check elimination flag | Razvan A Lupusoru | 2014-10-14 | 14 | -92/+109 |
* | | | | ART: Prevent float inference back to SSA in-regs. | Stephen Kyle | 2014-10-24 | 1 | -0/+13 |
| |/ /
|/| | |
|
* | | | Fix encoding of imul in x86_64 assembler. | Nicolas Geoffray | 2014-10-24 | 2 | -1/+10 |
* | | | Merge "Revert "Revert "Implement long negate instruction in the optimizing co... | Roland Levillain | 2014-10-24 | 6 | -4/+54 |
|\ \ \ |
|
| * | | | Revert "Revert "Implement long negate instruction in the optimizing compiler."" | Roland Levillain | 2014-10-24 | 6 | -4/+54 |
* | | | | Merge "Fix wrong unsigned to signed conversions." | Nicolas Geoffray | 2014-10-24 | 2 | -6/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix wrong unsigned to signed conversions. | Nicolas Geoffray | 2014-10-23 | 2 | -6/+10 |
* | | | | Merge "ART: Add basic tests for materialized conditions." | Nicolas Geoffray | 2014-10-23 | 1 | -0/+117 |
|\ \ \ \ |
|
| * | | | | ART: Add basic tests for materialized conditions. | Alexandre Rames | 2014-10-23 | 1 | -0/+117 |
| |/ / / |
|
* | | | | Revert "Implement long negate instruction in the optimizing compiler." | Roland Levillain | 2014-10-23 | 6 | -43/+4 |
|/ / / |
|
* | | | Implement long negate instruction in the optimizing compiler. | Roland Levillain | 2014-10-23 | 6 | -4/+43 |
* | | | [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes | Calin Juravle | 2014-10-23 | 1 | -0/+20 |
* | | | [optimizing compiler] Add float/double subtraction | Calin Juravle | 2014-10-23 | 3 | -101/+89 |
* | | | ART: optimizing compiler: initial support for ARM64. | Alexandre Rames | 2014-10-23 | 8 | -4/+1472 |
* | | | Remove obsolete TODOs from codegen tests | Calin Juravle | 2014-10-23 | 1 | -3/+1 |
* | | | Merge "Implement int bit-wise not operation in the optimizing compiler." | Roland Levillain | 2014-10-23 | 7 | -22/+102 |
|\ \ \ |
|
| * | | | Implement int bit-wise not operation in the optimizing compiler. | Roland Levillain | 2014-10-23 | 7 | -22/+102 |
| | |/
| |/| |
|
* | | | C++11 related clean-up of DISALLOW_.. | Ian Rogers | 2014-10-22 | 9 | -41/+16 |
* | | | Merge "Tidy up logging." | Ian Rogers | 2014-10-22 | 6 | -47/+62 |
|\ \ \
| |/ /
|/| | |
|
| * | | Tidy up logging. | Ian Rogers | 2014-10-22 | 6 | -47/+62 |
* | | | Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1" | Vladimir Marko | 2014-10-22 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | X86 Long Min/Max: Avoid calling SRegToVReg with -1 | Mark Mendell | 2014-10-22 | 1 | -0/+5 |
| |/ / |
|
* | | | Minor fix in codegen tests. | Calin Juravle | 2014-10-22 | 1 | -1/+1 |
* | | | Add multiplication for floats/doubles in optimizing compiler | Calin Juravle | 2014-10-22 | 4 | -38/+71 |
* | | | Implement array creation related DEX instructions. | Nicolas Geoffray | 2014-10-22 | 6 | -7/+284 |
* | | | Merge "Various fixes related to integer negate operations." | Roland Levillain | 2014-10-22 | 2 | -2/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Various fixes related to integer negate operations. | Roland Levillain | 2014-10-22 | 2 | -2/+6 |
* | | | Fix register_allocator_test after reg alloc changes. | Nicolas Geoffray | 2014-10-21 | 1 | -2/+2 |
|/ / |
|
* | | Fix off by one errors in linear scan register allocator. | Nicolas Geoffray | 2014-10-21 | 3 | -8/+10 |
* | | Merge "Implement register allocator for floating point registers." | Nicolas Geoffray | 2014-10-21 | 24 | -138/+647 |
|\ \ |
|
| * | | Implement register allocator for floating point registers. | Nicolas Geoffray | 2014-10-21 | 24 | -138/+647 |
* | | | Merge "Enable generic JNI for x86 and ARM when interpret-only." | Ian Rogers | 2014-10-21 | 1 | -1/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Enable generic JNI for x86 and ARM when interpret-only. | Ian Rogers | 2014-10-21 | 1 | -1/+15 |
* | | | Merge "Constant folding on unary operations in the optimizing compiler." | Roland Levillain | 2014-10-21 | 4 | -8/+94 |
|\ \ \ |
|
| * | | | Constant folding on unary operations in the optimizing compiler. | Roland Levillain | 2014-10-21 | 4 | -8/+94 |
* | | | | Merge "Implement int negate instruction in the optimizing compiler." | Roland Levillain | 2014-10-21 | 6 | -0/+170 |
|\ \ \ \
| |/ / / |
|