1. 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat by Brian Carlstrom · 13 years ago
  2. 6f495f2 Clear results registers on long jump by Brian Carlstrom · 13 years ago
  3. 98449a2 Merge "Temporarily disable optimization" into dalvik-dev by buzbee · 13 years ago
  4. bc4b76d Fix class name format for jniThrowExceptionFmt by Brian Carlstrom · 13 years ago
  5. b4aa242 Temporarily disable optimization by buzbee · 13 years ago
  6. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  7. bcbaaf3 Merge "Flush icache when making pages executable." into dalvik-dev by Ian Rogers · 13 years ago
  8. 1634155 Flush icache when making pages executable. by Ian Rogers · 13 years ago
  9. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  10. fe2e17f Simplify compiler's suspend check mechanism. by buzbee · 13 years ago
  11. bf7dca5 Merge "Various assembly fixes." into dalvik-dev by Bill Buzbee · 13 years ago
  12. ae67599 Various assembly fixes. by Ian Rogers · 13 years ago
  13. e707080 Compiler/assembler fix by buzbee · 13 years ago
  14. c10717a Fix passing of sp in art_test_suspend by buzbee · 13 years ago
  15. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 13 years ago
  16. 4a14bc2 Merge "Move from code field routines to runtime support." into dalvik-dev by Ian Rogers · 13 years ago
  17. bb7d773 Turn on optimization by default by buzbee · 13 years ago
  18. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 13 years ago
  19. 6384f64 Don't crash if the source file is null by Jesse Wilson · 13 years ago
  20. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  21. c285856 Merge "Don't say UTF-8 in an error message when we mean Modified UTF-8." into dalvik-dev by Elliott Hughes · 13 years ago
  22. 78090d1 Don't say UTF-8 in an error message when we mean Modified UTF-8. by Elliott Hughes · 13 years ago
  23. 6825326 Reg utility fix by buzbee · 13 years ago
  24. a43cb5e Fix exception_test.cc and thread.cc and revert 3ddac99d4dc6a036fac59d8f0bdc664ef619fb04. by Elliott Hughes · 13 years ago
  25. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  26. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  27. 3ddac99 Fix the PC. And we pass the unit tests on host and target again. by Shih-wei Liao · 13 years ago
  28. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  29. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  30. 40c47b5 Merge "Fix the weird state transitions in verification." into dalvik-dev by Elliott Hughes · 13 years ago
  31. 33a129c Save callee-save registers on alloc helper calls by buzbee · 13 years ago
  32. 7f1caab Add an interface to Space, so Heap no longer needs to be friend of Space. by Shih-wei Liao · 13 years ago
  33. d9cdfe9 Fix the weird state transitions in verification. by Elliott Hughes · 13 years ago
  34. efdbac5 Fix 069 by throwing IncompatibleClassChangeError at runtime when required. by Elliott Hughes · 13 years ago
  35. bc258fa Fix IncompatibleClassChangeError. by Elliott Hughes · 13 years ago
  36. 5f9298a "Fix" racy test 030. by Elliott Hughes · 13 years ago
  37. 3b3e118 Fix the thread test to not be racy. by Elliott Hughes · 13 years ago
  38. 32caed4 Update test 031 to track the libcore annotations implementation changes. by Elliott Hughes · 13 years ago
  39. 8eb434f Merge "Make sure that array_iftables_ is initialized when loading from an image." into dalvik-dev by Elliott Hughes · 13 years ago
  40. 92f14b2 Make sure that array_iftables_ is initialized when loading from an image. by Elliott Hughes · 13 years ago
  41. b6343d1 Merge "Nullcheck elimination fix" into dalvik-dev by buzbee · 13 years ago
  42. 949f56e Nullcheck elimination fix by buzbee · 13 years ago
  43. 510c878 Fix the expectations for test 007 to match the RI's output. by Elliott Hughes · 13 years ago
  44. f57c47c Fix vmap handling. Adjust all PCs by -2 in WalkStack. by Ian Rogers · 13 years ago
  45. aeac754 Merge "Callee-save these ARM registers: R5-R8, R10-R11 and LR." into dalvik-dev by Ian Rogers · 13 years ago
  46. 19e53eb Callee-save these ARM registers: R5-R8, R10-R11 and LR. by Shih-wei Liao · 13 years ago
  47. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  48. 8c2f641 Grow for improving target utilization. Applicable to the target side only. by Shih-wei Liao · 13 years ago
  49. fbfdce6 Teach ClassLinkerTest about Reference.referent by Brian Carlstrom · 13 years ago
  50. c221850 Merge "Implement finalization." into dalvik-dev by Elliott Hughes · 13 years ago
  51. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  52. 0826a7c Merge "Compiler - switch default for null invoke test" into dalvik-dev by buzbee · 13 years ago
  53. e3de749 Compiler - switch default for null invoke test by buzbee · 13 years ago
  54. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago
  55. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  56. 3ddc0d1 Fix Vmap table size by buzbee · 13 years ago
  57. ce30293 Compiler cleanup by buzbee · 13 years ago
  58. 20cde90 Add Class::IsFinalizable and Object::AddFinalizerReference. by Elliott Hughes · 13 years ago
  59. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  60. 4377a7e Update oat_process for recent command line argument changes by Brian Carlstrom · 13 years ago
  61. ffcd309 Merge "Make class roots an image root" into dalvik-dev by Brian Carlstrom · 13 years ago
  62. 34f426c Make class roots an image root by Brian Carlstrom · 13 years ago
  63. e1410a2 Fix the detail messages for NoSuchMethodErrors thrown from generated code. by Elliott Hughes · 13 years ago
  64. 8cbc8bc Use a test-specific name for each generated file. by Elliott Hughes · 13 years ago
  65. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  66. 4d0207c Wrap non-Error throwables in ExceptionInInitializerError. by Elliott Hughes · 13 years ago
  67. f43f03a Merge "Implement artThrowVerificationErrorFromCode." into dalvik-dev by Elliott Hughes · 13 years ago
  68. 6c8867d Implement artThrowVerificationErrorFromCode. by Elliott Hughes · 13 years ago
  69. df59a25 Merge "Fixed class linker ResolveType for multi-dimensional arrays." into dalvik-dev by jeffhao · 13 years ago
  70. d760bc4 Fixed class linker ResolveType for multi-dimensional arrays. by jeffhao · 13 years ago
  71. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  72. 1afef11 Merge "Separate oat from image" into dalvik-dev by Brian Carlstrom · 13 years ago
  73. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  74. d61ae75 Remove dead cruft from SystemMethods. by Elliott Hughes · 13 years ago
  75. 06cbeb9 Merge "Add Class.getModifiers." into dalvik-dev by Elliott Hughes · 13 years ago
  76. 9dcc79d Add Class.getModifiers. by Elliott Hughes · 13 years ago
  77. 0c8c673 Ensure we exit with EXIT_FAILURE if the main thread had an uncaught exception. by Elliott Hughes · 13 years ago
  78. e983d00 Revert optimization settings by buzbee · 13 years ago
  79. ed1c1e3 Fix field access. by Elliott Hughes · 13 years ago
  80. 6778651 Merge "Fix the 051-thread test." into dalvik-dev by Elliott Hughes · 13 years ago
  81. 84044c5 Merge "Optimization fixes" into dalvik-dev by buzbee · 13 years ago
  82. 7502e2a Fix the 051-thread test. by Elliott Hughes · 13 years ago
  83. bbaf894 Optimization fixes by buzbee · 13 years ago
  84. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  85. d6fe38d Fix oatexec to not print uncaught exceptions twice. by Elliott Hughes · 13 years ago
  86. fc22c89 Merge "Update exception test with new traceback" into dalvik-dev by buzbee · 13 years ago
  87. 939a9ea Merge "Various bugfixes" into dalvik-dev by buzbee · 13 years ago
  88. 68c5478 Update exception test with new traceback by buzbee · 13 years ago
  89. f839654 Merge "Remove a reminder that no longer needs implementing." into dalvik-dev by Elliott Hughes · 13 years ago
  90. 58f9274 Various bugfixes by buzbee · 13 years ago
  91. e439057 Merge "Old tests run with new system." into dalvik-dev by jeffhao · 13 years ago
  92. 34d281c Remove a reminder that no longer needs implementing. by Elliott Hughes · 13 years ago
  93. 795d78f Old tests run with new system. by jeffhao · 13 years ago
  94. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 13 years ago
  95. 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
  96. d2e0f90 Implement getProtoIndex() for the benefit of annotations. by Jesse Wilson · 13 years ago
  97. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  98. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  99. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago
  100. c31664f Add STLDeleteValues, and use it. by Elliott Hughes · 13 years ago