1. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 11 years ago
  2. 6d0e483 Add support for long-to-float in the optimizing compiler. by Roland Levillain · 11 years ago
  3. d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  4. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  5. a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 11 years ago
  6. 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 11 years ago
  7. e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 11 years ago
  8. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  9. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  10. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 11 years ago
  11. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  12. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 11 years ago
  13. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 11 years ago
  14. 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 11 years ago
  15. 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 11 years ago
  16. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 11 years ago
  17. 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 11 years ago
  18. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 11 years ago
  19. f41b92c Fix possible array access issue by Vladimir · 11 years ago
  20. 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 11 years ago
  21. cad2f0a test: Fix assember_arm_test to compile on gcc by Igor Murashkin · 11 years ago
  22. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 11 years ago
  23. ab65c67 ART: Fix uninitialized value in arm32 assembler test by Andreas Gampe · 11 years ago
  24. 8205c77 ART: Fix arm32 assembler test. by Andreas Gampe · 11 years ago
  25. 17f7873 Merge "ART: Assembler_arm_test" by Andreas Gampe · 11 years ago
  26. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 11 years ago
  27. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 11 years ago
  28. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 11 years ago
  29. 0e57dec Merge "ART: Multiview assembler_test, fix x86-64 assembler" by Andreas Gampe · 11 years ago
  30. 851df20 ART: Multiview assembler_test, fix x86-64 assembler by Andreas Gampe · 11 years ago
  31. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  32. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 11 years ago
  33. 51d3fc4 Add support for int-to-byte in the optimizing compiler. by Roland Levillain · 11 years ago
  34. d6fb6cf [optimizing compiler] Add DIV_LONG by Calin Juravle · 11 years ago
  35. 9574c4b Implement and/or/xor in optimizing. by Nicolas Geoffray · 11 years ago
  36. 15136cb Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler.""" by Roland Levillain · 11 years ago
  37. 57a88d4 Implement checkcast for optimizing. by Nicolas Geoffray · 11 years ago
  38. 946e143 Revert "Revert "Add support for long-to-int in the optimizing compiler."" by Roland Levillain · 11 years ago
  39. 55dcfb5 Add support for not-long on ARM64 in the optimizing compiler. by Roland Levillain · 11 years ago
  40. dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 11 years ago
  41. 3c30a72 Merge "Fix store instructions to large frames in ARM opt. compiler." by Roland Levillain · 11 years ago
  42. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  43. 775ef49 Fix store instructions to large frames in ARM opt. compiler. by Roland Levillain · 11 years ago
  44. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  45. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  46. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  47. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  48. 7056643 Add long bitwise not instruction in the optimizing compiler. by Roland Levillain · 11 years ago
  49. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  50. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  51. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  52. b5de00f Fix encoding of imul in x86_64 assembler. by Nicolas Geoffray · 11 years ago
  53. 2e07b4f Revert "Revert "Implement long negate instruction in the optimizing compiler."" by Roland Levillain · 11 years ago
  54. 30ca3d8 Revert "Implement long negate instruction in the optimizing compiler." by Roland Levillain · 11 years ago
  55. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 11 years ago
  56. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 11 years ago
  57. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  58. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  59. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 11 years ago
  60. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 11 years ago
  61. 34bacdf Add multiplication for integral types by Calin Juravle · 11 years ago
  62. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  63. 3d2ec35 Fix ScopedArenaAllocator::Reset() for Create()d allocators. by Vladimir Marko · 11 years ago
  64. 71175b7 Cleanup baseline register allocator. by Nicolas Geoffray · 11 years ago
  65. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  66. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 11 years ago
  67. 9e878d5 Merge "Tidy ELF builder." by Ian Rogers · 11 years ago
  68. 0279ebb Tidy ELF builder. by Ian Rogers · 11 years ago
  69. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 11 years ago
  70. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 11 years ago
  71. b6e7206 Fix movw on x86/x86_64 to accept any 16bits immediate. by Nicolas Geoffray · 11 years ago
  72. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 11 years ago
  73. f889267 Fix x86_64 assembler LoadRef to use movl. by Hiroshi Yamauchi · 11 years ago
  74. bafedc3 Merge "Get heap poisoning working in 64-bit." by Hiroshi Yamauchi · 11 years ago
  75. 35c68e3 ART: Fix typo by Andreas Gampe · 11 years ago
  76. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  77. b88f0b1 Get heap poisoning working in 64-bit. by Hiroshi Yamauchi · 11 years ago
  78. 1ed5b27 Merge "Implement method calls using relative BL on ARM." by Vladimir Marko · 11 years ago
  79. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  80. a72cb22 Merge "Optimize suspend checks in optimizing compiler." by Nicolas Geoffray · 11 years ago
  81. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 11 years ago
  82. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  83. d7fe69b Merge "ART: Fix host test failure (assembler_thumb_test)." by Ian Rogers · 11 years ago
  84. 928f72b ART: Fix things for valgrind by Andreas Gampe · 11 years ago
  85. 52ed9ad ART: Fix host test failure (assembler_thumb_test). by Tong Shen · 11 years ago
  86. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 11 years ago
  87. e77493c Make common BitVector operations inline-able. by Ian Rogers · 11 years ago
  88. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  89. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  90. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  91. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 11 years ago
  92. 54e15de ART: Make assembler_test less chatty by Andreas Gampe · 11 years ago
  93. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 11 years ago
  94. 7747c8d ART: Remove test files after test by Andreas Gampe · 11 years ago
  95. 30687af Fix SIB for base + index addressing in x86_64 assembler. by Nicolas Geoffray · 11 years ago
  96. e4ded41 Fix movw in x86_64 assembler. by Nicolas Geoffray · 11 years ago
  97. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 11 years ago
  98. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  99. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 11 years ago
  100. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 11 years ago