1. 530f71c Fix proxy return ClassCastException and add test. by Ian Rogers · 11 years ago
  2. 5fe2c16 Merge "Port the "abstract methods are not implementations" fix to art." into dalvik-dev by Elliott Hughes · 11 years ago
  3. 6824361 Port the "abstract methods are not implementations" fix to art. by Elliott Hughes · 11 years ago
  4. 32fa6bf Merge "Inline monitor-enter in portable." into dalvik-dev by Sebastien Hertz · 11 years ago
  5. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 11 years ago
  6. 21bdc3d Merge "Output Intel group 0 prefixes." into dalvik-dev by Ian Rogers · 11 years ago
  7. 5e588b3 Output Intel group 0 prefixes. by Ian Rogers · 11 years ago
  8. 857a078 Upper and lower capping for percentiles by Sameer Abu Asal · 11 years ago
  9. cb69306 Clean up more of the JDWP request handling. by Elliott Hughes · 11 years ago
  10. 3afa4c1 Merge "Add a JDWP::Request type to replace the old uint8_t* and int." into dalvik-dev by Elliott Hughes · 11 years ago
  11. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 11 years ago
  12. 50a1abf Inline monitor-enter in portable. by Sebastien Hertz · 11 years ago
  13. c081e36 Improving histogram test cases by Sameer Abu Asal · 11 years ago
  14. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 11 years ago
  15. 492899e Merge "Port new test for package annotations from dalvik." into dalvik-dev by Elliott Hughes · 11 years ago
  16. db1e390 Port new test for package annotations from dalvik. by Elliott Hughes · 11 years ago
  17. e877c8e Merge "port 0a682b1855fb8c63a8fb502d60b37259dc893302 to art" into dalvik-dev by Nick Kralevich · 11 years ago
  18. 7e2364c port 0a682b1855fb8c63a8fb502d60b37259dc893302 to art by Nick Kralevich · 11 years ago
  19. 6030ef4 run-test --gdb on host should imply dev mode. by Ian Rogers · 11 years ago
  20. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 11 years ago
  21. 4aeb567 Add missing headers file. by Sameer Abu Asal · 11 years ago
  22. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 11 years ago
  23. addf1a8 Fix the last failing host -Xint JDWP test. by Elliott Hughes · 11 years ago
  24. abe640f Merge "Fix ARM disassembler for shift immediate instructions." into dalvik-dev by Ian Rogers · 11 years ago
  25. e78500c Fix ARM disassembler for shift immediate instructions. by Sebastien Hertz · 11 years ago
  26. 9e1448a Update comment making reference to an old file. by Sebastien Hertz · 11 years ago
  27. 6324e21 Fix art's System.arraycopy now bionic doesn't have _memmove_words. by Elliott Hughes · 11 years ago
  28. f9e609f Disable dlopen which doesn't work on MIPS. by Jeff Hao · 11 years ago
  29. 69307df Start the ELF function index from 1 instead of 0. by Logan Chien · 12 years ago
  30. 75bc896 Add missing proxy_stub_offset_ initializer. by Logan Chien · 12 years ago
  31. 972a205 Merge "Add "select" detection to common frontend" into dalvik-dev by buzbee · 11 years ago
  32. 7b50b6c Merge "Add cfi debug info for MIPS." into dalvik-dev by Jeff Hao · 11 years ago
  33. d4c3f7d Add cfi debug info for MIPS. by Jeff Hao · 11 years ago
  34. f662a7c Add "select" detection to common frontend by buzbee · 11 years ago
  35. 3ebe875 Merge "Clean-up a few quick x86 runtime assembly stubs." into dalvik-dev by Ian Rogers · 11 years ago
  36. 5793fea Clean-up a few quick x86 runtime assembly stubs. by Ian Rogers · 11 years ago
  37. a0664be Port prctl(PR_CAPBSET_DROP) patches dalvik-dev by Nick Kralevich · 11 years ago
  38. aeeada4 Add CFI directives to x86 runtime support. by Ian Rogers · 11 years ago
  39. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 11 years ago
  40. 818d98e Fix MIPS to use standard kPageSize=0x1000 section alignment for ELF sections by Brian Carlstrom · 11 years ago
  41. 4a4552d Fix build of art/src/oat/runtime/mips/context_mips.cc by Brian Carlstrom · 11 years ago
  42. bd32fda Merge "Fix END macro." into dalvik-dev by Ian Rogers · 11 years ago
  43. bd7d2d3 Fix END macro. by Ian Rogers · 11 years ago
  44. ee52cde Merge "Codegen tweaks" into dalvik-dev by buzbee · 11 years ago
  45. c7d1f91 Codegen tweaks by buzbee · 12 years ago
  46. 9329bbb Unwind (CFI and exidx) information for ARM. by Ian Rogers · 11 years ago
  47. 6a62786 Fix ReferenceMap oat test. by Ian Rogers · 11 years ago
  48. d0876a9 Thumb32 form branch disassembly. by Ian Rogers · 11 years ago
  49. 5501913 Disassembly of movt. by Ian Rogers · 12 years ago
  50. b524db1 Merge "Add sun.misc.Unsafe get/put int/long/object intrinsics." into dalvik-dev by Jeff Hao · 12 years ago
  51. 5a70fe8 Add sun.misc.Unsafe get/put int/long/object intrinsics. by Jeff Hao · 12 years ago
  52. 987db60 Merge "Compiler cleanup: remove some old JIT leftovers." into dalvik-dev by buzbee · 12 years ago
  53. 8368340 Merge "Skip card mark when storing known null reference" into dalvik-dev by buzbee · 12 years ago
  54. a5954be Compiler cleanup: remove some old JIT leftovers. by buzbee · 12 years ago
  55. 9782006 Merge "[Portable Compiler] Rework return block marking." into dalvik-dev by buzbee · 12 years ago
  56. bbdd053 [Portable Compiler] Rework return block marking. by buzbee · 12 years ago
  57. 5d8a2b8 Merge "Fix ALWAYS_INLINE." into dalvik-dev by Ian Rogers · 12 years ago
  58. e8ae0dc Fix ALWAYS_INLINE. by Ian Rogers · 12 years ago
  59. 9e2d454 Merge "Add some comments to describe assembly #defines." into dalvik-dev by Ian Rogers · 12 years ago
  60. 4b07f17 Add some comments to describe assembly #defines. by Ian Rogers · 12 years ago
  61. 6a791b2 Skip card mark when storing known null reference by buzbee · 12 years ago
  62. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 12 years ago
  63. cc07edb Merge "Fix portable build" into dalvik-dev by buzbee · 12 years ago
  64. 34b8c98 Fix portable build by buzbee · 12 years ago
  65. 1f99173 Merge "Fix test-art-host-oat flakiness" into dalvik-dev by Brian Carlstrom · 12 years ago
  66. 38a3a0c Fix test-art-host-oat flakiness by Brian Carlstrom · 12 years ago
  67. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  68. f84f99f Merge "Reduce inlining in debug builds." into dalvik-dev by Ian Rogers · 12 years ago
  69. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 12 years ago
  70. 45cebaf Track Zygote exec API change. by Elliott Hughes · 12 years ago
  71. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 12 years ago
  72. b6c31ea Move hot routine out of mutex.cc. by Ian Rogers · 12 years ago
  73. 7cb0f9c Fix ARM 32-bit thumb dissassembly for certain special cases. by Jeff Hao · 12 years ago
  74. cb4bf70 Merge "Performance improvements by removing a DMB and inlining." into dalvik-dev by Ian Rogers · 12 years ago
  75. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  76. 00bc1dc Remove separate libart-compiler-llvm by Brian Carlstrom · 12 years ago
  77. 12a2bdd Merge "Changes to LLVM to support deoptimization." into dalvik-dev by Jeff Hao · 12 years ago
  78. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  79. 3986223 Merge "Improve ART_BUILD_ disabling" into dalvik-dev by Brian Carlstrom · 12 years ago
  80. cb91f1a Improve ART_BUILD_ disabling by Brian Carlstrom · 12 years ago
  81. 5d78f9c Merge "Rename compiler_llvm CompilationUnit to LlvmCompilationUnit" into dalvik-dev by Brian Carlstrom · 12 years ago
  82. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  83. e9de2dd Change oatexec section to be Function not Object. by Ian Rogers · 12 years ago
  84. 6cbd384 LLVM build fix. by Ian Rogers · 12 years ago
  85. 785e618 LLVM build fix. by Ian Rogers · 12 years ago
  86. 55c9c4b Fix invariant check for unresolved super classes. by Ian Rogers · 12 years ago
  87. 98573f9 Fix portable build following object.h refactor. by Ian Rogers · 12 years ago
  88. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  89. ac21b79 Merge "Fix ARM CAS64." into dalvik-dev by Brian Carlstrom · 12 years ago
  90. 0794b6a Fix ARM CAS64. by Ian Rogers · 12 years ago
  91. 6ff7f80 Realphabetize source file lists by Brian Carlstrom · 12 years ago
  92. eae2691 Improve ARM thumb disassembler output. by jeffhao · 12 years ago
  93. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  94. 9adbff5 Implement Intel QuasiAtomics. by Ian Rogers · 12 years ago
  95. cf07143 Merge "Bump LLVM compile time warnings to make them less spammy." into dalvik-dev by Ian Rogers · 12 years ago
  96. 5354ec5 Bump LLVM compile time warnings to make them less spammy. by Ian Rogers · 12 years ago
  97. 948c508 Fix LLVM build. by Ian Rogers · 12 years ago
  98. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  99. 87b185f Fix 044-proxy on portable. by Ian Rogers · 12 years ago
  100. 73d35d0 Merge "Address OutputStream feedback" into dalvik-dev by Brian Carlstrom · 12 years ago