1. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  2. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  3. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  4. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  5. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  6. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 10 years ago
  7. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  8. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  9. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  10. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  11. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  12. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  13. 52fa814 Disable StubTest.IndexOf if heap poisoning is enabled for now. by Hiroshi Yamauchi · 10 years ago
  14. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  15. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  16. 2f6e351 ART: Fix inline assembly constraints in stub_test by Andreas Gampe · 10 years ago
  17. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  18. f39b378 ART: Fix stub_test inline assembly for ARM64 by Andreas Gampe · 10 years ago
  19. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  20. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 10 years ago
  21. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 10 years ago
  22. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  23. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  24. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  25. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 10 years ago
  26. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  27. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  28. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  29. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  30. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  31. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  32. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  33. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  34. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  35. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  36. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 10 years ago
  37. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  38. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  39. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  40. 6661304 Merge "Disable StubTest.APutObj if heap poisoning is enabled." by Hiroshi Yamauchi · 10 years ago
  41. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  42. d6881ae Disable StubTest.APutObj if heap poisoning is enabled. by Hiroshi Yamauchi · 10 years ago
  43. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago