1. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 8 years ago
  2. b20be21 Always run oatdumps tests by Colin Cross · 8 years ago
  3. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  4. 04147ef Add build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  5. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  6. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 8 years ago
  7. 3071f80 Patch for compiling art to run on linux target by Bilyan Borisov · 8 years ago
  8. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  9. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  10. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  12. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  13. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 9 years ago
  14. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  15. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  16. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  17. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  18. b0d22f1 Make it possible to enable heap poisoning via make variable. by Hiroshi Yamauchi · 10 years ago
  19. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  20. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  21. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  22. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  23. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  24. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  25. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  26. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  27. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  28. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  29. 541dd23 Merge "Insert an empty read barrier call." by Hiroshi Yamauchi · 10 years ago
  30. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 10 years ago
  31. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 10 years ago
  32. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  33. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  34. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 10 years ago
  35. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 10 years ago
  36. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  37. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  38. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  39. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  40. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  41. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  42. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  43. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  44. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/globals.h]
  45. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  46. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  47. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  48. 468a7b1 Change kArmAlignment from 4 to 8. by Logan Chien · 12 years ago
  49. 742e25e More MIPS support. by Elliott Hughes · 12 years ago
  50. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 12 years ago
  51. 942df41 Clarify a few comments. by Elliott Hughes · 12 years ago
  52. b41b33b Add 3rd argument register to X86. by Ian Rogers · 12 years ago
  53. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  54. 6d8dd47 Fix a bunch of uses of 'short'. by Elliott Hughes · 13 years ago
  55. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  56. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  57. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  58. 0024d6c Minor zip cleanups by Brian Carlstrom · 13 years ago
  59. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  60. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  61. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago
  62. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago
  63. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 13 years ago
  64. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 13 years ago