1. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 10 years ago
  2. 511472b Merge "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 10 years ago
  3. 449fa6e Revert "Avoid compiling monster methods in boot image" by Brian Carlstrom · 10 years ago
  4. 3cd52df Merge "Fix portable build." by Nicolas Geoffray · 10 years ago
  5. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  6. 83f56a4 Merge "Reuse NoopCompilerCallbacks in oatdump" by Brian Carlstrom · 10 years ago
  7. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 10 years ago
  8. c84d2f1 Merge "Avoid compiling monster methods in boot image" by Brian Carlstrom · 10 years ago
  9. 217e789 Avoid compiling monster methods in boot image by buzbee · 11 years ago
  10. 86b9b4d Merge "Fix some < vs <= issues in OatFile" by Brian Carlstrom · 10 years ago
  11. cd937a9 Fix some < vs <= issues in OatFile by Brian Carlstrom · 10 years ago
  12. 17c4c92 Merge "Fix oatdump for interpret-only boot classpath" by Brian Carlstrom · 10 years ago
  13. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 10 years ago
  14. 94e05cf Merge "Support compiler filters for boot classpath" by Brian Carlstrom · 10 years ago
  15. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  16. e6031e6 Merge "Oatdump fix." by Brian Carlstrom · 10 years ago
  17. 6cbd271 Oatdump fix. by Ian Rogers · 10 years ago
  18. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 10 years ago
  19. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  20. a6ed651 Merge "Disable new signal handler." by Mathieu Chartier · 10 years ago
  21. 28c8359 Disable new signal handler. by Mathieu Chartier · 10 years ago
  22. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 10 years ago
  23. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 10 years ago
  24. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  25. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  26. f8b64c6 Merge "Rewrite kMirOpSelect for all IF_ccZ opcodes." by Vladimir Marko · 10 years ago
  27. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 10 years ago
  28. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 10 years ago
  29. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 10 years ago
  30. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 10 years ago
  31. 55a0b53 Merge "Guard entrypoint changing by runtime shutdown lock." by Mathieu Chartier · 10 years ago
  32. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  33. 987f55f Merge "GDB JIT support: move .text segment check earlier" by Kenny Root · 10 years ago
  34. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 10 years ago
  35. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 10 years ago
  36. 06c09f6 Merge "Include what is used" by Kenny Root · 10 years ago
  37. 763fab6 Include what is used by Kenny Root · 10 years ago
  38. a9242df Merge "Initial changes towards Generic JNI option" by Andreas Gampe · 10 years ago
  39. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  40. 762d4e5 Merge "Add ART -help and -showversion" by Brian Carlstrom · 10 years ago
  41. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 10 years ago
  42. 0afc1cb Merge "Fix 64-bit build" by Andreas Gampe · 10 years ago
  43. 3d3f249 Fix 64-bit build by Andreas Gampe · 10 years ago
  44. 24f11dc Merge "Revert "Revert "Rework Quick compiler's register handling""" by Bill Buzbee · 10 years ago
  45. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  46. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  47. 82e3a8e Merge "Further split of the space tests" by Andreas Gampe · 10 years ago
  48. 24651ec Further split of the space tests by Andreas Gampe · 10 years ago
  49. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 10 years ago
  50. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 10 years ago
  51. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 10 years ago
  52. 45042c0 Merge "Fix 64-bit build DCHECK failure in mir_fieldinfo.cc ." by Vladimir Marko · 10 years ago
  53. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 10 years ago
  54. 565ba4f Merge "Cache field lowering info in mir_graph." by Vladimir Marko · 10 years ago
  55. f2b3956 Fix portable build. by Nicolas Geoffray · 10 years ago
  56. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 10 years ago
  57. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 10 years ago
  58. 1179b7b Merge "Tell GDB about Quick ART generated code" by Ian Rogers · 10 years ago
  59. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  60. 9fab322 Merge "Make out arguments non-reference types." by Ian Rogers · 10 years ago
  61. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  62. e4a74a6 Merge "Fix clang to compile and run host tests." by Ian Rogers · 10 years ago
  63. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  64. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 10 years ago
  65. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 10 years ago
  66. 8fcda9b Merge "Add VerifyObject calls to JniMethodEndWithReference." by Mathieu Chartier · 10 years ago
  67. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 10 years ago
  68. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 10 years ago
  69. 5a40712 Merge "Add custom SIGSEGV handler to help find heap corruption." by Mathieu Chartier · 10 years ago
  70. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  71. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 10 years ago
  72. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 10 years ago
  73. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 10 years ago
  74. 1b22ddf Merge "Fix 080-oom-throw with semispace GC." by Mathieu Chartier · 10 years ago
  75. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 10 years ago
  76. b638410 Merge "Workaround for range ops spanning vreg gap" by buzbee · 10 years ago
  77. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 10 years ago
  78. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 10 years ago
  79. 13db9aa Avoid tripping up debuggered with the fatal crash abort by Brian Carlstrom · 10 years ago
  80. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  81. 7aa9ac0 Merge "Enable large object space for command line runs." by Mathieu Chartier · 10 years ago
  82. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 10 years ago
  83. e58d020 Merge "Add null check in artQuickResolutionTrampoline" by Mathieu Chartier · 10 years ago
  84. 55871bf Add null check in artQuickResolutionTrampoline by Mathieu Chartier · 10 years ago
  85. 95c2e44 Merge "Clean up MappingTable::FirstDexToPcPtr()." by Vladimir Marko · 10 years ago
  86. 12d16ad Clean up MappingTable::FirstDexToPcPtr(). by Vladimir Marko · 10 years ago
  87. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 10 years ago
  88. 3d86fbe Merge "art: Fix build errors for x86_64 target" by Ian Rogers · 10 years ago
  89. 7113d06 Merge "Ensure usable space data is zeroed in arrays." by Ian Rogers · 10 years ago
  90. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 10 years ago
  91. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 10 years ago
  92. f709d7d Merge "Incorrect result of compareTo between empty and non-empty strings" by Ian Rogers · 10 years ago
  93. 4f2573b Merge "Fix dalvikvm -help" by Brian Carlstrom · 10 years ago
  94. 3fc4ff7 Merge "ElfFile should protect itself from bad input" by Brian Carlstrom · 10 years ago
  95. 57e18d5 Merge "Make allocations report usable size." by Ian Rogers · 10 years ago
  96. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 10 years ago
  97. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  98. 7f0ff7e Merge "Split up CommonTest into CommonRuntimeTest and CommonCompilerTest" by Brian Carlstrom · 10 years ago
  99. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  100. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 10 years ago