1. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 10 years ago
  2. ede7bf8 Align CodeInfo regions instead of their inner subregions. by Roland Levillain · 10 years ago
  3. 63346f5 Merge "Fix the computation of the size of the stack maps region." by Roland Levillain · 10 years ago
  4. 29ba1b0 Fix the computation of the size of the stack maps region. by Roland Levillain · 10 years ago
  5. faa375c Merge "Disable inlining in Optimizing when --debuggable is set." by Nicolas Geoffray · 10 years ago
  6. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 10 years ago
  7. e50b8d2 Disable inlining in Optimizing when --debuggable is set. by Nicolas Geoffray · 10 years ago
  8. a4d120c Fix build breakage. by Nicolas Geoffray · 10 years ago
  9. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 10 years ago
  10. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 10 years ago
  11. 9ac0e4d Force word alignment of Dex register maps. by Roland Levillain · 10 years ago
  12. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  13. 97d30ac Merge "Opt compiler: Basic simplification for arithmetic operations." by Roland Levillain · 10 years ago
  14. 1f49bdc Merge "Compress the Dex register maps built by the optimizing compiler." by Roland Levillain · 10 years ago
  15. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 10 years ago
  16. e4aca02 Merge "Run the natural loop recognizer before building SSA." by Nicolas Geoffray · 10 years ago
  17. d335083 Run the natural loop recognizer before building SSA. by Nicolas Geoffray · 10 years ago
  18. bf5565a Merge "Revert "Opt Compiler: Materialise constants that cannot be encoded"" by Nicolas Geoffray · 10 years ago
  19. 3ce57ab Revert "Opt Compiler: Materialise constants that cannot be encoded" by Nicolas Geoffray · 10 years ago
  20. 28b87a6 Merge "Give an expected type to phis created for multiple returns." by Nicolas Geoffray · 10 years ago
  21. 4f1a384 Give an expected type to phis created for multiple returns. by Nicolas Geoffray · 10 years ago
  22. 1baecb2 Merge "Opt Compiler: Materialise constants that cannot be encoded" by Nicolas Geoffray · 10 years ago
  23. d304629 Merge "ART: Check that boot image classes are verified" by Andreas Gampe · 10 years ago
  24. d159eef Merge "Fix incompatible class change error for JIT stress mode" by Mathieu Chartier · 10 years ago
  25. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 10 years ago
  26. b59dba0 Fix a bug in the SSA builder. by Nicolas Geoffray · 10 years ago
  27. 758c2f6 Opt Compiler: Materialise constants that cannot be encoded by Serban Constantinescu · 10 years ago
  28. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 10 years ago
  29. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  30. be91548 Merge "Fix dex2dex logic" by Mathieu Chartier · 10 years ago
  31. 9c8d961 Fix dex2dex logic by Mathieu Chartier · 10 years ago
  32. 3afca78 Fix tests now that the SSA builder is pruning more phis. by Nicolas Geoffray · 10 years ago
  33. 48e702f Merge "Make the SSA builder honor the debuggable flag." by Nicolas Geoffray · 10 years ago
  34. 39d9fe2 Merge "Add way to print JIT related info at shutdown" by Mathieu Chartier · 10 years ago
  35. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  36. 6ad40cd [MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions. by Goran Jakovljevic · 10 years ago
  37. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  38. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  39. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  40. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  41. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  42. 0e242b5 Merge "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  43. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  44. 2ed20af Opt compiler: Clean the use of `virtual` and `OVERRIDE`. by Alexandre Rames · 10 years ago
  45. b341b70 Merge "Extend compiler/optimizing/stack_map_test.cc." by Roland Levillain · 10 years ago
  46. b265262 Merge "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  47. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  48. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 10 years ago
  49. 66b2666 Merge "ART: AddVectorReduce should store result in memory carefully" by Bill Buzbee · 10 years ago
  50. df45205 ART: Fix test breakage by David Brazdil · 10 years ago
  51. 12baf47 Extend compiler/optimizing/stack_map_test.cc. by Roland Levillain · 10 years ago
  52. 9a9ab61 ART: Optimize iteration of safepoints by David Brazdil · 10 years ago
  53. af8db2e Merge "[optimizing] Use callee-save registers for x86" by Nicolas Geoffray · 10 years ago
  54. 5f87418 [optimizing] Use callee-save registers for x86 by Mark Mendell · 10 years ago
  55. 4d4eff7 ART: Fix compile-time-init fail by Andreas Gampe · 10 years ago
  56. d37f919 ART: Do not produce CFI when not asked for by Andreas Gampe · 10 years ago
  57. b8fef11 Merge "[optimizing] Improve x86/x86_64 bound check code" by Andreas Gampe · 10 years ago
  58. c670efd Merge "ART: Add debuggable compiler flag" by Andreas Gampe · 10 years ago
  59. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 10 years ago
  60. f60c90b [optimizing] Improve x86/x86_64 bound check code by Mark Mendell · 10 years ago
  61. 6775ba5 Fix bce gtest. by Mingyao Yang · 10 years ago
  62. d8de6f2 Merge "Make BCE a no-op if there is no array access." by Mingyao Yang · 10 years ago
  63. de0eb6f Fix arm64 build. by Nicolas Geoffray · 10 years ago
  64. 085b733 ART: AddVectorReduce should store result in memory carefully by Maxim Kazantsev · 10 years ago
  65. e4335eb Make BCE a no-op if there is no array access. by Mingyao Yang · 10 years ago
  66. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 10 years ago
  67. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  68. 8928cab Add a change that should be part of "enhance gvn for commutative ops." by Mingyao Yang · 10 years ago
  69. 49ccb6e Merge "Opt compiler: enhance gvn for commutative ops." by Mingyao Yang · 10 years ago
  70. 86a4db4 Merge "Remove ART_SMALL_MODE ifdefs." by Jeff Hao · 10 years ago
  71. dc5ac73 Opt compiler: enhance gvn for commutative ops. by Mingyao Yang · 10 years ago
  72. 94e9172 Fix build lint issue. by Brian Carlstrom · 10 years ago
  73. ea84bf7 Merge "bce: add support to narrow two MonotonicValueRange's at the same time." by Mingyao Yang · 10 years ago
  74. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  75. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  76. 207fc16 Merge "Stack support for Optimizing compiler" by Nicolas Geoffray · 10 years ago
  77. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  78. d07adcf Merge "[optimizing compiler] x86 goodness" by Nicolas Geoffray · 10 years ago
  79. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 10 years ago
  80. 4b39eee Merge "bce: handle a pattern for circular buffer" by Mingyao Yang · 10 years ago
  81. 4559f00 bce: handle a pattern for circular buffer by Mingyao Yang · 10 years ago
  82. 87998b0 Merge "ART: Cache last returned range in LiveInterval::Covers" by David Brazdil · 10 years ago
  83. 0b25c71 Merge "Add support for .bss section in oat files." by Vladimir Marko · 10 years ago
  84. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  85. 09b8463 [optimizing compiler] x86 goodness by Mark Mendell · 10 years ago
  86. 5b8e6a5 ART: Cache last returned range in LiveInterval::Covers by David Brazdil · 10 years ago
  87. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 10 years ago
  88. dce71f3 Change JIT to not use PIC by Mathieu Chartier · 10 years ago
  89. 8376830 Merge "Handle another untyped dex CONST issue" by buzbee · 10 years ago
  90. 28a3588 Fix JIT direct call to interpreter bridge by Mathieu Chartier · 10 years ago
  91. 335c555 ARM: Fix LIR flags in encoding map. by Ningsheng Jian · 10 years ago
  92. 71ef044 Change already inline error to warning by Mathieu Chartier · 10 years ago
  93. 4f9bbe2 Merge "Fix JIT for vmdebug test 99" by Mathieu Chartier · 10 years ago
  94. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 10 years ago
  95. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 10 years ago
  96. f58c11c Fix argument register allocation for mips32. by Douglas Leung · 10 years ago
  97. 714e14f ART: Nano optimization of LiveInterval by David Brazdil · 10 years ago
  98. 7e6a233 Delete bad DCHECK by Mathieu Chartier · 10 years ago
  99. 510be43 Merge "Revert "Revert "Add JIT""" by Mathieu Chartier · 10 years ago
  100. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago