1. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  2. a50638b Register allocation fixes. by buzbee · 13 years ago
  3. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  4. 43c71a1 Merge "Ensure r0/ref isn't clobbered by call." into dalvik-dev by Ian Rogers · 13 years ago
  5. 6a99678 Ensure r0/ref isn't clobbered by call. by Ian Rogers · 13 years ago
  6. 6cefabd Merge "Support for access check in checkcast and instanceof." into dalvik-dev by Ian Rogers · 13 years ago
  7. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  8. b7990c7 Disable by register optimizations by default by buzbee · 13 years ago
  9. 23d5bc9 Compiler crash workaround by buzbee · 13 years ago
  10. bd44135 Clear exception if we failed to resolve method. by Ian Rogers · 13 years ago
  11. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  12. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 13 years ago
  13. 510c605 Workaround for cfg building failure by buzbee · 13 years ago
  14. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 13 years ago
  15. 8febc58 Fixes for GoogleEarth & Streek.apk failed DCHECKS by buzbee · 13 years ago
  16. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  17. 3181345 Fix off-by-one error in OP_FILLED_NEW_ARRAY_RANGE by buzbee · 13 years ago
  18. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  19. 67bc236 Register promotion fix by buzbee · 13 years ago
  20. 928bf02 Ensure getConstString uses slow path for non-image compilation by Brian Carlstrom · 13 years ago
  21. b4aa242 Temporarily disable optimization by buzbee · 13 years ago
  22. fe2e17f Simplify compiler's suspend check mechanism. by buzbee · 13 years ago
  23. e707080 Compiler/assembler fix by buzbee · 13 years ago
  24. bb7d773 Turn on optimization by default by buzbee · 13 years ago
  25. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  26. 6825326 Reg utility fix by buzbee · 13 years ago
  27. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  28. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  29. 949f56e Nullcheck elimination fix by buzbee · 13 years ago
  30. e3de749 Compiler - switch default for null invoke test by buzbee · 13 years ago
  31. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  32. 3ddc0d1 Fix Vmap table size by buzbee · 13 years ago
  33. ce30293 Compiler cleanup by buzbee · 13 years ago
  34. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  35. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  36. e983d00 Revert optimization settings by buzbee · 13 years ago
  37. bbaf894 Optimization fixes by buzbee · 13 years ago
  38. 58f9274 Various bugfixes by buzbee · 13 years ago
  39. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 13 years ago
  40. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  41. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 13 years ago
  42. 6181f79 Register usage cleanup by buzbee · 13 years ago
  43. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  44. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 13 years ago
  45. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  46. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  47. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  48. 31cc62d Merge "Support for exceptions from array allocation." into dalvik-dev by Ian Rogers · 13 years ago
  49. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  50. 042946d Fix dalvik vm reg to callee save mappings by buzbee · 13 years ago
  51. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 13 years ago
  52. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  53. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  54. aad7201 Move null checks to bvector utility callers by buzbee · 13 years ago
  55. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  56. 010cffc Restore Method* following invoke with > 20 args by buzbee · 13 years ago
  57. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  58. 03fa263 Rework type & size inference, literal usage by buzbee · 13 years ago
  59. 3b5d379 Fix sub codegen bug by buzbee · 13 years ago
  60. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
  61. c0fe6c7 Fix manyargs test by buzbee · 14 years ago
  62. 3b80347 Assembler fix by buzbee · 14 years ago
  63. 81eccc0 Fix OP_FILLED_NEW_ARRAY by buzbee · 14 years ago
  64. b0ebba0 Suspend check fix by buzbee · 14 years ago
  65. 67375ac Support for exception throwing from JNI. by Ian Rogers · 14 years ago
  66. 9a195c9 Fix array-put-object by buzbee · 14 years ago
  67. 54e7df1 Various bits of cleanup. by Elliott Hughes · 14 years ago
  68. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago
  69. d03935a Merge "Def/Use mask fix for vldm/vstm" into dalvik-dev by buzbee · 14 years ago
  70. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  71. f48e971 Def/Use mask fix for vldm/vstm by buzbee · 14 years ago
  72. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 14 years ago
  73. 367ce0b Fix invoke-interface bug. by buzbee · 14 years ago
  74. 43a3642 Fix null check elimination by buzbee · 14 years ago
  75. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 14 years ago
  76. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 14 years ago
  77. 1d3f114 Support 32-bit volatiles. by Elliott Hughes · 14 years ago
  78. c74255f Interning image strings by Brian Carlstrom · 14 years ago
  79. ec5adf3 Mark top of managed stack on helper transitions by buzbee · 14 years ago
  80. b153906 Use the right dex cache in the SGET/SPUT fast paths. by Elliott Hughes · 14 years ago
  81. 2bb97f9 Fix debugging output for unresolved fields. by Elliott Hughes · 14 years ago
  82. 5ade1d2 Complete compiler portion of exception handling by buzbee · 14 years ago
  83. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 14 years ago
  84. 2d74047 Merge "Move Method shorty to managed heap" into dalvik-dev by Brian Carlstrom · 14 years ago
  85. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 14 years ago
  86. cefd187 Add stack overflow check by buzbee · 14 years ago
  87. 0d966cf Add suspend check & stub by buzbee · 14 years ago
  88. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 14 years ago
  89. 4ef7652 Transmit mapping table to runtime by buzbee · 14 years ago
  90. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 14 years ago
  91. c83b29d Merge "Fixes for register promotion; enable fast path" into dalvik-dev by buzbee · 14 years ago
  92. 0c7f26d Fixes for register promotion; enable fast path by buzbee · 14 years ago
  93. f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 14 years ago
  94. 109bd6a Fix for argument passing bug by buzbee · 14 years ago
  95. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 14 years ago
  96. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 14 years ago
  97. a59d179 Work around two problems. by Elliott Hughes · 14 years ago
  98. 0f4c41d Various fixes. by Elliott Hughes · 14 years ago
  99. 1da522d Complete static field accesses; clear TODO's by buzbee · 14 years ago
  100. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 14 years ago