1. c393d63 Fix: correctly destruct VIXL labels. by Alexandre Rames · 8 years ago
  2. d1ee809 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  3. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 9 years ago
  4. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  5. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  6. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 9 years ago
  7. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  8. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  9. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  10. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  11. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  12. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  13. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 9 years ago
  14. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  15. 82e52ce ARM64: Update to VIXL 1.9. by Serban Constantinescu · 10 years ago
  16. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  17. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 10 years ago
  18. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 10 years ago
  19. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 10 years ago
  20. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  21. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 10 years ago
  22. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  23. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 10 years ago
  24. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  25. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  26. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  27. 0f89dac AArch64: Fix the usage of IP0, IP1 as temporary registers by Serban Constantinescu · 10 years ago
  28. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 10 years ago
  29. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 10 years ago
  30. 44e1354 Do not output ARM64 assembler debug code. by Andreas Gampe · 10 years ago
  31. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  32. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  33. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  34. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  35. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago