1. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  2. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 10 years ago
  3. 8fcda9b Merge "Add VerifyObject calls to JniMethodEndWithReference." by Mathieu Chartier · 10 years ago
  4. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 10 years ago
  5. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 10 years ago
  6. 5a40712 Merge "Add custom SIGSEGV handler to help find heap corruption." by Mathieu Chartier · 10 years ago
  7. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  8. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 10 years ago
  9. 1b22ddf Merge "Fix 080-oom-throw with semispace GC." by Mathieu Chartier · 10 years ago
  10. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 10 years ago
  11. b638410 Merge "Workaround for range ops spanning vreg gap" by buzbee · 10 years ago
  12. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 10 years ago
  13. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 10 years ago
  14. 13db9aa Avoid tripping up debuggered with the fatal crash abort by Brian Carlstrom · 10 years ago
  15. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  16. 7aa9ac0 Merge "Enable large object space for command line runs." by Mathieu Chartier · 10 years ago
  17. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 10 years ago
  18. e58d020 Merge "Add null check in artQuickResolutionTrampoline" by Mathieu Chartier · 10 years ago
  19. 55871bf Add null check in artQuickResolutionTrampoline by Mathieu Chartier · 10 years ago
  20. 95c2e44 Merge "Clean up MappingTable::FirstDexToPcPtr()." by Vladimir Marko · 10 years ago
  21. 12d16ad Clean up MappingTable::FirstDexToPcPtr(). by Vladimir Marko · 10 years ago
  22. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 10 years ago
  23. 3d86fbe Merge "art: Fix build errors for x86_64 target" by Ian Rogers · 10 years ago
  24. 7113d06 Merge "Ensure usable space data is zeroed in arrays." by Ian Rogers · 10 years ago
  25. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 10 years ago
  26. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 10 years ago
  27. f709d7d Merge "Incorrect result of compareTo between empty and non-empty strings" by Ian Rogers · 10 years ago
  28. 4f2573b Merge "Fix dalvikvm -help" by Brian Carlstrom · 10 years ago
  29. 3fc4ff7 Merge "ElfFile should protect itself from bad input" by Brian Carlstrom · 10 years ago
  30. 57e18d5 Merge "Make allocations report usable size." by Ian Rogers · 10 years ago
  31. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 10 years ago
  32. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  33. 7f0ff7e Merge "Split up CommonTest into CommonRuntimeTest and CommonCompilerTest" by Brian Carlstrom · 10 years ago
  34. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  35. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 10 years ago
  36. d5846e4 Merge "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  37. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  38. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 10 years ago
  39. 270ec78 Merge "Rework Quick compiler's register handling" by buzbee · 10 years ago
  40. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  41. e5accb6 Merge "Fix moving GC bugs in EnterInterpreterFromInvoke." by Mathieu Chartier · 10 years ago
  42. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 10 years ago
  43. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 10 years ago
  44. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 10 years ago
  45. 686107e Fix dalvikvm -help by Brian Carlstrom · 10 years ago
  46. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 10 years ago
  47. ef2cc5a Merge "Remove duplicate card pre-cleaning." by Mathieu Chartier · 10 years ago
  48. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 10 years ago
  49. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  50. 678d6f4 Merge "Print message when throwing new exception with pending exception." by Mathieu Chartier · 10 years ago
  51. b55c898 Merge "Implements a BasicBlock iterator using the ArenaBitVector." by Bill Buzbee · 10 years ago
  52. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 10 years ago
  53. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 10 years ago
  54. a028595 Merge "Fix hardcoded offsets in x86 String.indexOf." by Hiroshi Yamauchi · 10 years ago
  55. b04e7d5 Merge "Move waitpid(2) includes to art::Exec implementation" by Brian Carlstrom · 10 years ago
  56. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 10 years ago
  57. 51c89a9 Merge "Avoid going through char* for std::string API" by Brian Carlstrom · 10 years ago
  58. dc7ea11 Merge "Encode VmapTable entries offset by 2 to reduce size." by Vladimir Marko · 10 years ago
  59. 35d8b8e Avoid going through char* for std::string API by Brian Carlstrom · 10 years ago
  60. efeedc2 Merge "Remove started runtime check in RevokeAllThreadLocalAllocationStacks" by Mathieu Chartier · 10 years ago
  61. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 10 years ago
  62. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 10 years ago
  63. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 10 years ago
  64. 661425e Merge "Fix debugger disconnection crash." by Sebastien Hertz · 10 years ago
  65. aaea734 Fix debugger disconnection crash. by Sebastien Hertz · 10 years ago
  66. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 10 years ago
  67. 67f8f40 Merge "Fix typo from previous commit that lead to performance regression." by Nicolas Geoffray · 10 years ago
  68. a36aeb3 Fix typo from previous commit that lead to performance regression. by Nicolas Geoffray · 10 years ago
  69. bdbc118 Merge "Add additional const" by Brian Carlstrom · 10 years ago
  70. ae7083d Add additional const by Brian Carlstrom · 10 years ago
  71. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 10 years ago
  72. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 10 years ago
  73. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  74. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 10 years ago
  75. 35312f4 Merge "Card pre-cleaning." by Mathieu Chartier · 10 years ago
  76. dda54f5 Card pre-cleaning. by Mathieu Chartier · 10 years ago
  77. ef02c72 Merge "Adds 2 new option args to oatdump:" by Dave Allison · 10 years ago
  78. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  79. 404f59f Adds 2 new option args to oatdump: by Dave Allison · 10 years ago
  80. 22259e6 Merge "Fix debugger deadlock." by Sebastien Hertz · 10 years ago
  81. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 10 years ago
  82. 3fcf18e Merge "Make ARM assembly labels local." by Ian Rogers · 10 years ago
  83. 67f8ce2 Merge "Make X86 assembly labels local." by Ian Rogers · 10 years ago
  84. 9a5ebb5 Merge "Make MIPS assembly labels local." by Ian Rogers · 10 years ago
  85. e25ae73 Merge "Split space_test into separate checks" by Ian Rogers · 10 years ago
  86. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 10 years ago
  87. 8016a12 Make X86 assembly labels local. by Ian Rogers · 10 years ago
  88. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 10 years ago
  89. a743351 Split space_test into separate checks by Andreas Gampe · 10 years ago
  90. 19c0b23 Merge "Fix and optimize verify object." by Mathieu Chartier · 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. 1358647 Merge "Fix a printf flag that breaks 64bit host builds." by Ian Rogers · 10 years ago
  94. 5180cc1 Fix a printf flag that breaks 64bit host builds. by Ian Rogers · 10 years ago
  95. 4eda9d4 Merge "Zygote: remove CAP_NET_RAW exception" by Nick Kralevich · 10 years ago
  96. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 10 years ago
  97. 9a509ef Merge "Convert some LOG(DEBUG) messages into more approriate levels" by Brian Carlstrom · 10 years ago
  98. 461173b Merge "Restore refs in artQuickProxyInvokeHandler." by Mathieu Chartier · 10 years ago
  99. 5275bcb Restore refs in artQuickProxyInvokeHandler. by Mathieu Chartier · 10 years ago
  100. ab70b7c Merge "Revert "Annotate used fields."" by Ian Rogers · 10 years ago