1. 8a01a3a Make ShadowFrame fields const when not in portable. by Ian Rogers · 11 years ago
  2. bf47e5f Tracking merge of JWR32E (#656244) to dalvik-dev by Brian Carlstrom · 11 years ago
  3. ff9c995 Merge "Supporting de-virtualization for precise types." into dalvik-dev by Ian Rogers · 11 years ago
  4. 862cedb Merge "Fixing Small_Art Default" into dalvik-dev by Anwar Ghuloum · 11 years ago
  5. b3eb9eb Fixing Small_Art Default by Anwar Ghuloum · 11 years ago
  6. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  7. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 11 years ago
  8. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 11 years ago
  9. 654d919 Add conscrypt to art tests by Brian Carlstrom · 11 years ago
  10. 10c35dc Merge "Fix MIPS jni stub and save gp as part of ref only saves." into dalvik-dev by Jeff Hao · 11 years ago
  11. e40f302 Track rename of JSSE by Kenny Root · 11 years ago
  12. 1f3bc2f Fix MIPS jni stub and save gp as part of ref only saves. by Jeff Hao · 11 years ago
  13. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 11 years ago
  14. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  15. 88fc036 Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev by Ian Rogers · 11 years ago
  16. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  17. 5d29a814 Merge "Changed image file to no longer be executable." into dalvik-dev by Jeff Hao · 11 years ago
  18. dfe0a24 Merge "Supporting de-virtualization for precise types." into dalvik-dev by Ian Rogers · 11 years ago
  19. 6ed90ad Changed image file to no longer be executable. by Jeff Hao · 11 years ago
  20. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  21. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  22. 09b55e1 Fix PortableResolutionTrampoline to handle <clinit> methods. by Jeff Hao · 11 years ago
  23. ba1814e LLVM build fix. by Ian Rogers · 11 years ago
  24. a622767 Robustify Thread::DumpState. by Ian Rogers · 11 years ago
  25. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  26. ede1807 Fix Monkeys failure by Anwar Ghuloum · 11 years ago
  27. 4da103f Merge "MIPS fix." into dalvik-dev by Ian Rogers · 11 years ago
  28. ebb025a Merge "Fix bugs in type precision." into dalvik-dev by Ian Rogers · 11 years ago
  29. 9f57a86 Fix bugs in type precision. by Sameer Abu Asal · 11 years ago
  30. 0fed328 MIPS fix. by Ian Rogers · 11 years ago
  31. 0e03367 Allow passing of multitple --invoke-with. by Ian Rogers · 11 years ago
  32. bab7496 Remove unnecessary use of std::string. by Ian Rogers · 11 years ago
  33. 9365f58 Don't read trace from VM during destroy VM. by Ian Rogers · 11 years ago
  34. 1690d7e Merge "Fixes for timing logger and histogram." into dalvik-dev by Ian Rogers · 11 years ago
  35. 4535705 Fixes for timing logger and histogram. by Ian Rogers · 11 years ago
  36. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 11 years ago
  37. 1bd4b4c Avoid a use before initialization in mark sweep. by Ian Rogers · 11 years ago
  38. 0878d65 Thread tidying. by Ian Rogers · 11 years ago
  39. f8adc60 Mem map bug fix and documentation. by Ian Rogers · 11 years ago
  40. dbbc99d Factor out try item from catch handler finding. by Ian Rogers · 11 years ago
  41. fbdc0fa Build fix. by Ian Rogers · 11 years ago
  42. a182704 Tidy up compiled method. by Ian Rogers · 11 years ago
  43. 23055dc Mutex tidy up. by Ian Rogers · 11 years ago
  44. d914eb2 Thread pool tidying. by Ian Rogers · 11 years ago
  45. 25ae7eb Fix RegTypeCache typo/memory-leak. by Ian Rogers · 11 years ago
  46. 6282dc1 MIR tidying. by Ian Rogers · 11 years ago
  47. 5d10a87 Remove the separate JdwpTransport objects. by Elliott Hughes · 11 years ago
  48. 68a5e3c More JDWP implementation cleanup. by Elliott Hughes · 11 years ago
  49. 8b788fe Send the GC's SIGQUIT output to the right ostream. by Elliott Hughes · 11 years ago
  50. 1f55ea0 minor cleanup by Anwar Ghuloum · 11 years ago
  51. cfa9cfa Fix JDWP log spam. by Elliott Hughes · 11 years ago
  52. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  53. 3e13ae7 Merge "Compile less stuff" into dalvik-dev by Anwar Ghuloum · 11 years ago
  54. c4f105d Compile less stuff by Anwar Ghuloum · 11 years ago
  55. 068193c Add missing TEMP_FAILURE_RETRYs to the JDWP transports. by Elliott Hughes · 11 years ago
  56. 0920163 Fix ObjectReference.InvokeMethod. by Elliott Hughes · 11 years ago
  57. 449db33 For JDWP, suspend thread before configuring it for single stepping. by Jeff Hao · 11 years ago
  58. ed1790e Add some comments about thread dumping and suspension. by Jeff Hao · 11 years ago
  59. b6026da Merge "Reorder kJdwpObjectRegistryLock to prevent lock level violations." into dalvik-dev by Jeff Hao · 11 years ago
  60. 6e2a723 Merge "Temporarily clear exception during ExceptionCaughtEvent." into dalvik-dev by Jeff Hao · 11 years ago
  61. ff9af22 Port AOSP dalvik change 9e11a836e0927e6ea9246b56d99e0482920b81c6 to art. by Elliott Hughes · 11 years ago
  62. 9eef5b3 Reorder kJdwpObjectRegistryLock to prevent lock level violations. by Jeff Hao · 11 years ago
  63. c0bd4da Temporarily clear exception during ExceptionCaughtEvent. by Jeff Hao · 11 years ago
  64. c1fcdf1 Fix frame type for deopt entry for x86. by Jeff Hao · 11 years ago
  65. 14dd5a8 Fix exception caught listeners and frame type for deopt. by Jeff Hao · 11 years ago
  66. 4b4d711 Remove SLOW_ART output spam in compiler driver. by Jeff Hao · 11 years ago
  67. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 11 years ago
  68. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  69. 1c42ff9 Fix portable build. by Ian Rogers · 11 years ago
  70. f08e473 Fix abort regression. by Ian Rogers · 11 years ago
  71. 10e75ab Build fix. by Ian Rogers · 11 years ago
  72. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  73. c9b17c7 Merge "Remove remaining code related to compiled invoke and proxy stubs." into dalvik-dev by Jeff Hao · 11 years ago
  74. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  75. aef701d Dump native stacks for all threads in native code. by Elliott Hughes · 11 years ago
  76. 5fa60c3 Remove use of compiled proxy stub from portable. by Jeff Hao · 11 years ago
  77. a966e18 Merge "Fix crash in stack walking." into dalvik-dev by Ian Rogers · 11 years ago
  78. a7b0c42 Fix crash in stack walking. by Sebastien Hertz · 11 years ago
  79. 46d69ad Merge "Fix JNI internal tests." into dalvik-dev by Sebastien Hertz · 11 years ago
  80. 0c96fb5 Merge "Fix breakage for android.core.vm-tests-tf tests" into dalvik-dev by Ian Rogers · 11 years ago
  81. 998be61 Fix breakage for android.core.vm-tests-tf tests by Sameer Abu Asal · 11 years ago
  82. 0caa045 Merge "Compiler: stop wasting cycles...." into dalvik-dev by buzbee · 11 years ago
  83. b0245ae Compiler: stop wasting cycles.... by buzbee · 11 years ago
  84. b95851f Fix JNI internal tests. by Sebastien Hertz · 11 years ago
  85. 4c6aad2 Add test 302-float-conversion from dalvik. by Elliott Hughes · 11 years ago
  86. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  87. 58805e4 Fix missing dependency for test-art-host-gtest-dex_method_iterator_test by Brian Carlstrom · 11 years ago
  88. 8b1ce16 Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for MIPS, previously fixed for ARM and x86) by Brian Carlstrom · 11 years ago
  89. d829d0c Merge "Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for x86, ARM previously fixed in d74e41b1cce5373aa24fd2fbea735173f6113d5a)" into dalvik-dev by Brian Carlstrom · 11 years ago
  90. 6f67517 Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for x86, ARM previously fixed in d74e41b1cce5373aa24fd2fbea735173f6113d5a) by Brian Carlstrom · 11 years ago
  91. 4aac9e1 Fix typo in runtime_support_mips.S causing build error with jb-mr2 toolchain by Brian Carlstrom · 11 years ago
  92. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 11 years ago
  93. c404bfb Disable branch weights due to issue with llvm jb-mr2 by Brian Carlstrom · 11 years ago
  94. b568121 Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art. by Elliott Hughes · 11 years ago
  95. ecc6682 Tracking rename of libcompiler-rt.a to libcompiler_rt.a by Brian Carlstrom · 11 years ago
  96. 2e8a4fc Port 23579ddf124b5b0d190a68657f76d511c05a4a12 to art. by Elliott Hughes · 11 years ago
  97. 10efeec Fix portable interpreter build. by Jeff Hao · 11 years ago
  98. 501f029 Merge "Refactoring type verification in Art." into dalvik-dev by Ian Rogers · 11 years ago
  99. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 11 years ago
  100. a3988d0 Fix portable build. by Sebastien Hertz · 11 years ago