1. 463cb4d Work-around stack overflow issues. by Ian Rogers · 11 years ago
  2. e78a423 Merge "Fixing structure of native frame for Generic JNI" by Andreas Gampe · 11 years ago
  3. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  4. 12bea57 Merge "Fix tests for 64b" by Andreas Gampe · 11 years ago
  5. a7a3196 Merge "Improve use of CHECK macros." by Ian Rogers · 11 years ago
  6. 442285a Merge "Fix oatdump for apps." by Dave Allison · 11 years ago
  7. 5d05705 Improve use of CHECK macros. by Ian Rogers · 11 years ago
  8. cfa5c48 Fix tests for 64b by Andreas Gampe · 11 years ago
  9. b7dabf5 Implement proxy support for x86-64. by Ian Rogers · 11 years ago
  10. c6104ae Fix oatdump for apps. by Dave Allison · 11 years ago
  11. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  12. c665129 Always reset CFI state. by Ian Rogers · 11 years ago
  13. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  14. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 11 years ago
  15. 4812d43 Fix BitVector::SetInitialBits(). by Vladimir Marko · 11 years ago
  16. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  17. 5b417b9 Fix old stack frame size check by Andreas Gampe · 11 years ago
  18. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 11 years ago
  19. e2d080c Merge "Add timing split for RevokeAllThreadLocalBuffers." by Mathieu Chartier · 11 years ago
  20. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 11 years ago
  21. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 11 years ago
  22. a7f198c Add includes to fix gcc 4.7 build. by Nicolas Geoffray · 11 years ago
  23. 9719cd2 Support WITHOUT_CLANG builds by Brian Carlstrom · 11 years ago
  24. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  25. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  26. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  27. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  28. a54ece2 Merge "Fix tests to pass with VerifyObject." by Mathieu Chartier · 11 years ago
  29. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  30. 173a8b4 Bump oat version due to InstructionSet enum renumbering in change: by Brian Carlstrom · 11 years ago
  31. c2bb539 Merge "Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset" by Brian Carlstrom · 11 years ago
  32. 474cc79 Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset by Brian Carlstrom · 11 years ago
  33. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  34. c147b00 Release unused parts of a JNI frame before calling native code by Andreas Gampe · 11 years ago
  35. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  36. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  37. b166d84 Merge "backtrace: use Java stack to help decode native" by Kenny Root · 11 years ago
  38. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  39. 44d6ff1 Fix issues with clang and BUILD_HOST_64bit. by Ian Rogers · 11 years ago
  40. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  41. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  42. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  43. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  44. 067d20f backtrace: use Java stack to help decode native by Kenny Root · 11 years ago
  45. c7a8981 Merge "Disable compaction for jni workarounds." by Mathieu Chartier · 11 years ago
  46. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  47. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  48. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  49. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  50. 85ae517 Lock ranking fix for monitor IDs. by Ian Rogers · 11 years ago
  51. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  52. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  53. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 11 years ago
  54. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  55. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  56. 77e4cb3 Merge "backtrace: trim of unneeded slash from solib" by Kenny Root · 11 years ago
  57. cc460f1 backtrace: trim of unneeded slash from solib by Kenny Root · 11 years ago
  58. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  59. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  60. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  61. cd937a9 Fix some < vs <= issues in OatFile by Brian Carlstrom · 11 years ago
  62. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 11 years ago
  63. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  64. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  65. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  66. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  67. 28c8359 Disable new signal handler. by Mathieu Chartier · 11 years ago
  68. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  69. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  70. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  71. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  72. 55a0b53 Merge "Guard entrypoint changing by runtime shutdown lock." by Mathieu Chartier · 11 years ago
  73. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  74. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  75. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 11 years ago
  76. 06c09f6 Merge "Include what is used" by Kenny Root · 11 years ago
  77. 763fab6 Include what is used by Kenny Root · 11 years ago
  78. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  79. 762d4e5 Merge "Add ART -help and -showversion" by Brian Carlstrom · 11 years ago
  80. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  81. 3d3f249 Fix 64-bit build by Andreas Gampe · 11 years ago
  82. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  83. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  84. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 11 years ago
  85. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  86. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  87. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  88. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 11 years ago
  89. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  90. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  91. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 11 years ago
  92. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  93. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 11 years ago
  94. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 11 years ago
  95. b638410 Merge "Workaround for range ops spanning vreg gap" by buzbee · 11 years ago
  96. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 11 years ago
  97. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  98. 13db9aa Avoid tripping up debuggered with the fatal crash abort by Brian Carlstrom · 11 years ago
  99. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  100. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago