1. 5f5a2c0 Minor heap tidy ups. by Ian Rogers · 12 years ago
  2. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 13 years ago
  3. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 13 years ago
  4. 920be7c Check opt_flags to remove null check. by TDYa127 · 13 years ago
  5. 46bde5c Fix Frontend.cc for running portable path. by Shih-wei Liao · 13 years ago
  6. 44770fe Fix quick fly2iceland (code_size = 0) bug. by TDYa127 · 13 years ago
  7. 87caa7e Implement CatchTargets. by TDYa127 · 13 years ago
  8. 347166a Fix run-test 030. by TDYa127 · 13 years ago
  9. 3fdb33a Fix run-test 044/064. by TDYa127 · 13 years ago
  10. 8593d88 Skip some methods to get the phone booting. by Shih-wei Liao · 13 years ago
  11. 569daf1 Always push shadowframe for stack trace lookup. by Shih-wei Liao · 13 years ago
  12. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 13 years ago
  13. abc4c6b Portable path example interface by buzbee · 13 years ago
  14. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 13 years ago
  15. aa55887 Fix phi bug on exception edges. by TDYa127 · 13 years ago
  16. 627d8c4 Fix wrong update phi. by Shih-wei Liao · 13 years ago
  17. 67645d8 Basic block based rewriting by Logan Chien · 13 years ago
  18. e5b8f8b Initialize GBCExpander with NULL. by Logan Chien · 13 years ago
  19. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 13 years ago
  20. f71bf5a Implement remaining intrinsics. by TDYa127 · 13 years ago
  21. 5a26d44 Implement SGet/SPut/AGet/APut. by TDYa127 · 13 years ago
  22. d36a2ac Fix the metadata include. by Logan Chien · 13 years ago
  23. 5e869b6 Move some helper functions to gbc_expander. by TDYa127 · 13 years ago
  24. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 13 years ago
  25. 1f196f1 Use MDBuilder to build metadata. by TDYa127 · 13 years ago
  26. d54a23d Implement copy/const/check_suspend intrinsic for expander. by Logan Chien · 13 years ago
  27. 554e607 Code cleanup: Rewrite strange-looking if-else statement. by Logan Chien · 13 years ago
  28. 75e4b60 Cleanup gbc_expander for fly2iceland. by Logan Chien · 13 years ago
  29. a1b2185 Starting to implement fly2iceland. by TDYa127 · 13 years ago
  30. 9a12945 Cleanup runtime support. Inline via IR builder. by TDYa127 · 13 years ago
  31. b672d1e Merge iceland to greenland. by TDYa127 · 13 years ago
  32. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 13 years ago
  33. 0967a25 Quick compiler code layout by buzbee · 13 years ago
  34. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  35. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 13 years ago
  36. 88c95be Add missing write barriers to Object::Clone, LinkInterfaceMethods by Mathieu Chartier · 13 years ago
  37. 5e9abdc Merge "Fix image size regression" into dalvik-dev by buzbee · 13 years ago
  38. 488a78c Fix image size regression by buzbee · 13 years ago
  39. 4c70d77 Fix error in PrettyType. by Mathieu Chartier · 13 years ago
  40. 15b962f Merge "Don't retry verification at compile time." into dalvik-dev by Ian Rogers · 13 years ago
  41. 9ffb039 Don't retry verification at compile time. by Ian Rogers · 13 years ago
  42. 866fb2a Better WaitForConcurrentGcToComplete information by Mathieu Chartier · 13 years ago
  43. 660ed62 Merge "Fix basic block combine regression" into dalvik-dev by buzbee · 13 years ago
  44. b7574cf Fix basic block combine regression by buzbee · 13 years ago
  45. 18c24b6 Add new_array type info to dex dump output. by Mathieu Chartier · 13 years ago
  46. 1a0806c Merge "Basic block combine pass" into dalvik-dev by buzbee · 13 years ago
  47. d1643e4 Basic block combine pass by buzbee · 13 years ago
  48. 324e190 Switch from aeabi_lmul to custom assembly. by Ian Rogers · 13 years ago
  49. 22f454c Remove a lock from ScopedThreadStateChange. by Ian Rogers · 13 years ago
  50. d83bc36 Disassembly support for Thumb16 load/store single data item. by Ian Rogers · 13 years ago
  51. c898258 Re-enable parallel verification. by Ian Rogers · 13 years ago
  52. b724071 Merge "Fix timing logger sometimes not adding a split due to 0 byte freed Gc" into dalvik-dev by Ian Rogers · 13 years ago
  53. 5ad6163 Merge "JNI ScopedObjectAccess tweaks for micro benchmarks." into dalvik-dev by Ian Rogers · 13 years ago
  54. 40e978b Fix timing logger sometimes not adding a split due to 0 byte freed Gc by Mathieu Chartier · 13 years ago
  55. 776ac8a Merge "Support for disassembly of dsb, ldrex and strex." into dalvik-dev by Ian Rogers · 13 years ago
  56. 250fa3e Merge "Disassembly support of invoke range instructions." into dalvik-dev by Ian Rogers · 13 years ago
  57. b62592c Merge "Support for 32bit CAS as an intrinsic." into dalvik-dev by Ian Rogers · 13 years ago
  58. 25e8b91 JNI ScopedObjectAccess tweaks for micro benchmarks. by Ian Rogers · 13 years ago
  59. 9af8940 Support for disassembly of dsb, ldrex and strex. by Ian Rogers · 13 years ago
  60. 4c5dd5a Disassembly support of invoke range instructions. by Ian Rogers · 13 years ago
  61. e13eafa Support for 32bit CAS as an intrinsic. by Ian Rogers · 13 years ago
  62. 22469aa Make run-test report missing files by name by Brian Carlstrom · 13 years ago
  63. bd78744 Fix set but unused variable compiler error in jdwp and clean it up. by jeffhao · 13 years ago
  64. b849a51 Merge "Cumulative timing logger" into dalvik-dev by Ian Rogers · 13 years ago
  65. 0325e62 Cumulative timing logger by Mathieu Chartier · 13 years ago
  66. 871599a Restore tests tag for target by Brian Carlstrom · 13 years ago
  67. 581b2ea Merge "Remove __sh__ from atomic.cc" into dalvik-dev by Ian Rogers · 13 years ago
  68. 203cffb Remove __sh__ from atomic.cc by Ian Rogers · 13 years ago
  69. dc11a9b Merge "Make lock debug checks optional." into dalvik-dev by Ian Rogers · 13 years ago
  70. 25fd14b Make lock debug checks optional. by Ian Rogers · 13 years ago
  71. ec01423 Classes that hard fail compile-time verification are now marked error. by jeffhao · 13 years ago
  72. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  73. fd678be Additional heap verification for the Gc by Mathieu Chartier · 13 years ago
  74. 5bfa60f Fix DDMS crash by Ian Rogers · 13 years ago
  75. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 13 years ago
  76. c747cff Runnable -> Suspended -> Runnable, avoid 2 locks by Ian Rogers · 13 years ago
  77. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 13 years ago
  78. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 13 years ago
  79. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  80. cfb21d9 Merge "Use bionic's dlmalloc 2.8.5." into dalvik-dev by Ian Rogers · 13 years ago
  81. da6a90e Prevent miranda methods from being thrown away during resolution. by jeffhao · 13 years ago
  82. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  83. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 13 years ago
  84. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 13 years ago
  85. b9a287c Merge "Fixes to verifier and slowpaths for cts invoke tests." into dalvik-dev by jeffhao · 13 years ago
  86. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 13 years ago
  87. 6950e65 Fix test-art-host-run-test. by Ian Rogers · 13 years ago
  88. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 13 years ago
  89. b0b2be7 Merge "Fix locking issue in oatdump." into dalvik-dev by Ian Rogers · 13 years ago
  90. 48efc2b Fix locking issue in oatdump. by Ian Rogers · 13 years ago
  91. dfd46c9 Merge "Comment on use of 0 and -1 values in mutex implementation" into dalvik-dev by Brian Carlstrom · 13 years ago
  92. bd93c30 Comment on use of 0 and -1 values in mutex implementation by Brian Carlstrom · 13 years ago
  93. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 13 years ago
  94. 0ac41d5 Fix llvm build for mips. by jeffhao · 13 years ago
  95. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 13 years ago
  96. f3a2641 Make Mutexes work on Mac OS X 10.6 by Brian Carlstrom · 13 years ago
  97. a5d602c Merge "Extra debug output in test." into dalvik-dev by Ian Rogers · 13 years ago
  98. 37e2bb8 Extra debug output in test. by Ian Rogers · 13 years ago
  99. 6f1712d Merge "Quick compiler: restore optimizations" into dalvik-dev by buzbee · 13 years ago
  100. efd4a9c Merge "Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS" into dalvik-dev by Brian Carlstrom · 13 years ago