1. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  2. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  3. 7e126e8 Merge "Thread local bump pointer allocator." by Mathieu Chartier · 11 years ago
  4. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  5. f15ef74 Merge "Use the asm-generic ucontext.h for arm." by Christopher Ferris · 11 years ago
  6. f0d5f55 Use the asm-generic ucontext.h for arm. by Christopher Ferris · 11 years ago
  7. abcce5d Merge "Port "Retry mount() if it fails with EINTR" to ART" by Brian Carlstrom · 11 years ago
  8. 03a9f3b Merge "Add classes that fail verification early to rejected class list." by Jeff Hao · 11 years ago
  9. 01add2c Port "Retry mount() if it fails with EINTR" to ART by Brian Carlstrom · 11 years ago
  10. 07dc96d Merge "Per-DexFile locking for inliner initialization." by Vladimir Marko · 11 years ago
  11. ca6ae47 Merge "Fix minor style issues" by Vladimir Marko · 11 years ago
  12. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  13. f98dbf0 Merge "Implement GenInlinedSqrt for x86" by Vladimir Marko · 11 years ago
  14. d5c0587 Merge "Cleanup thread pool tasks creation." by Sebastien Hertz · 11 years ago
  15. d6beffe Merge "Make part of the elf_writer_test specific to the portable build." by Brian Carlstrom · 11 years ago
  16. 31050c6 Make part of the elf_writer_test specific to the portable build. by Brian Carlstrom · 11 years ago
  17. 9b14e04 Merge "x86_64: Updating makefile to avoid early fail of other projects build" by Brian Carlstrom · 11 years ago
  18. 2d7e5aa Add classes that fail verification early to rejected class list. by Jeff Hao · 11 years ago
  19. bff1ef0 Implement GenInlinedSqrt for x86 by Mark Mendell · 11 years ago
  20. 03d7e9a Merge "Use dmb." by Elliott Hughes · 11 years ago
  21. 3681597 Use dmb. by Elliott Hughes · 11 years ago
  22. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 11 years ago
  23. a6fd8ba Fix 64-bit CAS for x86. by Vladimir Marko · 11 years ago
  24. 501baec Cleanup thread pool tasks creation. by Sebastien Hertz · 11 years ago
  25. cf28cbf Merge "Disassemble more x86 instructions" by Vladimir Marko · 11 years ago
  26. ce449c9 Merge "Add class to verifier's rejected list if superclass is erroneous." by Jeff Hao · 11 years ago
  27. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  28. d19b55a Disassemble more x86 instructions by Mark Mendell · 11 years ago
  29. 8ff6e59 Merge "Don't rely on gcc extensions" by Mathieu Chartier · 11 years ago
  30. c9910ea Merge "Add missing x86 imul opcode to disassembler" by Vladimir Marko · 11 years ago
  31. f288bd1 Merge "Manage JDWP errors related to garbage collection." by Sebastien Hertz · 11 years ago
  32. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  33. e96060a Manage JDWP errors related to garbage collection. by Sebastien Hertz · 11 years ago
  34. ff8d298 Merge "Remove unused method in DEX-to-DEX." by Sebastien Hertz · 11 years ago
  35. 6054239 Merge "Fix null argument handling during invoke from JDWP." by Sebastien Hertz · 11 years ago
  36. 0630ab5 Fix null argument handling during invoke from JDWP. by Sebastien Hertz · 11 years ago
  37. f723f0c Add missing x86 imul opcode to disassembler by Mark Mendell · 11 years ago
  38. 19031d5 Merge "Define missing static constexpr variables" by Mathieu Chartier · 11 years ago
  39. 45c1165 Define missing static constexpr variables by Mark Mendell · 11 years ago
  40. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  41. 0b5a3fe Merge changes I002f4ab1,Ief34c1b5 by Brian Carlstrom · 11 years ago
  42. f76cc59 Merge "A simple promotion-like mechanism." by Hiroshi Yamauchi · 11 years ago
  43. 3f7c5e0 Merge "Add dependency on libutils for libziparchive" by Narayan Kamath · 11 years ago
  44. 9e0668f Add dependency on libutils for libziparchive by Narayan Kamath · 11 years ago
  45. e11eb15 Merge "Art: fix basic block optimization pass" by buzbee · 11 years ago
  46. 1ebe217 Remove unused method in DEX-to-DEX. by Sebastien Hertz · 11 years ago
  47. 543154a Merge "Fix JDWP class-only modifier." by Sebastien Hertz · 11 years ago
  48. fd7ad0a Fix dependencies to be on core-libart, not core by Brian Carlstrom · 11 years ago
  49. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 11 years ago
  50. ed61d74 Merge "Fix FindFieldID to use class's classloader to find field type." by Jeff Hao · 11 years ago
  51. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  52. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  53. cdcfdfc Art: fix basic block optimization pass by buzbee · 11 years ago
  54. 76f5523 Merge "Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge." by Mathieu Chartier · 11 years ago
  55. f043de4 Add missing push/pop shadow frame to artInterpreterToCompiledCodeBridge. by Mathieu Chartier · 11 years ago
  56. 3d0ecf9 Merge "Add SpaceTest for RosAllocSpace." by Hiroshi Yamauchi · 11 years ago
  57. 75d0e4b Merge "Remove unneeded quoting" by Brian Carlstrom · 11 years ago
  58. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 11 years ago
  59. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 11 years ago
  60. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  61. 8d4122f Merge "Get rid of platform-specific method inliners." by Vladimir Marko · 11 years ago
  62. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  63. dce8852 Merge "Add support for emitting x86 kArray instructions." by Vladimir Marko · 11 years ago
  64. 867a2b3 Get rid of platform-specific method inliners. by Vladimir Marko · 11 years ago
  65. dd66873 Merge "Fix build (lint: explicit ctor)." by Vladimir Marko · 11 years ago
  66. 07a3212 Fix build (lint: explicit ctor). by Vladimir Marko · 11 years ago
  67. a401ca8 Merge "Don't prefix GC map by length." by Vladimir Marko · 11 years ago
  68. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  69. fa365d2 Merge "Fix memory usage regression and clean up collector changing code." by Mathieu Chartier · 11 years ago
  70. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 11 years ago
  71. 5e99ba7 Merge "Add some functions to the unitialized VM handling" by Kenny Root · 11 years ago
  72. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 11 years ago
  73. 400455c Merge "Rename ClobberCalleeSave to *Caller*, fix it for x86." by Vladimir Marko · 11 years ago
  74. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  75. 37035d6 Merge "Fix Mir2Lir::AllocFreeTemp() to return -1 on failure." by Vladimir Marko · 11 years ago
  76. f4d4ce5 Merge "Use libziparchive for art zip processing." by Narayan Kamath · 11 years ago
  77. 92572be Use libziparchive for art zip processing. by Narayan Kamath · 11 years ago
  78. 1a7e7d6 Merge "Fix valgrind-test-art-host-gtest-object_test." by Hiroshi Yamauchi · 11 years ago
  79. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 11 years ago
  80. 73e08b3 Fix Mir2Lir::AllocFreeTemp() to return -1 on failure. by Vladimir Marko · 11 years ago
  81. afaf468 am 9cefcd7e: Merge "Performance improvement for mapping table creation." by Vladimir Marko · 11 years ago
  82. 9cefcd7 Merge "Performance improvement for mapping table creation." by Vladimir Marko · 11 years ago
  83. c0abab1 am 29c788da: Merge "Workaround for gcc volatile struct member bug" by Brian Carlstrom · 11 years ago
  84. 29c788d Merge "Workaround for gcc volatile struct member bug" by Brian Carlstrom · 11 years ago
  85. 59cde53 Workaround for gcc volatile struct member bug by Chris Dearman · 11 years ago
  86. 459b4fa am 93461f9b: Merge "Fix races in thread list Unregister." by Mathieu Chartier · 11 years ago
  87. 93461f9 Merge "Fix races in thread list Unregister." by Mathieu Chartier · 11 years ago
  88. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  89. 3af1beb am 3a91e906: Merge "Fix a rosalloc check failure in a test." by Hiroshi Yamauchi · 11 years ago
  90. 3a91e90 Merge "Fix a rosalloc check failure in a test." by Hiroshi Yamauchi · 11 years ago
  91. 06606b9 Performance improvement for mapping table creation. by Vladimir Marko · 11 years ago
  92. 123756a Fix JDWP class-only modifier. by Sebastien Hertz · 11 years ago
  93. 501668a Fix a rosalloc check failure in a test. by Hiroshi Yamauchi · 11 years ago
  94. a60ad4a am d83d4c86: Merge "Fix stack trace for proxy methods and added test case." by Jeff Hao · 11 years ago
  95. d83d4c8 Merge "Fix stack trace for proxy methods and added test case." by Jeff Hao · 11 years ago
  96. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 11 years ago
  97. 8690425 am 0f6615fe: Merge "Fix incorrect IsHeapAddress in jni entrypoints." by Mathieu Chartier · 11 years ago
  98. 0f6615f Merge "Fix incorrect IsHeapAddress in jni entrypoints." by Mathieu Chartier · 11 years ago
  99. 85db144 Fix incorrect IsHeapAddress in jni entrypoints. by Mathieu Chartier · 11 years ago
  100. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago