1. 3dbcb38 Support float & double negation in the optimizing compiler. by Roland Levillain · 11 years ago
  2. 55dcfb5 Add support for not-long on ARM64 in the optimizing compiler. by Roland Levillain · 11 years ago
  3. cd2de0c Fix failures after div support. by Nicolas Geoffray · 11 years ago
  4. f746cd9 Merge "Fix build." by Calin Juravle · 11 years ago
  5. d375fab Fix build. by Calin Juravle · 11 years ago
  6. 803ad87 Merge "[optimizing compiler] Add div-int and exception handling." by Calin Juravle · 11 years ago
  7. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 11 years ago
  8. e8469ac Merge "Don't use R4 for suspend check." by Nicolas Geoffray · 11 years ago
  9. 44b819e Don't use R4 for suspend check. by Nicolas Geoffray · 11 years ago
  10. ed9b195 Fix ART build issues. by Roland Levillain · 11 years ago
  11. 508368c Merge "Support int-to-long conversions in the optimizing compiler." by Roland Levillain · 11 years ago
  12. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 11 years ago
  13. 77dbcdd Merge "Fix LoadValue{Wide} to free temp when reg classes are not matched" by Ian Rogers · 11 years ago
  14. 675e09b ARM: Strength reduction for floating-point division by Ningsheng Jian · 11 years ago
  15. 211d45e Merge "X86 QBE: Mark kX86StartOfMethod as defining reg 0" by Ian Rogers · 11 years ago
  16. dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 11 years ago
  17. 080dd41 Clean up arena objects in Mir2Lir. by Vladimir Marko · 11 years ago
  18. 3c30a72 Merge "Fix store instructions to large frames in ARM opt. compiler." by Roland Levillain · 11 years ago
  19. 02c637e Fix LoadValue{Wide} to free temp when reg classes are not matched by Serguei Katkov · 11 years ago
  20. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 11 years ago
  21. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  22. 775ef49 Fix store instructions to large frames in ARM opt. compiler. by Roland Levillain · 11 years ago
  23. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 11 years ago
  24. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  25. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  26. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  27. c6e0955 Merge "Some improvement to reg alloc." by Mingyao Yang · 11 years ago
  28. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 11 years ago
  29. 2810f92 Disable kNoOutputOverlap optimization. by Nicolas Geoffray · 11 years ago
  30. a9014f9 Merge "Support for CONST_STRING in optimizing compiler." by Nicolas Geoffray · 11 years ago
  31. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 11 years ago
  32. 7d4ecd5 Avoid signed integer overflow. by Ian Rogers · 11 years ago
  33. 99f84c4 Remove bogus compiler flag from libart-compiler. by Ian Rogers · 11 years ago
  34. a8825e4 Merge "ARM: Generate $t mapping symbol to indicate thumb2 code" by Ian Rogers · 11 years ago
  35. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 11 years ago
  36. 26dcecb Merge "Follow-up CL after hard float changes." by Nicolas Geoffray · 11 years ago
  37. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 11 years ago
  38. 0a6c459 Fix for long parameter passed both in stack and register. by Nicolas Geoffray · 11 years ago
  39. f973455 ARM: Generate $t mapping symbol to indicate thumb2 code by Ningsheng Jian · 11 years ago
  40. 5f70c79 X86 QBE: Mark kX86StartOfMethod as defining reg 0 by Mark Mendell · 11 years ago
  41. 42d641b Opt compiler: Add ARM64 support for the Mul IR. by Alexandre Rames · 11 years ago
  42. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  43. 7c049c1 Merge "Remove useless suspend points from arm/arm64 AGET/APUT." by Vladimir Marko · 11 years ago
  44. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 11 years ago
  45. fb311f8 Remove useless suspend points from arm/arm64 AGET/APUT. by Vladimir Marko · 11 years ago
  46. 4816ecf Merge "Add long bitwise not instruction in the optimizing compiler." by Roland Levillain · 11 years ago
  47. 3c03503 Follow-up CL after hard float changes. by Nicolas Geoffray · 11 years ago
  48. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  49. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  50. 4985fdf Merge "Rewrite class initialization check elimination." by Vladimir Marko · 11 years ago
  51. 7056643 Add long bitwise not instruction in the optimizing compiler. by Roland Levillain · 11 years ago
  52. 1ba0f59 Support hard float on arm in optimizing compiler. by Nicolas Geoffray · 11 years ago
  53. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  54. 1ef3495 Merge "Quick: Fix wide Phi detection in GVN, clean up INVOKEs." by Vladimir Marko · 11 years ago
  55. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  56. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  57. b62ff57 Merge "ART: Add div/rem zero check elimination flag" by Ian Rogers · 11 years ago
  58. 8fe0e35 ART: Prevent float inference back to SSA in-regs. by Stephen Kyle · 11 years ago
  59. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  60. b5de00f Fix encoding of imul in x86_64 assembler. by Nicolas Geoffray · 11 years ago
  61. 64727ae Merge "Revert "Revert "Implement long negate instruction in the optimizing compiler.""" by Roland Levillain · 11 years ago
  62. 32da24b Merge "Fix wrong unsigned to signed conversions." by Nicolas Geoffray · 11 years ago
  63. 2e07b4f Revert "Revert "Implement long negate instruction in the optimizing compiler."" by Roland Levillain · 11 years ago
  64. 8d6ae52 Fix wrong unsigned to signed conversions. by Nicolas Geoffray · 11 years ago
  65. b4e1a4d Merge "ART: Add basic tests for materialized conditions." by Nicolas Geoffray · 11 years ago
  66. 30ca3d8 Revert "Implement long negate instruction in the optimizing compiler." by Roland Levillain · 11 years ago
  67. 9273074 ART: Add basic tests for materialized conditions. by Alexandre Rames · 11 years ago
  68. a4426cf Quick: Fix wide Phi detection in GVN, clean up INVOKEs. by Vladimir Marko · 11 years ago
  69. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 11 years ago
  70. 096cc02 [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes by Calin Juravle · 11 years ago
  71. 1135168 [optimizing compiler] Add float/double subtraction by Calin Juravle · 11 years ago
  72. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 11 years ago
  73. 039b6e2 Remove obsolete TODOs from codegen tests by Calin Juravle · 11 years ago
  74. 1122c7f Merge "Implement int bit-wise not operation in the optimizing compiler." by Roland Levillain · 11 years ago
  75. 1cc5f251 Implement int bit-wise not operation in the optimizing compiler. by Roland Levillain · 11 years ago
  76. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  77. aea6888 Merge "Tidy up logging." by Ian Rogers · 11 years ago
  78. c7dd295 Tidy up logging. by Ian Rogers · 11 years ago
  79. b08f4dc Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1" by Vladimir Marko · 11 years ago
  80. 48dee04 Minor fix in codegen tests. by Calin Juravle · 11 years ago
  81. b5bfa96 Add multiplication for floats/doubles in optimizing compiler by Calin Juravle · 11 years ago
  82. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 11 years ago
  83. a65c1db X86 Long Min/Max: Avoid calling SRegToVReg with -1 by Mark Mendell · 11 years ago
  84. 965ac7e Merge "Various fixes related to integer negate operations." by Roland Levillain · 11 years ago
  85. b762d2e Various fixes related to integer negate operations. by Roland Levillain · 11 years ago
  86. 1f897b9 Fix register_allocator_test after reg alloc changes. by Nicolas Geoffray · 11 years ago
  87. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 11 years ago
  88. 8d2c23e Merge "Implement register allocator for floating point registers." by Nicolas Geoffray · 11 years ago
  89. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  90. f628193 Merge "Enable generic JNI for x86 and ARM when interpret-only." by Ian Rogers · 11 years ago
  91. a4a3f40 Enable generic JNI for x86 and ARM when interpret-only. by Ian Rogers · 11 years ago
  92. 07f5c5e Merge "Constant folding on unary operations in the optimizing compiler." by Roland Levillain · 11 years ago
  93. fdc3173 Merge "Implement int negate instruction in the optimizing compiler." by Roland Levillain · 11 years ago
  94. 9240d6a Constant folding on unary operations in the optimizing compiler. by Roland Levillain · 11 years ago
  95. 88cb175 Implement int negate instruction in the optimizing compiler. by Roland Levillain · 11 years ago
  96. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 11 years ago
  97. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  98. 1e642b5 Merge "Have HInstruction::StrictlyDominates compute strict dominance." by Roland Levillain · 11 years ago
  99. 570d5dd Merge "Revert "Revert "Introduce a class to implement optimization passes.""" by Roland Levillain · 11 years ago
  100. e09c0fc Merge "Rename arm64 `Register` to `XRegister`." by Nicolas Geoffray · 11 years ago