1. ef01222 Fix typos. by Roland Levillain · 7 years ago
  2. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 8 years ago
  3. 0d638bb ART: Fix RegTypeCache for instance field declaring class by David Brazdil · 8 years ago
  4. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  5. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  6. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 8 years ago
  7. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 8 years ago
  8. 8d8fc48 ART: Relax verifier checks by Andreas Gampe · 8 years ago
  9. bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 8 years ago
  10. 4a2c8fc Fix bug with verification of constructors by Alex Light · 8 years ago
  11. 980027c ART: Treat throw with non-reference type as hard failure in verifier. by Pavel Vyssotski · 8 years ago
  12. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 8 years ago
  13. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 8 years ago
  14. 97b1135 ART: Weaken dex file verifier abstract check by Andreas Gampe · 8 years ago
  15. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  16. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 8 years ago
  17. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  18. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  19. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  20. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  21. ad238ce ART: Add option to retain lock levels in verifier by Andreas Gampe · 9 years ago
  22. c147410 ART: Special form of lock aliasing by Andreas Gampe · 9 years ago
  23. f5cdc41 ART: (Partially) fix lock aliasing by Andreas Gampe · 9 years ago
  24. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  25. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  26. b58474e ART: Change UnresolvedMergedType merge by Andreas Gampe · 9 years ago
  27. 2ea7b70 ART: Add complex UnresolvedMergedType test case by Andreas Gampe · 9 years ago
  28. be2aa44 ART: Relax IsInstantiable check by Andreas Gampe · 9 years ago
  29. 891dfaa ART: Fix UninitializedReference handling by Andreas Gampe · 9 years ago
  30. 747e536 Clean up after verifier changes wrt. conflict/undefined reg. by Vladimir Marko · 9 years ago
  31. 97a1ff3 ART: Change merges with Undefined to Undefined by Andreas Gampe · 9 years ago
  32. 7135ff0 ART: Fix test by Andreas Gampe · 9 years ago
  33. 3853628 ART: Allow to set and copy conflicts in the verifier by Andreas Gampe · 9 years ago
  34. 185a558 ART: Fix opsize in LoadArgDirect by Andreas Gampe · 9 years ago
  35. d5ad72f ART: Fix invalid access and DCHECK in verifier by Andreas Gampe · 9 years ago
  36. d12e782 ART: Reset runtime_throw_failure flag by Andreas Gampe · 9 years ago
  37. 414000e Hard-fail get-/put-object to a non-reference field. by Vladimir Marko · 9 years ago
  38. a32210c ART: Correctly hard-fail method with undefined register by Andreas Gampe · 9 years ago
  39. dde9827 Fix case where block has no predecessor for StringChange. by Jeff Hao · 9 years ago
  40. f11c420 Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 9 years ago
  41. ea9ef4d Use the right bug number. Spotted by vmarko. by Nicolas Geoffray · 9 years ago
  42. 2d1a0a4 Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 9 years ago
  43. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 9 years ago
  44. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  45. b588f4c ART: Fix wrong hard-failure handling in verifier by Andreas Gampe · 9 years ago
  46. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 9 years ago
  47. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 9 years ago
  48. cfe71e5 ART: Fix divide-by-zero for ARM by Andreas Gampe · 9 years ago
  49. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 9 years ago
  50. 341e425 Clean up dead loops before suspend check elimination. by Vladimir Marko · 9 years ago
  51. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 10 years ago
  52. 32b2a52 Fix Move64 by using ParallelMoves. by Nicolas Geoffray · 10 years ago
  53. 6489d22 Quick compiler: handle embedded switch data by buzbee · 10 years ago
  54. 4ee71b2 ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case by Pavel Vyssotski · 10 years ago
  55. 920506d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 10 years ago
  56. fe32907 Add stress test for field offset assignment sorting. by Vladimir Marko · 10 years ago
  57. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  58. 8e1f4f8 Avoid abort in malformed dex code. by Ian Rogers · 10 years ago
  59. d24c934 ART: GenNegLong incorrectly handled register overlap for x86 by nikolay serdjuk · 10 years ago
  60. 8fe0e35 ART: Prevent float inference back to SSA in-regs. by Stephen Kyle · 10 years ago
  61. f1fd898 Use the shared smali test infrastructure for 800-smali. by Nicolas Geoffray · 10 years ago
  62. 8fda9f2 ART: Add smali-based run-test by Andreas Gampe · 10 years ago