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