1. 72783ff ART: Fix bug in GraphBuilder by David Brazdil · 10 years ago
  2. 6cd788f Address small comments in HGraphBuilder by David Brazdil · 10 years ago
  3. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 10 years ago
  4. 98bea9f Merge "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 10 years ago
  5. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 10 years ago
  6. 761f281 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  7. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  8. c7d5ae3 Merge "ART: Release inputs in Long.reverse intrinsic in x86" by Andreas Gampe · 10 years ago
  9. 575422f ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 10 years ago
  10. 7d5e4d0 Merge "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 10 years ago
  11. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 10 years ago
  12. c7432f3 Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  13. 30502f1 Merge "Revert "Revert "Remove interpreter entrypoint in ArtMethod.""" by Nicolas Geoffray · 10 years ago
  14. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  15. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  16. 3e18a89 Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing." by Roland Levillain · 10 years ago
  17. 569e81e Merge "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  18. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  19. d5bd4fd Merge "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  20. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 10 years ago
  21. 53ed3c5 Merge "ART: Fix opsize in LoadArgDirect" by Andreas Gampe · 10 years ago
  22. 185a558 ART: Fix opsize in LoadArgDirect by Andreas Gampe · 10 years ago
  23. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  24. ee35ff8 Merge "Improve code generation for ARM64 VisitArrayGet/Set." by Nicolas Geoffray · 10 years ago
  25. 82000b0 Improve code generation for ARM64 VisitArrayGet/Set. by Alexandre Rames · 10 years ago
  26. 399426d Merge "Added next condition check to branch instruction" by Roland Levillain · 10 years ago
  27. 45b83af Revert "Revert "Fix LSRA bug with explicit register temporaries"" by Nicolas Geoffray · 10 years ago
  28. a5fc140 Revert "Fix LSRA bug with explicit register temporaries" by Calin Juravle · 10 years ago
  29. 283b854 Fix LSRA bug with explicit register temporaries by Mark Mendell · 10 years ago
  30. 281a632 ART: Fix graph for switch leaving a try block by David Brazdil · 10 years ago
  31. 22bb5a2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  32. 7d5ea03 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 10 years ago
  33. 23bfc0b Merge "Build statically linked version of dex2oat." by Calin Juravle · 10 years ago
  34. c87c893 Merge "Implement heap poisoning in ART's Optimizing compiler." by Roland Levillain · 10 years ago
  35. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  36. ea725ec Merge "Don't print signatures to avoid spaces." by Nicolas Geoffray · 10 years ago
  37. 242febb Don't print signatures to avoid spaces. by Nicolas Geoffray · 10 years ago
  38. 49bace1 Address additional comments on try-catch CL by David Brazdil · 10 years ago
  39. 8922e0b Merge "ART: Changes to try-catch in GraphBuilder" by David Brazdil · 10 years ago
  40. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  41. 312f1bf Merge "Do not do a type check when setting null to an array." by Nicolas Geoffray · 10 years ago
  42. 9fdb31e Do not do a type check when setting null to an array. by Nicolas Geoffray · 10 years ago
  43. 39dc375 Merge "Emit method name at invokes in the graph visualizer." by Nicolas Geoffray · 10 years ago
  44. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 10 years ago
  45. 842acd4 Emit method name at invokes in the graph visualizer. by Nicolas Geoffray · 10 years ago
  46. 436cbc5 Merge "Fix a MOV instruction in Optimizing's x86-64 code generator." by Roland Levillain · 10 years ago
  47. 06b66d0 Fix a MOV instruction in Optimizing's x86-64 code generator. by Roland Levillain · 10 years ago
  48. c7657e9 Merge "Use CompareAndBranchIf(Non)Zero when applicable." by Nicolas Geoffray · 10 years ago
  49. 2bcb431 Use CompareAndBranchIf(Non)Zero when applicable. by Nicolas Geoffray · 10 years ago
  50. 2b252dc Merge "Quick: Fix a DCHECK to take type conflicts into account." by Andreas Gampe · 10 years ago
  51. e2142d25 Added next condition check to branch instruction by agicsaki · 10 years ago
  52. bbcc01a Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. by Roland Levillain · 10 years ago
  53. 806af26 Merge "Do not replace a live phi with a dead phi." by Nicolas Geoffray · 10 years ago
  54. 4230e18 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  55. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  56. 2e232ce Merge "Revert "Do not update the type of something we already know."" by Calin Juravle · 10 years ago
  57. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 10 years ago
  58. f67156e Merge "Do not update the type of something we already know." by Nicolas Geoffray · 10 years ago
  59. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 10 years ago
  60. 5e6926c Quick: Fix a DCHECK to take type conflicts into account. by Vladimir Marko · 10 years ago
  61. f7e7327 Quick: Disable GVN, DCE and LVN for type conflicts. by Vladimir Marko · 10 years ago
  62. b485915 Merge "Revert "Revert "ART: Implement try/catch blocks in Builder""" by David Brazdil · 10 years ago
  63. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  64. 4a08e17 Merge "Minor fixes to mips64 for the arch-specific optimisation framework." by Roland Levillain · 10 years ago
  65. d3eaade Merge "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  66. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  67. cf950c2 Revert "ART: Fix gtests after try/catch change" by David Brazdil · 10 years ago
  68. a65930d ART: Fix gtests after try/catch change by David Brazdil · 10 years ago
  69. 2f81cd8 Merge "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  70. c833299 ART: Fix kEverything compiler filter by buzbee · 10 years ago
  71. 292edf0 Merge "ART: Set methods to preverified in verify-none" by Andreas Gampe · 10 years ago
  72. 1c284f2 ART: Set methods to preverified in verify-none by Andreas Gampe · 10 years ago
  73. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  74. bcc9d2b Merge "Only do some checks when compiling against the core image." by Nicolas Geoffray · 10 years ago
  75. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  76. 1dd3136 Merge "[MIPS64] JNI Compiler: Sign-extend int function arguments" by Andreas Gampe · 10 years ago
  77. fdc9af0 Merge "Use a flag from the verifier to know if we should compile." by Nicolas Geoffray · 10 years ago
  78. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  79. 0c955b1 Merge "BCE: don't assume a bounds check always gets a HArrayLength." by Nicolas Geoffray · 10 years ago
  80. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 10 years ago
  81. 22c4edd Merge "ART: Run GraphChecker after Builder and SsaBuilder" by David Brazdil · 10 years ago
  82. 2b1bc48 Merge "BCE: Narrow instead of unconditionnaly overwrite the range." by Nicolas Geoffray · 10 years ago
  83. a09ff9c BCE: Narrow instead of unconditionnaly overwrite the range. by Nicolas Geoffray · 10 years ago
  84. 8df886b BCE: don't assume a bounds check always gets a HArrayLength. by Nicolas Geoffray · 10 years ago
  85. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 10 years ago
  86. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 10 years ago
  87. ea80942 Fix codegen_test after DCE fix. by Nicolas Geoffray · 10 years ago
  88. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 10 years ago
  89. 9dda8f2 Merge "Fix another case of un-verified dead code." by Nicolas Geoffray · 10 years ago
  90. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 10 years ago
  91. f39e064 Minor fixes to mips64 for the arch-specific optimisation framework. by Alexandre Rames · 10 years ago
  92. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  93. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 10 years ago
  94. 0022bdf Merge "ART: Fix data loss when symbolizing oat files." by Roland Levillain · 10 years ago
  95. 87dc1b0 Merge "ART: Compiler generated GC map should take care of temp registers." by Vladimir Marko · 10 years ago
  96. b5061a8 Merge "Do not overwrite an input register in shift operations." by Nicolas Geoffray · 10 years ago
  97. a4f3581 Do not overwrite an input register in shift operations. by Nicolas Geoffray · 10 years ago
  98. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 10 years ago
  99. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 10 years ago
  100. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 10 years ago