1. 7d5ea03 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 10 years ago
  2. 23bfc0b Merge "Build statically linked version of dex2oat." by Calin Juravle · 10 years ago
  3. c87c893 Merge "Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 10 years ago
  4. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  5. ea725ec Merge "Don't print signatures to avoid spaces." by Nicolas Geoffray · 10 years ago
  6. 242febb Don't print signatures to avoid spaces. by Nicolas Geoffray · 10 years ago
  7. 49bace1 Address additional comments on try-catch CL by David Brazdil · 10 years ago
  8. 8922e0b Merge "ART: Changes to try-catch in GraphBuilder" by David Brazdil · 10 years ago
  9. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  10. 312f1bf Merge "Do not do a type check when setting null to an array." by Nicolas Geoffray · 10 years ago
  11. 9fdb31e Do not do a type check when setting null to an array. by Nicolas Geoffray · 10 years ago
  12. 39dc375 Merge "Emit method name at invokes in the graph visualizer." by Nicolas Geoffray · 10 years ago
  13. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 10 years ago
  14. 842acd4 Emit method name at invokes in the graph visualizer. by Nicolas Geoffray · 10 years ago
  15. 436cbc5 Merge "Fix a MOV instruction in Optimizing's x86-64 code generator." by Roland Levillain · 10 years ago
  16. 06b66d0 Fix a MOV instruction in Optimizing's x86-64 code generator. by Roland Levillain · 10 years ago
  17. c7657e9 Merge "Use CompareAndBranchIf(Non)Zero when applicable." by Nicolas Geoffray · 10 years ago
  18. 2bcb431 Use CompareAndBranchIf(Non)Zero when applicable. by Nicolas Geoffray · 10 years ago
  19. 2b252dc Merge "Quick: Fix a DCHECK to take type conflicts into account." by Andreas Gampe · 10 years ago
  20. bbcc01a Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. by Roland Levillain · 10 years ago
  21. 806af26 Merge "Do not replace a live phi with a dead phi." by Nicolas Geoffray · 10 years ago
  22. 4230e18 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  23. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  24. 2e232ce Merge "Revert "Do not update the type of something we already know."" by Calin Juravle · 10 years ago
  25. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 10 years ago
  26. f67156e Merge "Do not update the type of something we already know." by Nicolas Geoffray · 10 years ago
  27. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 10 years ago
  28. 5e6926c Quick: Fix a DCHECK to take type conflicts into account. by Vladimir Marko · 10 years ago
  29. f7e7327 Quick: Disable GVN, DCE and LVN for type conflicts. by Vladimir Marko · 10 years ago
  30. b485915 Merge "Revert "Revert "ART: Implement try/catch blocks in Builder""" by David Brazdil · 10 years ago
  31. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  32. 4a08e17 Merge "Minor fixes to mips64 for the arch-specific optimisation framework." by Roland Levillain · 10 years ago
  33. d3eaade Merge "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  34. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  35. cf950c2 Revert "ART: Fix gtests after try/catch change" by David Brazdil · 10 years ago
  36. a65930d ART: Fix gtests after try/catch change by David Brazdil · 10 years ago
  37. 2f81cd8 Merge "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  38. c833299 ART: Fix kEverything compiler filter by buzbee · 10 years ago
  39. 292edf0 Merge "ART: Set methods to preverified in verify-none" by Andreas Gampe · 10 years ago
  40. 1c284f2 ART: Set methods to preverified in verify-none by Andreas Gampe · 10 years ago
  41. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  42. bcc9d2b Merge "Only do some checks when compiling against the core image." by Nicolas Geoffray · 10 years ago
  43. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  44. 1dd3136 Merge "[MIPS64] JNI Compiler: Sign-extend int function arguments" by Andreas Gampe · 10 years ago
  45. fdc9af0 Merge "Use a flag from the verifier to know if we should compile." by Nicolas Geoffray · 10 years ago
  46. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  47. 0c955b1 Merge "BCE: don't assume a bounds check always gets a HArrayLength." by Nicolas Geoffray · 10 years ago
  48. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 10 years ago
  49. 22c4edd Merge "ART: Run GraphChecker after Builder and SsaBuilder" by David Brazdil · 10 years ago
  50. 2b1bc48 Merge "BCE: Narrow instead of unconditionnaly overwrite the range." by Nicolas Geoffray · 10 years ago
  51. a09ff9c BCE: Narrow instead of unconditionnaly overwrite the range. by Nicolas Geoffray · 10 years ago
  52. 8df886b BCE: don't assume a bounds check always gets a HArrayLength. by Nicolas Geoffray · 10 years ago
  53. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 10 years ago
  54. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 10 years ago
  55. ea80942 Fix codegen_test after DCE fix. by Nicolas Geoffray · 10 years ago
  56. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 10 years ago
  57. 9dda8f2 Merge "Fix another case of un-verified dead code." by Nicolas Geoffray · 10 years ago
  58. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 10 years ago
  59. f39e064 Minor fixes to mips64 for the arch-specific optimisation framework. by Alexandre Rames · 10 years ago
  60. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  61. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 10 years ago
  62. 0022bdf Merge "ART: Fix data loss when symbolizing oat files." by Roland Levillain · 10 years ago
  63. 87dc1b0 Merge "ART: Compiler generated GC map should take care of temp registers." by Vladimir Marko · 10 years ago
  64. b5061a8 Merge "Do not overwrite an input register in shift operations." by Nicolas Geoffray · 10 years ago
  65. a4f3581 Do not overwrite an input register in shift operations. by Nicolas Geoffray · 10 years ago
  66. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 10 years ago
  67. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 10 years ago
  68. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 10 years ago
  69. 59cb521 Merge "Fix in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  70. c08ab29 ART: Don't do pre-linked calls to the interpreter bridge. by Vladimir Marko · 10 years ago
  71. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  72. ae37039 Merge "Use compiling class instead of outer class for access checks." by Nicolas Geoffray · 10 years ago
  73. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  74. 8ec0e20 Merge "ART: Simplify (Not)Equal bool vs. int to true/false" by David Brazdil · 10 years ago
  75. 1e9ec05 ART: Simplify (Not)Equal bool vs. int to true/false by David Brazdil · 10 years ago
  76. 0f0be72 Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  77. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  78. afd0641 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 10 years ago
  79. e85647e Merge "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  80. 8cf7cbf Merge "Fix wrong DCHECK in bounds check elimination." by Nicolas Geoffray · 10 years ago
  81. aa91920 Fix String Change baseline compiler errors. by Nicolas Geoffray · 10 years ago
  82. 8d82a0c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 10 years ago
  83. 183617a Fix in ReferenceTypePropagation by Calin Juravle · 10 years ago
  84. 1e73a95 Merge "Use signed encoding when using relative CFI addresses." by David Srbecky · 10 years ago
  85. 1706588 Use signed encoding when using relative CFI addresses. by David Srbecky · 10 years ago
  86. f8da196 Fix GC map generation edge case by Mathieu Chartier · 10 years ago
  87. dde9827 Fix case where block has no predecessor for StringChange. by Jeff Hao · 10 years ago
  88. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 10 years ago
  89. e102f19 Merge "Fix StringChange for optimizing compiler." by Jeff Hao · 10 years ago
  90. e4bb626 Merge "Quick: Handle total high/low register overlap on arm/mips." by Vladimir Marko · 10 years ago
  91. 87a135e Merge "Be careful with predecessor/successor index." by Nicolas Geoffray · 10 years ago
  92. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  93. ff3fd95 Merge "Quick: Fix optimizations for empty if blocks." by Vladimir Marko · 10 years ago
  94. 4664889 Opt compiler: Add a description to MIP64 slow paths. by Roland Levillain · 10 years ago
  95. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  96. 71af6f7 Merge "Opt compiler: Add a description to slow paths." by David Brazdil · 10 years ago
  97. 8958f7f Quick: Handle total high/low register overlap on arm/mips. by Vladimir Marko · 10 years ago
  98. f11c420 Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 10 years ago
  99. 9931f31 Opt compiler: Add a description to slow paths. by Alexandre Rames · 10 years ago
  100. 97d207c Merge "Use compiling class instead of referrer for access checks." by Nicolas Geoffray · 10 years ago