1. 870ea47 Merge "Fail threads attaching during runtime shutdown." into dalvik-dev by Ian Rogers · 12 years ago
  2. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  3. eb569a9 Merge "Fix endianness of compiled code and stacks of stubs for MIPS." into dalvik-dev by jeffhao · 12 years ago
  4. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 12 years ago
  5. cabc60e Merge "Fix oatdump off-by-one" into dalvik-dev by buzbee · 12 years ago
  6. 4d7a189 Fix oatdump off-by-one by buzbee · 12 years ago
  7. 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago
  8. 3e96a16 Test to ensure duplicate methods are handled properly. by jeffhao · 12 years ago
  9. 9b0b188 Make verifier ignore a method if it's a duplicate. by jeffhao · 12 years ago
  10. 369809b Disable (again) futex ReaderWriterMutex implementation. by Ian Rogers · 12 years ago
  11. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 12 years ago
  12. 34065b5 Fix build (broken method signature). by Ian Rogers · 12 years ago
  13. 4e04e44 Merge "Fix race in thread attaching during GC." into dalvik-dev by Ian Rogers · 12 years ago
  14. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  15. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  16. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  17. acc46d6 Mac build fix. by Ian Rogers · 12 years ago
  18. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  19. bfaf917 Merge "Port 138b7a2e54923d99ed817f9a890c6fcd7c23c335 to art" into dalvik-dev by Nick Kralevich · 12 years ago
  20. b788278 Port 138b7a2e54923d99ed817f9a890c6fcd7c23c335 to art by Nick Kralevich · 12 years ago
  21. 3edd57e Merge "Log if dlopen(3) fails." into dalvik-dev by Elliott Hughes · 12 years ago
  22. 84b2f14 Log if dlopen(3) fails. by Elliott Hughes · 12 years ago
  23. d94040a Merge "Force inlining of ObjectArray::Get." into dalvik-dev by Ian Rogers · 12 years ago
  24. a1d7993 Force inlining of ObjectArray::Get. by Ian Rogers · 12 years ago
  25. 63e217a Merge "Fix framework perf regression" into dalvik-dev by Ian Rogers · 12 years ago
  26. 83cf328 Fix framework perf regression by Mathieu Chartier · 12 years ago
  27. 823433d Corresponding CL of thread flags for portable. by TDYa127 · 12 years ago
  28. 4d980b0 Merge "Fixes to make jni_compiler_test work on MIPS." into dalvik-dev by jeffhao · 12 years ago
  29. 30e173f Fix Mac build. by Ian Rogers · 12 years ago
  30. 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 12 years ago
  31. 63818dc Fix segv in indirect reference table dump. by Ian Rogers · 12 years ago
  32. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  33. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  34. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  35. de1ef40 Fix race where class state can go between verified/initializing. by Ian Rogers · 12 years ago
  36. 3d1548d Make compiler initialization of classes parallel. by Ian Rogers · 12 years ago
  37. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  38. 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
  39. 5a6220c Fix exception_test for verify stack. by Ian Rogers · 12 years ago
  40. 952a94a LLVM build fix. by Ian Rogers · 12 years ago
  41. a2c0ba0 Merge "Change dex cache to be java object instead of array, add pointer to dex file in dex cache." into dalvik-dev by Ian Rogers · 12 years ago
  42. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  43. 000d724 Allow more vregs in native GC map. by Ian Rogers · 12 years ago
  44. a5e1e3d Merge "Quick compiler: bug fix & cleanup" into dalvik-dev by buzbee · 12 years ago
  45. f5f5a12 Quick compiler: bug fix & cleanup by buzbee · 12 years ago
  46. 01c9e55 Merge "Dump native pcs rather than offsets, fix mac build." into dalvik-dev by Ian Rogers · 12 years ago
  47. bb6723f Dump native pcs rather than offsets, fix mac build. by Ian Rogers · 12 years ago
  48. 4c33bba Merge "Quick compiler: fix array undershoot" into dalvik-dev by buzbee · 12 years ago
  49. 30bce5a LLVM build fix. by Ian Rogers · 12 years ago
  50. 6ec5e23 Quick compiler: fix array undershoot by buzbee · 12 years ago
  51. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  52. ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
  53. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  54. e8c819e Merge "Sqrt intrinsic" into dalvik-dev by Ian Rogers · 12 years ago
  55. 0183dd7 Sqrt intrinsic by Ian Rogers · 12 years ago
  56. de4f7be Remove dump-oat-Calculator by Ian Rogers · 12 years ago
  57. 221cf44 Merge "Make unlikely check always on, move hot code to header file." into dalvik-dev by Ian Rogers · 12 years ago
  58. 506de0c Make unlikely check always on, move hot code to header file. by Ian Rogers · 12 years ago
  59. df6e4ee Merge "Add WITH_ART_USE_PORTABLE_COMPILER and art/USE_PORTABLE_COMPILER support" into dalvik-dev by Brian Carlstrom · 12 years ago
  60. 06809ed Add WITH_ART_USE_PORTABLE_COMPILER and art/USE_PORTABLE_COMPILER support by Brian Carlstrom · 12 years ago
  61. 5f5a2c0 Minor heap tidy ups. by Ian Rogers · 12 years ago
  62. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 12 years ago
  63. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  64. 920be7c Check opt_flags to remove null check. by TDYa127 · 12 years ago
  65. 46bde5c Fix Frontend.cc for running portable path. by Shih-wei Liao · 12 years ago
  66. 44770fe Fix quick fly2iceland (code_size = 0) bug. by TDYa127 · 12 years ago
  67. 87caa7e Implement CatchTargets. by TDYa127 · 12 years ago
  68. 347166a Fix run-test 030. by TDYa127 · 12 years ago
  69. 3fdb33a Fix run-test 044/064. by TDYa127 · 12 years ago
  70. 8593d88 Skip some methods to get the phone booting. by Shih-wei Liao · 12 years ago
  71. 569daf1 Always push shadowframe for stack trace lookup. by Shih-wei Liao · 12 years ago
  72. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 12 years ago
  73. abc4c6b Portable path example interface by buzbee · 12 years ago
  74. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 12 years ago
  75. aa55887 Fix phi bug on exception edges. by TDYa127 · 12 years ago
  76. 627d8c4 Fix wrong update phi. by Shih-wei Liao · 12 years ago
  77. 67645d8 Basic block based rewriting by Logan Chien · 12 years ago
  78. e5b8f8b Initialize GBCExpander with NULL. by Logan Chien · 12 years ago
  79. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 12 years ago
  80. f71bf5a Implement remaining intrinsics. by TDYa127 · 12 years ago
  81. 5a26d44 Implement SGet/SPut/AGet/APut. by TDYa127 · 12 years ago
  82. d36a2ac Fix the metadata include. by Logan Chien · 12 years ago
  83. 5e869b6 Move some helper functions to gbc_expander. by TDYa127 · 12 years ago
  84. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 12 years ago
  85. 1f196f1 Use MDBuilder to build metadata. by TDYa127 · 12 years ago
  86. d54a23d Implement copy/const/check_suspend intrinsic for expander. by Logan Chien · 12 years ago
  87. 554e607 Code cleanup: Rewrite strange-looking if-else statement. by Logan Chien · 12 years ago
  88. 75e4b60 Cleanup gbc_expander for fly2iceland. by Logan Chien · 12 years ago
  89. a1b2185 Starting to implement fly2iceland. by TDYa127 · 12 years ago
  90. 9a12945 Cleanup runtime support. Inline via IR builder. by TDYa127 · 12 years ago
  91. b672d1e Merge iceland to greenland. by TDYa127 · 12 years ago
  92. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  93. 0967a25 Quick compiler code layout by buzbee · 12 years ago
  94. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  95. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  96. 88c95be Add missing write barriers to Object::Clone, LinkInterfaceMethods by Mathieu Chartier · 12 years ago
  97. 5e9abdc Merge "Fix image size regression" into dalvik-dev by buzbee · 12 years ago
  98. 488a78c Fix image size regression by buzbee · 12 years ago
  99. 4c70d77 Fix error in PrettyType. by Mathieu Chartier · 12 years ago
  100. 15b962f Merge "Don't retry verification at compile time." into dalvik-dev by Ian Rogers · 12 years ago