1. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  2. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  3. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 7 years ago
  4. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  5. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  6. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  7. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 8 years ago
  8. fa3db3d Change compiler tests to have aligned code item by Mathieu Chartier · 7 years ago
  9. 2a5d728 ART: Emit runtime read barrier checks only in slow-debug by Andreas Gampe · 7 years ago
  10. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  11. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 8 years ago
  12. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  13. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 8 years ago
  14. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  15. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 8 years ago
  16. af24def Fix ART ARM64 CFI gtests with GCs other than CC with Baker read barriers. by Roland Levillain · 8 years ago
  17. 467d94a Revert "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 8 years ago
  18. 25275be Revert "ARM: VIXL32: Use VIXL backend by default." by Nicolas Geoffray · 8 years ago
  19. e631689 ARM: VIXL32: Use VIXL backend by default. by Scott Wakeling · 9 years ago
  20. 90ab673 ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test. by Scott Wakeling · 9 years ago
  21. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 10 years ago
  22. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 9 years ago
  23. 3a21e38 Clean up some includes. by Vladimir Marko · 9 years ago
  24. a75b01a Fix building tests with partial arch codegen support by Colin Cross · 9 years ago
  25. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  26. d58b837 Allocate code generators on the arena. by Vladimir Marko · 9 years ago
  27. a0e87b0 MIPS64: Support short and long branches by Alexey Frunze · 10 years ago
  28. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 10 years ago
  29. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  30. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  31. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  32. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  33. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  34. c34dc93 Move 'ret' instruction generation inside GenerateFrameExit. by David Srbecky · 10 years ago
  35. 46325a0 Fix memory leaks in the CFI tests. by David Srbecky · 10 years ago
  36. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago