1. a6ed651 Merge "Disable new signal handler." by Mathieu Chartier · 11 years ago
  2. 28c8359 Disable new signal handler. by Mathieu Chartier · 11 years ago
  3. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  4. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  5. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  6. f8b64c6 Merge "Rewrite kMirOpSelect for all IF_ccZ opcodes." by Vladimir Marko · 11 years ago
  7. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  8. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 11 years ago
  9. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  10. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  11. 55a0b53 Merge "Guard entrypoint changing by runtime shutdown lock." by Mathieu Chartier · 11 years ago
  12. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  13. 987f55f Merge "GDB JIT support: move .text segment check earlier" by Kenny Root · 11 years ago
  14. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  15. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 11 years ago
  16. 06c09f6 Merge "Include what is used" by Kenny Root · 11 years ago
  17. 763fab6 Include what is used by Kenny Root · 11 years ago
  18. a9242df Merge "Initial changes towards Generic JNI option" by Andreas Gampe · 11 years ago
  19. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  20. 762d4e5 Merge "Add ART -help and -showversion" by Brian Carlstrom · 11 years ago
  21. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  22. 0afc1cb Merge "Fix 64-bit build" by Andreas Gampe · 11 years ago
  23. 3d3f249 Fix 64-bit build by Andreas Gampe · 11 years ago
  24. 24f11dc Merge "Revert "Revert "Rework Quick compiler's register handling""" by Bill Buzbee · 11 years ago
  25. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  26. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  27. 82e3a8e Merge "Further split of the space tests" by Andreas Gampe · 11 years ago
  28. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  29. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 11 years ago
  30. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  31. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  32. 45042c0 Merge "Fix 64-bit build DCHECK failure in mir_fieldinfo.cc ." by Vladimir Marko · 11 years ago
  33. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 11 years ago
  34. 565ba4f Merge "Cache field lowering info in mir_graph." by Vladimir Marko · 11 years ago
  35. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  36. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 11 years ago
  37. 1179b7b Merge "Tell GDB about Quick ART generated code" by Ian Rogers · 11 years ago
  38. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  39. 9fab322 Merge "Make out arguments non-reference types." by Ian Rogers · 11 years ago
  40. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  41. e4a74a6 Merge "Fix clang to compile and run host tests." by Ian Rogers · 11 years ago
  42. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  43. 3c506f9 Merge "Support in VMRuntime for allocating "unpadded" arrays." by Ian Rogers · 11 years ago
  44. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  45. 8fcda9b Merge "Add VerifyObject calls to JniMethodEndWithReference." by Mathieu Chartier · 11 years ago
  46. f9c612f Support in VMRuntime for allocating "unpadded" arrays. by Ian Rogers · 11 years ago
  47. 9e8b367 Add VerifyObject calls to JniMethodEndWithReference. by Mathieu Chartier · 11 years ago
  48. 5a40712 Merge "Add custom SIGSEGV handler to help find heap corruption." by Mathieu Chartier · 11 years ago
  49. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  50. ba8fdcc Merge "Avoid tripping up debuggered with the fatal crash abort" by Brian Carlstrom · 11 years ago
  51. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  52. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 11 years ago
  53. 1b22ddf Merge "Fix 080-oom-throw with semispace GC." by Mathieu Chartier · 11 years ago
  54. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 11 years ago
  55. b638410 Merge "Workaround for range ops spanning vreg gap" by buzbee · 11 years ago
  56. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 11 years ago
  57. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  58. 13db9aa Avoid tripping up debuggered with the fatal crash abort by Brian Carlstrom · 11 years ago
  59. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  60. 7aa9ac0 Merge "Enable large object space for command line runs." by Mathieu Chartier · 11 years ago
  61. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  62. e58d020 Merge "Add null check in artQuickResolutionTrampoline" by Mathieu Chartier · 11 years ago
  63. 55871bf Add null check in artQuickResolutionTrampoline by Mathieu Chartier · 11 years ago
  64. 95c2e44 Merge "Clean up MappingTable::FirstDexToPcPtr()." by Vladimir Marko · 11 years ago
  65. 12d16ad Clean up MappingTable::FirstDexToPcPtr(). by Vladimir Marko · 11 years ago
  66. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 11 years ago
  67. 3d86fbe Merge "art: Fix build errors for x86_64 target" by Ian Rogers · 11 years ago
  68. 7113d06 Merge "Ensure usable space data is zeroed in arrays." by Ian Rogers · 11 years ago
  69. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  70. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 11 years ago
  71. f709d7d Merge "Incorrect result of compareTo between empty and non-empty strings" by Ian Rogers · 11 years ago
  72. 4f2573b Merge "Fix dalvikvm -help" by Brian Carlstrom · 11 years ago
  73. 3fc4ff7 Merge "ElfFile should protect itself from bad input" by Brian Carlstrom · 11 years ago
  74. 57e18d5 Merge "Make allocations report usable size." by Ian Rogers · 11 years ago
  75. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 11 years ago
  76. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  77. 7f0ff7e Merge "Split up CommonTest into CommonRuntimeTest and CommonCompilerTest" by Brian Carlstrom · 11 years ago
  78. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  79. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  80. d5846e4 Merge "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  81. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  82. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  83. 270ec78 Merge "Rework Quick compiler's register handling" by buzbee · 11 years ago
  84. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  85. e5accb6 Merge "Fix moving GC bugs in EnterInterpreterFromInvoke." by Mathieu Chartier · 11 years ago
  86. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 11 years ago
  87. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 11 years ago
  88. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 11 years ago
  89. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 11 years ago
  90. 686107e Fix dalvikvm -help by Brian Carlstrom · 11 years ago
  91. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 11 years ago
  92. ef2cc5a Merge "Remove duplicate card pre-cleaning." by Mathieu Chartier · 11 years ago
  93. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  94. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  95. 678d6f4 Merge "Print message when throwing new exception with pending exception." by Mathieu Chartier · 11 years ago
  96. b55c898 Merge "Implements a BasicBlock iterator using the ArenaBitVector." by Bill Buzbee · 11 years ago
  97. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 11 years ago
  98. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  99. a028595 Merge "Fix hardcoded offsets in x86 String.indexOf." by Hiroshi Yamauchi · 11 years ago
  100. b04e7d5 Merge "Move waitpid(2) includes to art::Exec implementation" by Brian Carlstrom · 11 years ago