1. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 12 years ago
  2. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 12 years ago
  3. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 12 years ago
  4. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  5. 48ae54e Tune ArenaBitVector::Iterator::Next. by Ian Rogers · 12 years ago
  6. d058380 Allow type based sharpening for imprecise references. by Ian Rogers · 12 years ago
  7. 8427a3d Merge "Don't mark instanceof as a safepoint." into dalvik-dev by Ian Rogers · 12 years ago
  8. 637c65b Verifier improvements. by Ian Rogers · 12 years ago
  9. 397c048 Don't mark instanceof as a safepoint. by Ian Rogers · 12 years ago
  10. 207bb65 Merge "More profiler driven tweaks." into dalvik-dev by Ian Rogers · 12 years ago
  11. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  12. 817e45a Compiler: type inference bug. by buzbee · 12 years ago
  13. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 12 years ago
  14. f8582c3 Build fix. by Ian Rogers · 12 years ago
  15. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  16. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 12 years ago
  17. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  18. cf479b2 Merge "Rename abstract method code_ to entry_point_from_compiled_code_." into dalvik-dev by Jeff Hao · 12 years ago
  19. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  20. a55e10d Merge "Compiler: replace DOM traversal computation" into dalvik-dev by buzbee · 12 years ago
  21. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  22. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 12 years ago
  23. c44f68f Fixed Android.common.mk #define setting for small art by Anwar Ghuloum · 12 years ago
  24. bf47e5f Tracking merge of JWR32E (#656244) to dalvik-dev by Brian Carlstrom · 12 years ago
  25. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  26. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 12 years ago
  27. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  28. e40f302 Track rename of JSSE by Kenny Root · 12 years ago
  29. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 12 years ago
  30. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  31. 88fc036 Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev by Ian Rogers · 12 years ago
  32. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 12 years ago
  33. dfe0a24 Merge "Supporting de-virtualization for precise types." into dalvik-dev by Ian Rogers · 12 years ago
  34. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  35. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  36. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  37. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 12 years ago
  38. 6282dc1 MIR tidying. by Ian Rogers · 12 years ago
  39. 1f55ea0 minor cleanup by Anwar Ghuloum · 12 years ago
  40. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 12 years ago
  41. c4f105d Compile less stuff by Anwar Ghuloum · 12 years ago
  42. 4b4d711 Remove SLOW_ART output spam in compiler driver. by Jeff Hao · 12 years ago
  43. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 12 years ago
  44. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  45. f08e473 Fix abort regression. by Ian Rogers · 12 years ago
  46. 10e75ab Build fix. by Ian Rogers · 12 years ago
  47. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  48. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  49. b0245ae Compiler: stop wasting cycles.... by buzbee · 12 years ago
  50. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  51. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 12 years ago
  52. c404bfb Disable branch weights due to issue with llvm jb-mr2 by Brian Carlstrom · 12 years ago
  53. a188cd4 Use Thumb sp-relative store. by Sebastien Hertz · 12 years ago
  54. 75c233d Merge "Remove code related to compiled invoke stubs." into dalvik-dev by Jeff Hao · 12 years ago
  55. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  56. 22c0569 Disable close of compiler_library_ to workaround mclinker bug affecting gtest output by Brian Carlstrom · 12 years ago
  57. 333a8ec Update class_initializer_black_list for jb-mr2 by Brian Carlstrom · 12 years ago
  58. 37d4879 Changes to move to jb-mr2 based llvm by Brian Carlstrom · 12 years ago
  59. 52003fe Merge "Compiler: rework dataflow iterator." into dalvik-dev by buzbee · 12 years ago
  60. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 12 years ago
  61. f3e9855 Slow ART. by Ian Rogers · 12 years ago
  62. 2da15ed Merge "Make shadow frame addresses unique." into dalvik-dev by Sebastien Hertz · 12 years ago
  63. 71fe267 Some common frontend tidying. by Ian Rogers · 12 years ago
  64. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  65. f11afa0 Make shadow frame addresses unique. by Sebastien Hertz · 12 years ago
  66. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  67. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  68. aed0716 Some comment tweaks in quick. by Ian Rogers · 12 years ago
  69. 11ba0e9 Fix bad use of T3 encoding of add w/ pc by buzbee · 12 years ago
  70. 3559973 Add bitcode dumping to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  71. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  72. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  73. 0d94eb6 Minor LLVM cleanup. by Ian Rogers · 12 years ago
  74. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  75. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  76. 03c8960 Merge "Volatile support in Portable compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  77. 4b2e0b0 Volatile support in Portable compiler. by Sebastien Hertz · 12 years ago
  78. 901d5ba Intrinsics support in Portable compiler. by Sebastien Hertz · 12 years ago
  79. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  80. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  81. 219b5a8 Rename CompilationContext to ParallelCompilationManager. by Ian Rogers · 12 years ago
  82. 8550c9c Move the jni_compiler_test under compiler/jni. by Ian Rogers · 12 years ago
  83. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago
  84. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  85. 0d43d54 Generates barrier in constructor. by Sebastien Hertz · 12 years ago
  86. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  87. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  88. b7f49eb Merge "Remove Iceland." into dalvik-dev by Ian Rogers · 12 years ago
  89. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  90. a0e8bbd Add debug info on sporadic compiler crash. by buzbee · 12 years ago
  91. 9e1448a Update comment making reference to an old file. by Sebastien Hertz · 12 years ago
  92. 972a205 Merge "Add "select" detection to common frontend" into dalvik-dev by buzbee · 12 years ago
  93. f662a7c Add "select" detection to common frontend by buzbee · 12 years ago
  94. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  95. ee52cde Merge "Codegen tweaks" into dalvik-dev by buzbee · 12 years ago
  96. c7d1f91 Codegen tweaks by buzbee · 12 years ago
  97. b524db1 Merge "Add sun.misc.Unsafe get/put int/long/object intrinsics." into dalvik-dev by Jeff Hao · 12 years ago
  98. 5a70fe8 Add sun.misc.Unsafe get/put int/long/object intrinsics. by Jeff Hao · 12 years ago
  99. 987db60 Merge "Compiler cleanup: remove some old JIT leftovers." into dalvik-dev by buzbee · 12 years ago
  100. 8368340 Merge "Skip card mark when storing known null reference" into dalvik-dev by buzbee · 12 years ago