1. 2d27c8e Refactor InvokeDexCallingConventionVisitor in Optimizing. by Roland Levillain · 9 years ago
  2. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  3. ad4450e Opt compiler: Implement parallel move resolver without using swap. by Zheng Xu · 9 years ago
  4. 669d8a1 Merge "Revert "[optimizing] Improve x86 parallel moves/swaps"" by Calin Juravle · 9 years ago
  5. e14590b Revert "[optimizing] Improve x86 parallel moves/swaps" by Guillaume Sanchez · 9 years ago
  6. 27ef317 Merge "Follow up of "div/rem on x86 and x86_64", to tidy up the code a little." by Calin Juravle · 9 years ago
  7. a5c19ce [optimizing] Improve x86 parallel moves/swaps by Mark Mendell · 9 years ago
  8. 39dcf55 [optimizing] Address x86_64 RIP patch comments by Mark Mendell · 9 years ago
  9. b19930c Follow up of "div/rem on x86 and x86_64", to tidy up the code a little. by Guillaume Sanchez · 9 years ago
  10. f55c3e0 [optimizing] Add RIP support for x86_64 by Mark Mendell · 9 years ago
  11. 9615986 Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 9 years ago
  12. 0f88e87 Speedup div/rem by constants on x86 and x86_64 by Guillaume Sanchez · 9 years ago
  13. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 9 years ago
  14. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  15. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  16. d75948a Intrinsify String.compareTo. by Nicolas Geoffray · 9 years ago
  17. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  18. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  19. dc23d83 Avoid generating jmp +0. by Nicolas Geoffray · 9 years ago
  20. 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 10 years ago
  21. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  22. d97dc40 Support callee save floating point registers on x64. by Nicolas Geoffray · 10 years ago
  23. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  24. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  25. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  26. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  27. f85a9ca [optimizing compiler] Compute live spill size by Mark Mendell · 10 years ago
  28. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  29. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  30. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
  31. 86a8d7a Consistently use k{InstructionSet}WordSize. by Nicolas Geoffray · 10 years ago
  32. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  33. a3279c8 Merge "Do a parallel move in BoundsCheckSlowPath." by Nicolas Geoffray · 10 years ago
  34. f0e3937 Do a parallel move in BoundsCheckSlowPath. by Nicolas Geoffray · 10 years ago
  35. 9574c4b Implement and/or/xor in optimizing. by Nicolas Geoffray · 10 years ago
  36. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  37. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
  38. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  39. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  40. 92a73ae Don't use assembler classes in code_generator.h. by Nicolas Geoffray · 10 years ago
  41. 71175b7 Cleanup baseline register allocator. by Nicolas Geoffray · 10 years ago
  42. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  43. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 10 years ago
  44. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  45. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  46. 3bca0df Support for saving and restoring live registers in a slow path. by Nicolas Geoffray · 10 years ago
  47. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  48. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  49. 96f89a2 Add assembly operations with constants in optimizing compiler. by Nicolas Geoffray · 10 years ago
  50. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 10 years ago
  51. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  52. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago
  53. ecb2f9b Enable the register allocator on x86_64. by Nicolas Geoffray · 10 years ago
  54. 9cf3552 Add x86_64 support to the optimizing compiler. by Nicolas Geoffray · 10 years ago