1. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  2. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 7 years ago
  3. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  4. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 7 years ago
  5. d1fa440 ARM: Remove VIXL dependency from ArmManagedRegister. by Vladimir Marko · 7 years ago
  6. 1979c64 Clean up include paths by David Sehr · 7 years ago
  7. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  8. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  9. 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 8 years ago
  10. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  11. a820ff7 Instrument code generated by JNI compiler to check the Marking Register. by Roland Levillain · 8 years ago
  12. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
  13. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 8 years ago
  14. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  15. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  16. 6d729a7 Introduce a Marking Register in ARM code generation. by Roland Levillain · 8 years ago
  17. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 8 years ago
  18. b77051e ARM: VIXL32: Fix breaking changes from recent VIXL update. by Scott Wakeling · 9 years ago
  19. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 9 years ago
  20. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 9 years ago
  21. af4e42a ARM64: VIXL: Support a newer version of VIXL. by Artem Serov · 9 years ago
  22. dcf3014 ART: Extract JNI macro assembler for arm64 by Andreas Gampe · 9 years ago
  23. 3b165bc ART: Extract macro assembler by Andreas Gampe · 9 years ago
  24. 087930f ARM64: Make the VIXL macro assembler part of ART ARM64's assembler. by Alexandre Rames · 9 years ago
  25. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  26. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 9 years ago
  27. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  28. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  29. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  30. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  31. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  32. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 10 years ago
  33. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  34. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  35. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  36. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  37. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  38. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  40. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  41. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  42. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 10 years ago
  43. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  44. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 10 years ago
  45. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  46. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  47. 82e52ce ARM64: Update to VIXL 1.9. by Serban Constantinescu · 10 years ago
  48. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 11 years ago
  49. 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 11 years ago
  50. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 11 years ago
  51. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  52. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  53. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 11 years ago
  54. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 11 years ago
  55. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 11 years ago
  56. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  57. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 11 years ago
  58. bafedc3 Merge "Get heap poisoning working in 64-bit." by Hiroshi Yamauchi · 11 years ago
  59. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  60. b88f0b1 Get heap poisoning working in 64-bit. by Hiroshi Yamauchi · 11 years ago
  61. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 11 years ago
  62. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 11 years ago
  63. 0941924 ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler by Serban Constantinescu · 11 years ago
  64. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  65. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  66. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  67. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  68. 0f89dac AArch64: Fix the usage of IP0, IP1 as temporary registers by Serban Constantinescu · 11 years ago
  69. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 11 years ago
  70. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  71. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  72. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  73. 44e1354 Do not output ARM64 assembler debug code. by Andreas Gampe · 11 years ago
  74. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 11 years ago
  75. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  76. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  77. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  78. 91690f6 Some more ARM64 tests that are invalid at the moment by Andreas Gampe · 11 years ago
  79. 0658768 Parts of ARM64 should not be enabled, yet by Andreas Gampe · 11 years ago
  80. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  81. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  82. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago