1. a024a06 Compilation filter by buzbee · 11 years ago
  2. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  3. 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  4. 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 11 years ago
  5. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  6. 64d8f18 Merge "Support inline dex data" by buzbee · 11 years ago
  7. 728328a Support inline dex data by buzbee · 11 years ago
  8. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  9. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  10. 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 11 years ago
  11. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  12. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  13. 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 11 years ago
  14. c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 11 years ago
  15. 6d376ae Tidy ws and document verifier instruction flags. by Ian Rogers · 11 years ago
  16. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  17. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  18. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  19. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  20. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/method_verifier.cc]
  21. 1581766 resolved conflicts for merge of 51c2467e to dalvik-dev by Brian Carlstrom · 11 years ago
  22. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  23. 8a85399 Merge "Constructor barrier support in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 11 years ago
  24. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  25. c15853b Cleanup quick support in verifier. by Sebastien Hertz · 11 years ago
  26. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  27. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  28. 62342ec Mark newly allocated objects as precise. by Ian Rogers · 11 years ago
  29. 04f94f4 Don't always mark array types as precise. by Ian Rogers · 11 years ago
  30. 16e3d2c Check interface assignability strictly for check-cast elision. by Ian Rogers · 11 years ago
  31. 9b36039 Peephole the type of a source of a move-object before instance-of. by Ian Rogers · 11 years ago
  32. c9e463c Faster instance-of for final classes. by Ian Rogers · 11 years ago
  33. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 11 years ago
  34. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 11 years ago
  35. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  36. 5243e91 Reduce use of DecodedInstruction in verifier. by Sebastien Hertz · 11 years ago
  37. d058380 Allow type based sharpening for imprecise references. by Ian Rogers · 11 years ago
  38. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  39. 207bb65 Merge "More profiler driven tweaks." into dalvik-dev by Ian Rogers · 11 years ago
  40. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  41. 4e2fada Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 11 years ago
  42. 104bdd8 Merge "Revert "Elision of checks optimization."" into dalvik-dev by Ian Rogers · 11 years ago
  43. 54c7e27 Revert "Elision of checks optimization." by Ian Rogers · 11 years ago
  44. 2b87ddf Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  45. 4e60ff6 Merge "Elision of checks optimization." into dalvik-dev by Ian Rogers · 11 years ago
  46. 9e2d7f1 Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  47. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  48. b88b3da Revert "Elision of checks optimization." by Brian Carlstrom · 11 years ago
  49. ef7162e Elision of checks optimization. by Dragos Sbirlea · 11 years ago
  50. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  51. 29e2e7e Use UniquePtr in MethodVerifier::GenerateDevirtMap. by Dragos Sbirlea · 11 years ago
  52. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  53. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 11 years ago
  54. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  55. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  56. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  57. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  58. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 11 years ago
  59. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  60. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  61. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  62. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 11 years ago
  63. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  64. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  65. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  66. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  67. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  68. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  69. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  70. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  71. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  72. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  73. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  74. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  75. 9b0b188 Make verifier ignore a method if it's a duplicate. by jeffhao · 12 years ago
  76. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  77. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  78. 30bce5a LLVM build fix. by Ian Rogers · 12 years ago
  79. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  80. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  81. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 12 years ago
  82. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  83. c898258 Re-enable parallel verification. by Ian Rogers · 12 years ago
  84. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  85. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 12 years ago
  86. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  87. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 12 years ago
  88. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  89. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  90. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  91. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  92. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  93. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  94. 380aaa7 Fix a possible off-by-one in the verifier. by Elliott Hughes · 12 years ago
  95. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 12 years ago
  96. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  97. 6d657bf Ignore the redundant InferredRegCategoryMap. by Logan Chien · 12 years ago
  98. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  99. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  100. 0a1038b Make tsan happy. by Elliott Hughes · 12 years ago