1. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  2. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  3. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  4. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  5. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  6. dd97393 Implement CFI for JNI. by David Srbecky · 9 years ago
  7. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  8. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  9. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  10. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  11. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  12. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  13. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 10 years ago
  14. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  15. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  16. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago[Renamed from runtime/oat/utils/assembler.cc]
  17. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat/utils/assembler.cc]
  18. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  19. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago[Renamed (97%) from src/assembler.cc]
  20. 31f1f4f Minor cleanup. by Elliott Hughes · 13 years ago
  21. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  22. 1634155 Flush icache when making pages executable. by Ian Rogers · 13 years ago
  23. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  24. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  25. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  26. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  27. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  28. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  29. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  30. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  31. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  32. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 13 years ago
  33. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 13 years ago