1. 67bc236 Register promotion fix by buzbee · 13 years ago
  2. 928bf02 Ensure getConstString uses slow path for non-image compilation by Brian Carlstrom · 13 years ago
  3. fe2e17f Simplify compiler's suspend check mechanism. by buzbee · 13 years ago
  4. e707080 Compiler/assembler fix by buzbee · 13 years ago
  5. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  6. 6825326 Reg utility fix by buzbee · 13 years ago
  7. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  8. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  9. 3ddc0d1 Fix Vmap table size by buzbee · 13 years ago
  10. ce30293 Compiler cleanup by buzbee · 13 years ago
  11. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  12. bbaf894 Optimization fixes by buzbee · 13 years ago
  13. 58f9274 Various bugfixes by buzbee · 13 years ago
  14. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 13 years ago
  15. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  16. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 13 years ago
  17. 6181f79 Register usage cleanup by buzbee · 13 years ago
  18. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  19. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 13 years ago
  20. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  21. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  22. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  23. 31cc62d Merge "Support for exceptions from array allocation." into dalvik-dev by Ian Rogers · 13 years ago
  24. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  25. 042946d Fix dalvik vm reg to callee save mappings by buzbee · 13 years ago
  26. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 13 years ago
  27. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  28. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  29. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  30. 010cffc Restore Method* following invoke with > 20 args by buzbee · 13 years ago
  31. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  32. 03fa263 Rework type & size inference, literal usage by buzbee · 13 years ago
  33. 3b5d379 Fix sub codegen bug by buzbee · 13 years ago
  34. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
  35. c0fe6c7 Fix manyargs test by buzbee · 13 years ago
  36. 3b80347 Assembler fix by buzbee · 13 years ago
  37. 81eccc0 Fix OP_FILLED_NEW_ARRAY by buzbee · 13 years ago
  38. b0ebba0 Suspend check fix by buzbee · 13 years ago
  39. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  40. 9a195c9 Fix array-put-object by buzbee · 13 years ago
  41. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  42. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  43. d03935a Merge "Def/Use mask fix for vldm/vstm" into dalvik-dev by buzbee · 13 years ago
  44. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  45. f48e971 Def/Use mask fix for vldm/vstm by buzbee · 13 years ago
  46. 367ce0b Fix invoke-interface bug. by buzbee · 13 years ago
  47. 43a3642 Fix null check elimination by buzbee · 13 years ago
  48. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  49. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  50. 1d3f114 Support 32-bit volatiles. by Elliott Hughes · 13 years ago
  51. ec5adf3 Mark top of managed stack on helper transitions by buzbee · 13 years ago
  52. b153906 Use the right dex cache in the SGET/SPUT fast paths. by Elliott Hughes · 13 years ago
  53. 2bb97f9 Fix debugging output for unresolved fields. by Elliott Hughes · 13 years ago
  54. 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
  55. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  56. cefd187 Add stack overflow check by buzbee · 13 years ago
  57. 0d966cf Add suspend check & stub by buzbee · 13 years ago
  58. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
  59. 4ef7652 Transmit mapping table to runtime by buzbee · 13 years ago
  60. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  61. 0c7f26d Fixes for register promotion; enable fast path by buzbee · 13 years ago
  62. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  63. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 13 years ago
  64. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  65. a59d179 Work around two problems. by Elliott Hughes · 13 years ago
  66. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  67. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  68. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  69. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  70. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  71. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  72. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  73. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  74. 2e748f3 Register temp handling fix by buzbee · 13 years ago
  75. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  76. dd3efae Add instance field get/put test by buzbee · 13 years ago
  77. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  78. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  79. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  80. e6d6196 Various bug fixes. by buzbee · 13 years ago
  81. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  82. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago
  83. c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 13 years ago
  84. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  85. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
  86. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  87. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  88. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  89. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  90. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago