1. 00626c2 Fix Class.getModifiers for array classes. by Elliott Hughes · 11 years ago
  2. d457d8a Merge "No access check support." into dalvik-dev by Sebastien Hertz · 11 years ago
  3. 7a77d04 Merge "Fix O0 build." into dalvik-dev by Ian Rogers · 11 years ago
  4. e246319 Merge "Avoid null-checks in blocks following an explicit check." into dalvik-dev by Ian Rogers · 11 years ago
  5. 22fd6a0 Avoid null-checks in blocks following an explicit check. by Ian Rogers · 11 years ago
  6. 1c653d5 Fix O0 build. by Ian Rogers · 11 years ago
  7. fa7809f Mark instructions that produce non-null object arguments as non-null. by Ian Rogers · 11 years ago
  8. 233ea8e No access check support. by Sebastien Hertz · 11 years ago
  9. 8afe6e0 Temporarily disable los contains check. by Ian Rogers · 11 years ago
  10. e4c41c2 Merge "Don't recursively take ClassLinker::dex_lock_." into dalvik-dev by Ian Rogers · 11 years ago
  11. e3359f7 Don't recursively take ClassLinker::dex_lock_. by Ian Rogers · 11 years ago
  12. e51439c Merge "Now that abort(3) is fixed, Runtime::Abort() can be simplified." into dalvik-dev by Elliott Hughes · 11 years ago
  13. 1484395 am 7675e16b: Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  14. dd623db Now that abort(3) is fixed, Runtime::Abort() can be simplified. by Elliott Hughes · 11 years ago
  15. 62342ec Mark newly allocated objects as precise. by Ian Rogers · 11 years ago
  16. ccf1248 Always enable lock level checks. by Ian Rogers · 11 years ago
  17. d752f99 Merge "Dump oat file statistics with PrettySize." into dalvik-dev by Ian Rogers · 11 years ago
  18. 133a7b6 Merge "Fixed list of String methods after removal of old JIT methods." into dalvik-dev by Jeff Hao · 11 years ago
  19. 05e3a5f Fixed list of String methods after removal of old JIT methods. by Jeff Hao · 11 years ago
  20. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  21. 4bdbbc8 Dump oat file statistics with PrettySize. by Ian Rogers · 11 years ago
  22. 04f94f4 Don't always mark array types as precise. by Ian Rogers · 11 years ago
  23. 0dc9d34 Add missing ENTRY_POINT_INFOs. by Ian Rogers · 11 years ago
  24. 45ee8eb Merge "Better inline instrumentation callbacks in interpreter." into dalvik-dev by Sebastien Hertz · 11 years ago
  25. dd75d5d Don't set resolution method's compiled code entry to the interpreter. by Jeff Hao · 11 years ago
  26. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  27. 78ffecc Merge "Simplify CanAssumeTypeIsPresentInDexCache." into dalvik-dev by Ian Rogers · 11 years ago
  28. ece6c6e Merge "Tweaks to check-cast codegen." into dalvik-dev by Ian Rogers · 11 years ago
  29. 2630985 Tweaks to check-cast codegen. by Ian Rogers · 11 years ago
  30. 6fe568e Simplify CanAssumeTypeIsPresentInDexCache. by Ian Rogers · 11 years ago
  31. f67ed5e Merge "Check interface assignability strictly for check-cast elision." into dalvik-dev by Ian Rogers · 11 years ago
  32. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  33. 16e3d2c Check interface assignability strictly for check-cast elision. by Ian Rogers · 11 years ago
  34. 515661b am 4b7b9896: Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  35. 26563e9 Merge "Harmonize checks in switch instructions in interpreter." into dalvik-dev by Ian Rogers · 11 years ago
  36. 443dcc3 Harmonize checks in switch instructions in interpreter. by Sebastien Hertz · 11 years ago
  37. 74109f6 Better inline instrumentation callbacks in interpreter. by Sebastien Hertz · 11 years ago
  38. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  39. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  40. d090cf4 Always dump stacks if we're aborting. by Ian Rogers · 11 years ago
  41. 9b36039 Peephole the type of a source of a move-object before instance-of. by Ian Rogers · 11 years ago
  42. c9e463c Faster instance-of for final classes. by Ian Rogers · 11 years ago
  43. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 11 years ago
  44. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 11 years ago
  45. 1b1e8da Merge "Optimize branch instructions in interpreter." into dalvik-dev by Sebastien Hertz · 11 years ago
  46. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  47. 92c607f Optimize branch instructions in interpreter. by Sebastien Hertz · 11 years ago
  48. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  49. 4b3dc16 Merge "Tune ArenaBitVector::Iterator::Next." into dalvik-dev by Ian Rogers · 11 years ago
  50. 8d44885 Fix portable build shadow frame. by Jeff Hao · 11 years ago
  51. 0aaf0f2 Merge "Conform to convention for build env var for small art" into dalvik-dev by Anwar Ghuloum · 11 years ago
  52. a72dd8b Conform to convention for build env var for small art by Anwar Ghuloum · 11 years ago
  53. 48ae54e Tune ArenaBitVector::Iterator::Next. by Ian Rogers · 11 years ago
  54. 9838487 Merge "Clean up shadow frame." into dalvik-dev by Jeff Hao · 11 years ago
  55. e701f48 Clean up shadow frame. by Jeff Hao · 11 years ago
  56. 9b645ac am 62cd098c: Add check to catch use dalvik\'s libcore earlier by Brian Carlstrom · 11 years ago
  57. 62cd098 Add check to catch use dalvik's libcore earlier by Brian Carlstrom · 11 years ago
  58. 5243e91 Reduce use of DecodedInstruction in verifier. by Sebastien Hertz · 11 years ago
  59. 534ae2b Merge "Allow type based sharpening for imprecise references." into dalvik-dev by Ian Rogers · 11 years ago
  60. d058380 Allow type based sharpening for imprecise references. by Ian Rogers · 11 years ago
  61. 513369c Add array of abstract classes reflection test. by Ian Rogers · 11 years ago
  62. 8427a3d Merge "Don't mark instanceof as a safepoint." into dalvik-dev by Ian Rogers · 11 years ago
  63. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  64. 397c048 Don't mark instanceof as a safepoint. by Ian Rogers · 11 years ago
  65. 207bb65 Merge "More profiler driven tweaks." into dalvik-dev by Ian Rogers · 11 years ago
  66. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  67. 817e45a Compiler: type inference bug. by buzbee · 11 years ago
  68. 4e2fada Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 11 years ago
  69. 104bdd8 Merge "Revert "Elision of checks optimization."" into dalvik-dev by Ian Rogers · 11 years ago
  70. 54c7e27 Revert "Elision of checks optimization." by Ian Rogers · 11 years ago
  71. 2b87ddf Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  72. 49b21e3 Merge "Use no-omit-frame-pointer in host builds." into dalvik-dev by Ian Rogers · 11 years ago
  73. f89eccd Use no-omit-frame-pointer in host builds. by Ian Rogers · 11 years ago
  74. 4e60ff6 Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 11 years ago
  75. 9e2d7f1 Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  76. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  77. b29bbbc Merge "Revert "Elision of checks optimization."" into dalvik-dev by Brian Carlstrom · 11 years ago
  78. b88b3da Revert "Elision of checks optimization." by Brian Carlstrom · 11 years ago
  79. 2edb373 Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 11 years ago
  80. ef7162e Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  81. f8582c3 Build fix. by Ian Rogers · 11 years ago
  82. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  83. 1d9314c fix indentation by Anwar Ghuloum · 11 years ago
  84. 63937db Fix mac build by Anwar Ghuloum · 11 years ago
  85. b1a00bd Merge "Re-enable thread-safety checking on host, warn when not enabled." into dalvik-dev by Ian Rogers · 11 years ago
  86. ba3ce9a Re-enable thread-safety checking on host, warn when not enabled. by Ian Rogers · 11 years ago
  87. 90e3397 Merge "Fix for register number display in oatdump." into dalvik-dev by Ian Rogers · 11 years ago
  88. b43cef3 Fix for register number display in oatdump. by Dragos Sbirlea · 11 years ago
  89. 41bc990 Merge "Partial fix for reg number display in oatdump." into dalvik-dev by Ian Rogers · 11 years ago
  90. 8152be8 Merge "Use UniquePtr in MethodVerifier::GenerateDevirtMap." into dalvik-dev by Ian Rogers · 11 years ago
  91. 790ad90 Some more interpreter cleanup. by Jeff Hao · 11 years ago
  92. d4e868a Partial fix for reg number display in oatdump. by Dragos Sbirlea · 11 years ago
  93. ca6ad22 Specialize DoInvoke in interpreter. by Sebastien Hertz · 11 years ago
  94. a9cccb8 Merge "Optimize field access in interpreter by improving inlining." into dalvik-dev by Sebastien Hertz · 11 years ago
  95. c8a3ff8 Optimize field access in interpreter by improving inlining. by Sebastien Hertz · 11 years ago
  96. 6b019b3 Merge art from dalvik-dev to master by Brian Carlstrom · 11 years ago
  97. 29e2e7e Use UniquePtr in MethodVerifier::GenerateDevirtMap. by Dragos Sbirlea · 11 years ago
  98. 13aebfc Disable darwin build of art by Brian Carlstrom · 11 years ago
  99. 1e8c505 Remove quick compile-time dependency on mclinker by Brian Carlstrom · 11 years ago
  100. 7f55288 Fix ElfWriterMclinker for ART_USE_PORTABLE_COMPILER by Brian Carlstrom · 11 years ago