1. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  2. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  3. 8249b42 Avoid verifier crash for quickened invoke on null. by Sebastien Hertz · 11 years ago
  4. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  5. 34633b2 am 5ce6f04f: am 3057d341: am a6b22c5b: Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  6. a6b22c5 Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  7. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  8. d0fbd85 Reduce memory allocation in verifier. by Ian Rogers · 11 years ago
  9. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  10. deb43702 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  11. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  12. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  13. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  14. dd3c27e Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  15. c642ec8 Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  16. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  17. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  18. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  19. 97a03e3 Fix small art build. by Ian Rogers · 11 years ago
  20. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  21. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  22. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  23. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  24. c9f9444 am a024a068: Compilation filter by buzbee · 11 years ago
  25. a024a06 Compilation filter by buzbee · 11 years ago
  26. a464748 Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  27. b9c37fb Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  28. fe1f7c8 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  29. b24b4a7 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  30. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  31. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  32. 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  33. 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 11 years ago
  34. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  35. 64d8f18 Merge "Support inline dex data" by buzbee · 11 years ago
  36. 728328a Support inline dex data by buzbee · 11 years ago
  37. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  38. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  39. 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 11 years ago
  40. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  41. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  42. 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 11 years ago
  43. c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 11 years ago
  44. 6d376ae Tidy ws and document verifier instruction flags. by Ian Rogers · 11 years ago
  45. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  46. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  47. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  48. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  49. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/method_verifier.cc]
  50. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 11 years ago
  51. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  52. 8a85399 Merge "Constructor barrier support in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  53. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  54. c15853b Cleanup quick support in verifier. by Sebastien Hertz · 12 years ago
  55. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  56. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  57. 62342ec Mark newly allocated objects as precise. by Ian Rogers · 12 years ago
  58. 04f94f4 Don't always mark array types as precise. by Ian Rogers · 12 years ago
  59. 16e3d2c Check interface assignability strictly for check-cast elision. by Ian Rogers · 12 years ago
  60. 9b36039 Peephole the type of a source of a move-object before instance-of. by Ian Rogers · 12 years ago
  61. c9e463c Faster instance-of for final classes. by Ian Rogers · 12 years ago
  62. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 12 years ago
  63. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 12 years ago
  64. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 12 years ago
  65. 5243e91 Reduce use of DecodedInstruction in verifier. by Sebastien Hertz · 12 years ago
  66. d058380 Allow type based sharpening for imprecise references. by Ian Rogers · 12 years ago
  67. 637c65b Verifier improvements. by Ian Rogers · 12 years ago
  68. 207bb65 Merge "More profiler driven tweaks." into dalvik-dev by Ian Rogers · 12 years ago
  69. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  70. 4e2fada Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 12 years ago
  71. 104bdd8 Merge "Revert "Elision of checks optimization."" into dalvik-dev by Ian Rogers · 12 years ago
  72. 54c7e27 Revert "Elision of checks optimization." by Ian Rogers · 12 years ago
  73. 2b87ddf Elision of checks optimization. by Dragos Sbirlea · 12 years ago
  74. 4e60ff6 Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 12 years ago
  75. 9e2d7f1 Elision of checks optimization. by Dragos Sbirlea · 12 years ago
  76. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 12 years ago
  77. b88b3da Revert "Elision of checks optimization." by Brian Carlstrom · 12 years ago
  78. ef7162e Elision of checks optimization. by Dragos Sbirlea · 12 years ago
  79. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  80. 29e2e7e Use UniquePtr in MethodVerifier::GenerateDevirtMap. by Dragos Sbirlea · 12 years ago
  81. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  82. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 12 years ago
  83. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  84. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 12 years ago
  85. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 12 years ago
  86. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 12 years ago
  87. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 12 years ago
  88. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  89. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  90. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  91. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 12 years ago
  92. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  93. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  94. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  95. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  96. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  97. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  98. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  99. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  100. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago