1. b35d722 Merge "Enable annotalysis on clang ART builds." by Ian Rogers · 11 years ago
  2. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  3. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  4. f1ac817 Merge "Restore obj after RequestConcurrentGC." by Mathieu Chartier · 11 years ago
  5. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  6. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  7. c7a8981 Merge "Disable compaction for jni workarounds." by Mathieu Chartier · 11 years ago
  8. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  9. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  10. 8785d61 Merge "Fix host architecture for 64bit." by Ian Rogers · 11 years ago
  11. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  12. 97c3d61 Merge "Lock ranking fix for monitor IDs." by Ian Rogers · 11 years ago
  13. 85ae517 Lock ranking fix for monitor IDs. by Ian Rogers · 11 years ago
  14. 653661f Merge "Generic JNI implementation for x86_64" by Ian Rogers · 11 years ago
  15. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  16. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  17. 359597e Merge "Revert "Revert "Avoid compiling monster methods in boot image""" by Brian Carlstrom · 11 years ago
  18. e26baff Merge "Size and offset fixes to compile for 64b host" by Andreas Gampe · 11 years ago
  19. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 11 years ago
  20. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  21. c050485 Merge "Print error message if ImageSpace::Init fails." by Mathieu Chartier · 11 years ago
  22. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  23. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  24. 77e4cb3 Merge "backtrace: trim of unneeded slash from solib" by Kenny Root · 11 years ago
  25. cc460f1 backtrace: trim of unneeded slash from solib by Kenny Root · 11 years ago
  26. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  27. 83b9668 Merge "Fix read of uninitialized memory in InlineIndexOf" by buzbee · 11 years ago
  28. 8b9a8de Merge "AArch64: Add ARM64 Assembler" by Ian Rogers · 11 years ago
  29. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  30. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  31. 511472b Merge "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  32. 449fa6e Revert "Avoid compiling monster methods in boot image" by Brian Carlstrom · 11 years ago
  33. 3cd52df Merge "Fix portable build." by Nicolas Geoffray · 11 years ago
  34. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  35. 83f56a4 Merge "Reuse NoopCompilerCallbacks in oatdump" by Brian Carlstrom · 11 years ago
  36. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  37. c84d2f1 Merge "Avoid compiling monster methods in boot image" by Brian Carlstrom · 11 years ago
  38. 217e789 Avoid compiling monster methods in boot image by buzbee · 11 years ago
  39. 86b9b4d Merge "Fix some < vs <= issues in OatFile" by Brian Carlstrom · 11 years ago
  40. cd937a9 Fix some < vs <= issues in OatFile by Brian Carlstrom · 11 years ago
  41. 17c4c92 Merge "Fix oatdump for interpret-only boot classpath" by Brian Carlstrom · 11 years ago
  42. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 11 years ago
  43. 94e05cf Merge "Support compiler filters for boot classpath" by Brian Carlstrom · 11 years ago
  44. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  45. e6031e6 Merge "Oatdump fix." by Brian Carlstrom · 11 years ago
  46. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  47. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  48. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  49. a6ed651 Merge "Disable new signal handler." by Mathieu Chartier · 11 years ago
  50. 28c8359 Disable new signal handler. by Mathieu Chartier · 11 years ago
  51. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  52. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  53. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  54. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  55. f8b64c6 Merge "Rewrite kMirOpSelect for all IF_ccZ opcodes." by Vladimir Marko · 11 years ago
  56. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  57. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 11 years ago
  58. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  59. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  60. 55a0b53 Merge "Guard entrypoint changing by runtime shutdown lock." by Mathieu Chartier · 11 years ago
  61. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  62. 987f55f Merge "GDB JIT support: move .text segment check earlier" by Kenny Root · 11 years ago
  63. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  64. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 11 years ago
  65. 06c09f6 Merge "Include what is used" by Kenny Root · 11 years ago
  66. 763fab6 Include what is used by Kenny Root · 11 years ago
  67. a9242df Merge "Initial changes towards Generic JNI option" by Andreas Gampe · 11 years ago
  68. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  69. 762d4e5 Merge "Add ART -help and -showversion" by Brian Carlstrom · 11 years ago
  70. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  71. 0afc1cb Merge "Fix 64-bit build" by Andreas Gampe · 11 years ago
  72. 3d3f249 Fix 64-bit build by Andreas Gampe · 11 years ago
  73. 24f11dc Merge "Revert "Revert "Rework Quick compiler's register handling""" by Bill Buzbee · 11 years ago
  74. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  75. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  76. 82e3a8e Merge "Further split of the space tests" by Andreas Gampe · 11 years ago
  77. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  78. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 11 years ago
  79. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  80. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  81. 45042c0 Merge "Fix 64-bit build DCHECK failure in mir_fieldinfo.cc ." by Vladimir Marko · 11 years ago
  82. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 11 years ago
  83. 565ba4f Merge "Cache field lowering info in mir_graph." by Vladimir Marko · 11 years ago
  84. f2b3956 Fix portable build. by Nicolas Geoffray · 11 years ago
  85. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  86. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 11 years ago
  87. 1179b7b Merge "Tell GDB about Quick ART generated code" by Ian Rogers · 11 years ago
  88. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  89. 9fab322 Merge "Make out arguments non-reference types." by Ian Rogers · 11 years ago
  90. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  91. e4a74a6 Merge "Fix clang to compile and run host tests." by Ian Rogers · 11 years ago
  92. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  93. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 11 years ago
  94. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  95. 8fcda9b Merge "Add VerifyObject calls to JniMethodEndWithReference." by Mathieu Chartier · 11 years ago
  96. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  97. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 11 years ago
  98. 5a40712 Merge "Add custom SIGSEGV handler to help find heap corruption." by Mathieu Chartier · 11 years ago
  99. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  100. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 11 years ago