| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ART: Multiview assembler_test, fix x86-64 assembler | Andreas Gampe | 2014-11-13 | 3 | -80/+602 |
* | [optimizing compiler] Add DIV_LONG | Calin Juravle | 2014-11-12 | 2 | -15/+62 |
* | Implement and/or/xor in optimizing. | Nicolas Geoffray | 2014-11-12 | 2 | -0/+53 |
* | 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 |
* | ART: More warnings | Andreas Gampe | 2014-11-04 | 1 | -43/+43 |
* | Add long bitwise not instruction in the optimizing compiler. | Roland Levillain | 2014-10-27 | 2 | -0/+11 |
* | Fix encoding of imul in x86_64 assembler. | Nicolas Geoffray | 2014-10-24 | 2 | -1/+10 |
* | Revert "Revert "Implement long negate instruction in the optimizing compiler."" | Roland Levillain | 2014-10-24 | 2 | -0/+8 |
* | Revert "Implement long negate instruction in the optimizing compiler." | Roland Levillain | 2014-10-23 | 2 | -8/+0 |
* | Implement long negate instruction in the optimizing compiler. | Roland Levillain | 2014-10-23 | 2 | -0/+8 |
* | C++11 related clean-up of DISALLOW_.. | Ian Rogers | 2014-10-22 | 2 | -10/+4 |
* | Implement register allocator for floating point registers. | Nicolas Geoffray | 2014-10-21 | 3 | -4/+35 |
* | Add multiplication for integral types | Calin Juravle | 2014-10-17 | 3 | -1/+35 |
* | stdint types all the way! | Ian Rogers | 2014-10-09 | 2 | -5/+5 |
* | Stop converting from Location to ManagedRegister. | Nicolas Geoffray | 2014-10-09 | 1 | -0/+1 |
* | Add support for floats and doubles. | Nicolas Geoffray | 2014-10-07 | 2 | -0/+11 |
* | Fix movw on x86/x86_64 to accept any 16bits immediate. | Nicolas Geoffray | 2014-10-07 | 1 | -1/+1 |
* | Add a prepare for register allocation pass. | Nicolas Geoffray | 2014-10-06 | 2 | -0/+15 |
* | Fix x86_64 assembler LoadRef to use movl. | Hiroshi Yamauchi | 2014-09-30 | 1 | -1/+1 |
* | Get heap poisoning working in 64-bit. | Hiroshi Yamauchi | 2014-09-29 | 1 | -1/+3 |
* | Optimize suspend checks in optimizing compiler. | Nicolas Geoffray | 2014-09-25 | 2 | -0/+10 |