1. dac68ba Merge "Fix build: style issue." by Vladimir Marko · 11 years ago
  2. 459f4df Fix build: style issue. by Vladimir Marko · 11 years ago
  3. 47d79fd Merge "Clean up usage of carry flag condition codes." by Vladimir Marko · 11 years ago
  4. ac79f4d Merge "Tidy up memory barriers." by Ian Rogers · 11 years ago
  5. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  6. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  7. 93055a2 Merge "JNI: NewDirectByteBuffer should allow 0 length buffers." by Narayan Kamath · 11 years ago
  8. ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 11 years ago
  9. 7a761d8 Merge "Change IndirectReferenceTable::Add null DCHECK to CHECK." by Ian Rogers · 11 years ago
  10. cd2cfff Change IndirectReferenceTable::Add null DCHECK to CHECK. by Mathieu Chartier · 11 years ago
  11. 0a9c5fd Merge "Fix thread checkpoint issue" by Ian Rogers · 11 years ago
  12. b331441 Merge "Fix NewLocalRef, NewGlobalRef to handle cleared weak globals." by Mathieu Chartier · 11 years ago
  13. 0f5f6bb Fix thread checkpoint issue by Dave Allison · 11 years ago
  14. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 11 years ago
  15. e40687d Merge "Fix SEGV when dumping MIR CFG" by Narayan Kamath · 11 years ago
  16. 0da9089 Merge "Improve x86 Fused long compare to literal" by Vladimir Marko · 11 years ago
  17. 412d4f8 Improve x86 Fused long compare to literal by Mark Mendell · 11 years ago
  18. 64763b9 Merge "Fix byte_cas to work on non-word aligned addresses" by Brian Carlstrom · 11 years ago
  19. bb11f4b Fix byte_cas to work on non-word aligned addresses by Brian Carlstrom · 11 years ago
  20. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago
  21. b82d7cf Merge "Forgot to bump oat version in previous change" by Brian Carlstrom · 11 years ago
  22. ec8d142 Forgot to bump oat version in previous change by Brian Carlstrom · 11 years ago
  23. e47ee24 Merge "Enhance GenArrayGet, GenArrayPut for x86" by Vladimir Marko · 11 years ago
  24. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 11 years ago
  25. 343adb5 Enhance GenArrayGet, GenArrayPut for x86 by Mark Mendell · 11 years ago
  26. 1d6df5b Merge "Change safecast data from set to an ordered vector." by Vladimir Marko · 11 years ago
  27. 0b8f914 Merge "Generate devirtualization map only for native compilation." by Sebastien Hertz · 11 years ago
  28. 5dce0c9 Generate devirtualization map only for native compilation. by Sebastien Hertz · 11 years ago
  29. 460dd85 Merge "Fix test-art setup." by Vladimir Marko · 11 years ago
  30. 95a4de7 Fix test-art setup. by Vladimir Marko · 11 years ago
  31. a9faa70 Change safecast data from set to an ordered vector. by Vladimir Marko · 11 years ago
  32. ba45dcf Merge "Fix build - test issues." by Sebastien Hertz · 11 years ago
  33. 102a8f2 Fix build - test issues. by Sebastien Hertz · 11 years ago
  34. 9235ed3 Merge "Fix build - style issues." by Vladimir Marko · 11 years ago
  35. 778127a Fix build - style issues. by Vladimir Marko · 11 years ago
  36. 7db8662 Merge "Detect special methods at the end of verification." by Vladimir Marko · 11 years ago
  37. 43c941f Merge "Move compiler code out of method verifier." by Vladimir Marko · 11 years ago
  38. be771ad Merge "Build boot.art only if we are building the host toolchain." by Ying Wang · 11 years ago
  39. 8a7b39c Build boot.art only if we are building the host toolchain. by Ying Wang · 11 years ago
  40. d87ebe9 Merge "Fix an array copy benchmark regression." by Hiroshi Yamauchi · 11 years ago
  41. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  42. 4b010fd Merge "Move boot image generation to the build project" by Ying Wang · 11 years ago
  43. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  44. 5bb149e Fix SEGV when dumping MIR CFG by Mark Mendell · 11 years ago
  45. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  46. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  47. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  48. 7e126e8 Merge "Thread local bump pointer allocator." by Mathieu Chartier · 11 years ago
  49. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  50. f15ef74 Merge "Use the asm-generic ucontext.h for arm." by Christopher Ferris · 11 years ago
  51. f0d5f55 Use the asm-generic ucontext.h for arm. by Christopher Ferris · 11 years ago
  52. abcce5d Merge "Port "Retry mount() if it fails with EINTR" to ART" by Brian Carlstrom · 11 years ago
  53. 03a9f3b Merge "Add classes that fail verification early to rejected class list." by Jeff Hao · 11 years ago
  54. 01add2c Port "Retry mount() if it fails with EINTR" to ART by Brian Carlstrom · 11 years ago
  55. 07dc96d Merge "Per-DexFile locking for inliner initialization." by Vladimir Marko · 11 years ago
  56. ca6ae47 Merge "Fix minor style issues" by Vladimir Marko · 11 years ago
  57. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  58. f98dbf0 Merge "Implement GenInlinedSqrt for x86" by Vladimir Marko · 11 years ago
  59. d5c0587 Merge "Cleanup thread pool tasks creation." by Sebastien Hertz · 11 years ago
  60. d6beffe Merge "Make part of the elf_writer_test specific to the portable build." by Brian Carlstrom · 11 years ago
  61. 31050c6 Make part of the elf_writer_test specific to the portable build. by Brian Carlstrom · 11 years ago
  62. 9b14e04 Merge "x86_64: Updating makefile to avoid early fail of other projects build" by Brian Carlstrom · 11 years ago
  63. 2d7e5aa Add classes that fail verification early to rejected class list. by Jeff Hao · 11 years ago
  64. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  65. 03d7e9a Merge "Use dmb." by Elliott Hughes · 11 years ago
  66. 3681597 Use dmb. by Elliott Hughes · 11 years ago
  67. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 11 years ago
  68. a6fd8ba Fix 64-bit CAS for x86. by Vladimir Marko · 11 years ago
  69. 501baec Cleanup thread pool tasks creation. by Sebastien Hertz · 11 years ago
  70. cf28cbf Merge "Disassemble more x86 instructions" by Vladimir Marko · 11 years ago
  71. ce449c9 Merge "Add class to verifier's rejected list if superclass is erroneous." by Jeff Hao · 11 years ago
  72. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  73. d19b55a Disassemble more x86 instructions by Mark Mendell · 11 years ago
  74. 8ff6e59 Merge "Don't rely on gcc extensions" by Mathieu Chartier · 11 years ago
  75. c9910ea Merge "Add missing x86 imul opcode to disassembler" by Vladimir Marko · 11 years ago
  76. f288bd1 Merge "Manage JDWP errors related to garbage collection." by Sebastien Hertz · 11 years ago
  77. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  78. e96060a Manage JDWP errors related to garbage collection. by Sebastien Hertz · 11 years ago
  79. ff8d298 Merge "Remove unused method in DEX-to-DEX." by Sebastien Hertz · 11 years ago
  80. 6054239 Merge "Fix null argument handling during invoke from JDWP." by Sebastien Hertz · 11 years ago
  81. 0630ab5 Fix null argument handling during invoke from JDWP. by Sebastien Hertz · 11 years ago
  82. f723f0c Add missing x86 imul opcode to disassembler by Mark Mendell · 11 years ago
  83. 19031d5 Merge "Define missing static constexpr variables" by Mathieu Chartier · 11 years ago
  84. 45c1165 Define missing static constexpr variables by Mark Mendell · 11 years ago
  85. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  86. 0b5a3fe Merge changes I002f4ab1,Ief34c1b5 by Brian Carlstrom · 11 years ago
  87. f76cc59 Merge "A simple promotion-like mechanism." by Hiroshi Yamauchi · 11 years ago
  88. 3f7c5e0 Merge "Add dependency on libutils for libziparchive" by Narayan Kamath · 11 years ago
  89. 9e0668f Add dependency on libutils for libziparchive by Narayan Kamath · 11 years ago
  90. e11eb15 Merge "Art: fix basic block optimization pass" by buzbee · 11 years ago
  91. 1ebe217 Remove unused method in DEX-to-DEX. by Sebastien Hertz · 11 years ago
  92. 543154a Merge "Fix JDWP class-only modifier." by Sebastien Hertz · 11 years ago
  93. fd7ad0a Fix dependencies to be on core-libart, not core by Brian Carlstrom · 11 years ago
  94. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 11 years ago
  95. ed61d74 Merge "Fix FindFieldID to use class's classloader to find field type." by Jeff Hao · 11 years ago
  96. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  97. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  98. cdcfdfc Art: fix basic block optimization pass by buzbee · 11 years ago
  99. 76f5523 Merge "Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge." by Mathieu Chartier · 11 years ago
  100. f043de4 Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge. by Mathieu Chartier · 11 years ago