1. ba938cb Make the compiler threadsafe by buzbee · 12 years ago
  2. 5abfa3e Compiler tuning by buzbee · 12 years ago
  3. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 12 years ago
  4. 85d8c1e Minor compiler tuning by buzbee · 13 years ago
  5. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  6. 13ac45a Fix invokeSuper range check (cts blocker) by buzbee · 13 years ago
  7. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  8. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 13 years ago
  9. 95f0879 Fix launch code for artThrowNoSuchMethodFromCode by buzbee · 13 years ago
  10. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  11. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  12. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 13 years ago
  13. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  14. bd44135 Clear exception if we failed to resolve method. by Ian Rogers · 13 years ago
  15. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  16. 510c605 Workaround for cfg building failure by buzbee · 13 years ago
  17. 8febc58 Fixes for GoogleEarth & Streek.apk failed DCHECKS by buzbee · 13 years ago
  18. 3181345 Fix off-by-one error in OP_FILLED_NEW_ARRAY_RANGE by buzbee · 13 years ago
  19. 67bc236 Register promotion fix by buzbee · 13 years ago
  20. fe2e17f Simplify compiler's suspend check mechanism. by buzbee · 13 years ago
  21. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  22. ce30293 Compiler cleanup by buzbee · 13 years ago
  23. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  24. bbaf894 Optimization fixes by buzbee · 13 years ago
  25. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 13 years ago
  26. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 13 years ago
  27. 6181f79 Register usage cleanup by buzbee · 13 years ago
  28. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 13 years ago
  29. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  30. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  31. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  32. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  33. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  34. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  35. 010cffc Restore Method* following invoke with > 20 args by buzbee · 13 years ago
  36. 03fa263 Rework type & size inference, literal usage by buzbee · 13 years ago
  37. 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
  38. c0fe6c7 Fix manyargs test by buzbee · 13 years ago
  39. 81eccc0 Fix OP_FILLED_NEW_ARRAY by buzbee · 13 years ago
  40. f48e971 Def/Use mask fix for vldm/vstm by buzbee · 13 years ago
  41. 367ce0b Fix invoke-interface bug. by buzbee · 13 years ago
  42. 43a3642 Fix null check elimination by buzbee · 13 years ago
  43. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  44. 1d3f114 Support 32-bit volatiles. by Elliott Hughes · 13 years ago
  45. ec5adf3 Mark top of managed stack on helper transitions by buzbee · 13 years ago
  46. b153906 Use the right dex cache in the SGET/SPUT fast paths. by Elliott Hughes · 13 years ago
  47. 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
  48. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  49. cefd187 Add stack overflow check by buzbee · 13 years ago
  50. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
  51. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  52. 0c7f26d Fixes for register promotion; enable fast path by buzbee · 13 years ago
  53. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  54. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 13 years ago
  55. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  56. a59d179 Work around two problems. by Elliott Hughes · 13 years ago
  57. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  58. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  59. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  60. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  61. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  62. 2e748f3 Register temp handling fix by buzbee · 13 years ago
  63. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  64. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  65. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  66. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  67. e6d6196 Various bug fixes. by buzbee · 13 years ago
  68. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  69. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago
  70. c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 13 years ago
  71. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  72. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  73. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  74. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  75. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago