1. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  2. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 10 years ago
  3. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 10 years ago
  4. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 10 years ago
  5. 77e4cb3 Merge "backtrace: trim of unneeded slash from solib" by Kenny Root · 10 years ago
  6. cc460f1 backtrace: trim of unneeded slash from solib by Kenny Root · 10 years ago
  7. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  8. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 10 years ago
  9. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 10 years ago
  10. cd937a9 Fix some < vs <= issues in OatFile by Brian Carlstrom · 10 years ago
  11. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 10 years ago
  12. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  13. 6cbd271 Oatdump fix. by Ian Rogers · 10 years ago
  14. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 10 years ago
  15. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  16. 28c8359 Disable new signal handler. by Mathieu Chartier · 10 years ago
  17. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 10 years ago
  18. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  19. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 10 years ago
  20. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 10 years ago
  21. 55a0b53 Merge "Guard entrypoint changing by runtime shutdown lock." by Mathieu Chartier · 10 years ago
  22. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  23. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 10 years ago
  24. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 10 years ago
  25. 06c09f6 Merge "Include what is used" by Kenny Root · 10 years ago
  26. 763fab6 Include what is used by Kenny Root · 10 years ago
  27. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  28. 762d4e5 Merge "Add ART -help and -showversion" by Brian Carlstrom · 10 years ago
  29. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 10 years ago
  30. 3d3f249 Fix 64-bit build by Andreas Gampe · 10 years ago
  31. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  32. 24651ec Further split of the space tests by Andreas Gampe · 10 years ago
  33. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 10 years ago
  34. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 10 years ago
  35. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  36. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  37. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 10 years ago
  38. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 10 years ago
  39. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 10 years ago
  40. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 10 years ago
  41. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  42. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 10 years ago
  43. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 10 years ago
  44. b638410 Merge "Workaround for range ops spanning vreg gap" by buzbee · 10 years ago
  45. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 10 years ago
  46. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 10 years ago
  47. 13db9aa Avoid tripping up debuggered with the fatal crash abort by Brian Carlstrom · 10 years ago
  48. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  49. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 10 years ago
  50. e58d020 Merge "Add null check in artQuickResolutionTrampoline" by Mathieu Chartier · 10 years ago
  51. 55871bf Add null check in artQuickResolutionTrampoline by Mathieu Chartier · 10 years ago
  52. 12d16ad Clean up MappingTable::FirstDexToPcPtr(). by Vladimir Marko · 10 years ago
  53. 3d86fbe Merge "art: Fix build errors for x86_64 target" by Ian Rogers · 10 years ago
  54. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 10 years ago
  55. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 10 years ago
  56. f709d7d Merge "Incorrect result of compareTo between empty and non-empty strings" by Ian Rogers · 10 years ago
  57. 3fc4ff7 Merge "ElfFile should protect itself from bad input" by Brian Carlstrom · 10 years ago
  58. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 10 years ago
  59. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  60. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  61. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 10 years ago
  62. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 10 years ago
  63. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 10 years ago
  64. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 10 years ago
  65. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 10 years ago
  66. 678d6f4 Merge "Print message when throwing new exception with pending exception." by Mathieu Chartier · 10 years ago
  67. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 10 years ago
  68. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 10 years ago
  69. 51c89a9 Merge "Avoid going through char* for std::string API" by Brian Carlstrom · 10 years ago
  70. dc7ea11 Merge "Encode VmapTable entries offset by 2 to reduce size." by Vladimir Marko · 10 years ago
  71. 35d8b8e Avoid going through char* for std::string API by Brian Carlstrom · 10 years ago
  72. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 10 years ago
  73. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 10 years ago
  74. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 10 years ago
  75. aaea734 Fix debugger disconnection crash. by Sebastien Hertz · 10 years ago
  76. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 10 years ago
  77. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 10 years ago
  78. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  79. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 10 years ago
  80. 35312f4 Merge "Card pre-cleaning." by Mathieu Chartier · 10 years ago
  81. dda54f5 Card pre-cleaning. by Mathieu Chartier · 10 years ago
  82. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  83. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 10 years ago
  84. 3fcf18e Merge "Make ARM assembly labels local." by Ian Rogers · 10 years ago
  85. 67f8ce2 Merge "Make X86 assembly labels local." by Ian Rogers · 10 years ago
  86. 9a5ebb5 Merge "Make MIPS assembly labels local." by Ian Rogers · 10 years ago
  87. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 10 years ago
  88. 8016a12 Make X86 assembly labels local. by Ian Rogers · 10 years ago
  89. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 10 years ago
  90. a743351 Split space_test into separate checks by Andreas Gampe · 10 years ago
  91. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  92. e266ba9 Merge "Do not visit null object from transaction logs." by Mathieu Chartier · 10 years ago
  93. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 10 years ago
  94. 5275bcb Restore refs in artQuickProxyInvokeHandler. by Mathieu Chartier · 10 years ago
  95. a559ccb Do not visit null object from transaction logs. by Sebastien Hertz · 10 years ago
  96. 58dabb5 Merge "Fix deoptimization deadlock" by Sebastien Hertz · 10 years ago
  97. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 10 years ago
  98. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 10 years ago
  99. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  100. 0b2b3db Merge "Upcall support for x86-64." by Ian Rogers · 10 years ago