1. 4d44e53 MIPS64: Fix stub_test implementation by Goran Jakovljevic · 9 years ago
  2. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  3. 9537ba2 ART: Rewrite stub-test inline assembly by Andreas Gampe · 9 years ago
  4. 24cc1b3 Fix style issue in stub_test. by Calin Juravle · 9 years ago
  5. 6e399ac Add aarch64 and mips64 support for testing 64 bit field set. by Calin Juravle · 9 years ago
  6. 872ab3f Fix x86_64 gtest. by Calin Juravle · 9 years ago
  7. c5b4b32 Use $ for f registers to please clang. by Nicolas Geoffray · 9 years ago
  8. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  9. ff7b114 ART: Fix stub_test by Andreas Gampe · 9 years ago
  10. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  11. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  12. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  13. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  14. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 9 years ago
  15. 591d8e4 Merge "Add stub_test implementation for mips & mips64" by Andreas Gampe · 9 years ago
  16. 0456881 Fix stub_test for Mips64 by Goran Jakovljevic · 9 years ago
  17. 4ef69be Add stub_test implementation for mips & mips64 by Goran Jakovljevic · 9 years ago
  18. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  19. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  20. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  21. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  22. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  23. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  24. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  25. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  26. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  27. 5c3d3a9 ART: Fix stub_test by Andreas Gampe · 10 years ago
  28. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  29. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  30. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  31. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  32. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  33. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  34. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  35. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  36. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  37. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 10 years ago
  38. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  39. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  40. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  41. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  42. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  43. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  44. 52fa814 Disable StubTest.IndexOf if heap poisoning is enabled for now. by Hiroshi Yamauchi · 10 years ago
  45. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  46. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  47. 2f6e351 ART: Fix inline assembly constraints in stub_test by Andreas Gampe · 10 years ago
  48. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  49. f39b378 ART: Fix stub_test inline assembly for ARM64 by Andreas Gampe · 10 years ago
  50. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  51. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 10 years ago
  52. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 10 years ago
  53. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  54. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  55. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  56. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 10 years ago
  57. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  58. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  59. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  60. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  61. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  62. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  63. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  64. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  65. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  66. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  67. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 10 years ago
  68. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  69. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  70. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  71. 6661304 Merge "Disable StubTest.APutObj if heap poisoning is enabled." by Hiroshi Yamauchi · 10 years ago
  72. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  73. d6881ae Disable StubTest.APutObj if heap poisoning is enabled. by Hiroshi Yamauchi · 10 years ago
  74. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago