1. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  2. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  3. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  4. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  5. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  6. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  7. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  8. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  9. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  10. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  11. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  12. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  13. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  14. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  15. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  16. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  17. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  18. 3507105 Add support for inlining already sharpened interface calls. by Nicolas Geoffray · 10 years ago
  19. 8c4cce0 Merge "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  20. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  21. 4a56aca Revert "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  22. 7ce4b3d Do a type check for knowing if we can inline. by Nicolas Geoffray · 10 years ago
  23. c47908e Merge "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  24. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 10 years ago
  25. e918d38 Add $noinline$ tag to make sure a method has not been inlined. by Guillaume "Vermeille" Sanchez · 10 years ago
  26. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  27. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  28. 5ae1325 Fix another source of undeterministic inlining. by Nicolas Geoffray · 10 years ago
  29. d026143 Make inlining deterministic. by Nicolas Geoffray · 10 years ago
  30. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  31. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  32. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  33. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 10 years ago
  34. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  35. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  36. 8aec061 Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  37. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  38. 05144f4 ART: Hot fix for an inliner issue by David Brazdil · 10 years ago
  39. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  40. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  41. 3e90a96 [optimizing] Do not inline intrinsics by Razvan A Lupusoru · 10 years ago
  42. 7904129 Use the original invoke type when inlining. by Nicolas Geoffray · 10 years ago
  43. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 10 years ago
  44. 6a816cf Revert "Inline across dex files." by Nicolas Geoffray · 10 years ago
  45. 7e4c350 Inline across dex files. by Nicolas Geoffray · 10 years ago
  46. c0365b1 Remember whether a method was worth inlining. by Nicolas Geoffray · 10 years ago
  47. e50b8d2 Disable inlining in Optimizing when --debuggable is set. by Nicolas Geoffray · 11 years ago
  48. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 11 years ago
  49. e4335eb Make BCE a no-op if there is no array access. by Mingyao Yang · 11 years ago
  50. acf735c Reference type propagation by Calin Juravle · 11 years ago
  51. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 11 years ago
  52. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 11 years ago
  53. ef87c5d Allow nested inlining. by Nicolas Geoffray · 11 years ago
  54. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 11 years ago
  55. 259136f When inlining, also look whether we can allocate registers. by Nicolas Geoffray · 11 years ago
  56. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 11 years ago
  57. e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago