1. 62753c4 Fix VM-less builds. by David 'Digit' Turner · 10 years ago
  2. f7ebda4 Merge "Fix fault handler invoked before vm running." by Christopher Ferris · 10 years ago
  3. ea09c1e Merge "Try normal allocation if large object allocation fails" by Mathieu Chartier · 10 years ago
  4. 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 10 years ago
  5. 87e0aa4 Merge "Fix growth limit / footprint limit problems" by Mathieu Chartier · 10 years ago
  6. 0310da5 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  7. 90fe256 Merge "Set dex_cache_strings_ when we call Class::SetDexCache" by Mathieu Chartier · 10 years ago
  8. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  9. dde815a Merge "ART: x86 specific clearing higher bits when converting long to int" by Bill Buzbee · 10 years ago
  10. 758662e Merge "Quick: Fix neg-long on ARM for overlapping regs." by Vladimir Marko · 10 years ago
  11. 05d5810 Merge "Refactor handling of conditional branches with known result." by Vladimir Marko · 10 years ago
  12. 0a08097 Merge "Quick: Use 16-bit conditional branch in Thumb2." by Vladimir Marko · 10 years ago
  13. 057491f Merge "Quick: Use 16-bit Thumb2 PUSH/POP when possible." by Vladimir Marko · 10 years ago
  14. 2f340a8 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 10 years ago
  15. 0c137c4 Merge "Remove type conversion nodes converting to the same type." by Nicolas Geoffray · 10 years ago
  16. 01fcc9e Remove type conversion nodes converting to the same type. by Nicolas Geoffray · 10 years ago
  17. dff1069 Merge "Opt Compiler: Arm64: Add support for more IRs plus various fixes." by Nicolas Geoffray · 10 years ago
  18. 89b5387 Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug." by Nicolas Geoffray · 10 years ago
  19. 672db02 Merge "Fix insertion of parallel move when connecting siblings." by Nicolas Geoffray · 10 years ago
  20. 5976857 Fix insertion of parallel move when connecting siblings. by Nicolas Geoffray · 10 years ago
  21. 5a57dae Merge "Don't walk the libcore tree when finding tests." by Nicolas Geoffray · 10 years ago
  22. 3cdf818 Don't walk the libcore tree when finding tests. by Nicolas Geoffray · 10 years ago
  23. 7933e18 Merge "Print the right default for the compiler backend." by Nicolas Geoffray · 10 years ago
  24. 4586fb6 Print the right default for the compiler backend. by Nicolas Geoffray · 10 years ago
  25. 33c5aac Merge "Don't use CanHoldArm in the code generator." by Nicolas Geoffray · 10 years ago
  26. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
  27. 6e2d377 Merge "Add a script for running libcore tests." by Nicolas Geoffray · 10 years ago
  28. b2e7e24 Add a script for running libcore tests. by Nicolas Geoffray · 10 years ago
  29. 7ab2fce Refactor handling of conditional branches with known result. by Vladimir Marko · 10 years ago
  30. 02164b3 Opt Compiler: Arm64: Add support for more IRs plus various fixes. by Serban Constantinescu · 10 years ago
  31. 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
  32. eea79dd Merge "Fix a bug in the linear scan register allocator." by Nicolas Geoffray · 10 years ago
  33. 9ce56af Merge "Fix bogus assumption for live registers at safe point." by Nicolas Geoffray · 10 years ago
  34. db5453b Merge "Fix a bug in GVN." by Nicolas Geoffray · 10 years ago
  35. dbca6fa Fix a bug in GVN. by Nicolas Geoffray · 10 years ago
  36. f2d52e4 Merge "Add support for long-to-float in the optimizing compiler." by Roland Levillain · 10 years ago
  37. 6d0e483 Add support for long-to-float in the optimizing compiler. by Roland Levillain · 10 years ago
  38. 7c97e85 Merge "Wrap long lines in the optimizing compiler." by Roland Levillain · 10 years ago
  39. 199f336 Wrap long lines in the optimizing compiler. by Roland Levillain · 10 years ago
  40. 924632d Merge "Ensure opt. compiler doesn't get core & FP registers mixed up." by Roland Levillain · 10 years ago
  41. e936f68 Merge "Fix neg-float & neg-double for null values in opt. compiler." by Roland Levillain · 10 years ago
  42. 6e98da8 Merge "Fix Move64 by using ParallelMoves." by Nicolas Geoffray · 10 years ago
  43. 32b2a52 Fix Move64 by using ParallelMoves. by Nicolas Geoffray · 10 years ago
  44. 271ab9c Ensure opt. compiler doesn't get core & FP registers mixed up. by Roland Levillain · 10 years ago
  45. 5368c21 Fix neg-float & neg-double for null values in opt. compiler. by Roland Levillain · 10 years ago
  46. d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  47. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  48. a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 10 years ago
  49. 63b2fa5 Merge "Optimizing: Use 16-bit Thumb2 PUSH/POP when possible." by Vladimir Marko · 10 years ago
  50. 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 10 years ago
  51. 6af8206 ART: x86 specific clearing higher bits when converting long to int by Yevgeny Rouban · 10 years ago
  52. 35ecc8c Merge "Trim reference tables when we trim the heap" by Mathieu Chartier · 10 years ago
  53. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  54. bd6bb37 Merge "Add a way to change the IMT size" by Mathieu Chartier · 10 years ago
  55. 7939a25 Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
  56. cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  57. 46fbaab Fix a bug in the linear scan register allocator. by Nicolas Geoffray · 10 years ago
  58. e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
  59. 3c17775 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Calin Juravle · 10 years ago
  60. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  61. f261134 Merge "ART: Use Overwrite instead of Put" by Andreas Gampe · 10 years ago
  62. e4b9435 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  63. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  64. 174636d Quick: Use 16-bit conditional branch in Thumb2. by Vladimir Marko · 10 years ago
  65. 9d5c25a Quick: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
  66. acd0339 Fix bogus assumption for live registers at safe point. by Nicolas Geoffray · 10 years ago
  67. fef1680 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Nicolas Geoffray · 10 years ago
  68. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
  69. 141d92c Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  70. 94572c5 Merge "Add ART_USE_OPTIMIZING_COMPILER flag." by Nicolas Geoffray · 10 years ago
  71. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  72. a1785c5 ART: Use Overwrite instead of Put by Andreas Gampe · 10 years ago
  73. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  74. 220526b Merge "Move dexCacheStrings from ArtMethod to Class" by Mathieu Chartier · 10 years ago
  75. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  76. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  77. 8ac8d55 Merge "Fix oatwriter code deduping" by Mathieu Chartier · 10 years ago
  78. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  79. dc00c73 Merge "ART: Avoid recursive abort" by Andreas Gampe · 10 years ago
  80. f0c0014 Merge "Quick compiler: handle embedded switch data" by buzbee · 10 years ago
  81. 6489d22 Quick compiler: handle embedded switch data by buzbee · 10 years ago
  82. 79d43fd Merge "ART: GenLongArith has to clobber same operands for 2-op instr" by Bill Buzbee · 10 years ago
  83. 071beed Merge "ART: Generate switch targets from successor blocks" by Bill Buzbee · 10 years ago
  84. 55c5c3c Merge "Skip null check in MarkGCCard() for known non-null values." by Vladimir Marko · 10 years ago
  85. a757c8e Merge "Fix tests now that dead phis are removed when building SSA." by Nicolas Geoffray · 10 years ago
  86. a3c00e5 Fix tests now that dead phis are removed when building SSA. by Nicolas Geoffray · 10 years ago
  87. 8acd5cb Merge "Fix a bug in the type analysis phase of optimizing." by Nicolas Geoffray · 10 years ago
  88. 1fd2ab3 Merge "ART: Fix inline dependency" by Andreas Gampe · 10 years ago
  89. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago
  90. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  91. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
  92. dd24fcf Merge "Revert "ART: Remove wrong DCHECK"" by Andreas Gampe · 10 years ago
  93. ce41062 Revert "ART: Remove wrong DCHECK" by Andreas Gampe · 10 years ago
  94. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  95. 385f00f Merge "Delete ArtMethod gc_map_ field" by Mathieu Chartier · 10 years ago
  96. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  97. a5de192 Merge "Further cleanup using dex_instruction_utils.h." by Vladimir Marko · 10 years ago
  98. bff1b08 Merge "Fix the list of arm64 broken optimizing tests." by Calin Juravle · 10 years ago
  99. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  100. 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 10 years ago