1. e4f7e1d Add MANAGED to class definition for classes mirrored beween C++ and managed code by Brian Carlstrom · 13 years ago
  2. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  3. c396efc Build fix: move target-indepent code out of __arm__ by buzbee · 13 years ago
  4. d3932bb Merge "Complete compiler portion of exception handling" into dalvik-dev by buzbee · 13 years ago
  5. 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
  6. 7957d54 Move the expected value to the front in our helpers, for clarity. by Elliott Hughes · 13 years ago
  7. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  8. 2d74047 Merge "Move Method shorty to managed heap" into dalvik-dev by Brian Carlstrom · 13 years ago
  9. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 13 years ago
  10. 18ff708 Merge "Make CommonTest.compiler_ a UniquePtr" into dalvik-dev by Ian Rogers · 13 years ago
  11. cefd187 Add stack overflow check by buzbee · 13 years ago
  12. 449b4bd Take into account that our stacks grow down. by Elliott Hughes · 13 years ago
  13. 0e073f7 Make CommonTest.compiler_ a UniquePtr by Ian Rogers · 13 years ago
  14. dbc0525 Make LinkFields ordering more stable for easier maintenance by Brian Carlstrom · 13 years ago
  15. 630ddde Merge "Add a heap HWM to the Thread*, for compiled code." into dalvik-dev by Elliott Hughes · 13 years ago
  16. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  17. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  18. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  19. 15041f4 Merge "Verifier now generates register maps, though nothing uses them yet." into dalvik-dev by jeffhao · 13 years ago
  20. 75bbd55 Merge "Add suspend check & stub" into dalvik-dev by buzbee · 13 years ago
  21. 0d966cf Add suspend check & stub by buzbee · 13 years ago
  22. d1f0fde Verifier now generates register maps, though nothing uses them yet. by jeffhao · 13 years ago
  23. 8ba4fa8 Merge "Small change to make CompilerTest.CompileDexLibCore pass" into dalvik-dev by Brian Carlstrom · 13 years ago
  24. 7540ff4 Small change to make CompilerTest.CompileDexLibCore pass by Brian Carlstrom · 13 years ago
  25. 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
  26. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  27. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  28. 4ef7652 Transmit mapping table to runtime by buzbee · 13 years ago
  29. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  30. a475f39 Merge "Sketch out detaching threads (with partial implementation)." into dalvik-dev by Elliott Hughes · 13 years ago
  31. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
  32. 5dbddee Added tests for interfaces that extend other interfaces. by jeffhao · 13 years ago
  33. 6108953 Merge "Don't try to run Thumb 2 code on x86 hosts." into dalvik-dev by Elliott Hughes · 13 years ago
  34. d3a7297 Don't try to run Thumb 2 code on x86 hosts. by Elliott Hughes · 13 years ago
  35. bdb7651 Added second pass which does code flow checking to verifier. by jeffhao · 13 years ago
  36. 7015ed5 Merge "A little bit more of the threads implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  37. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  38. 4ff5dad Weaken JNI asserts on return spill location when return is void by Ian Rogers · 13 years ago
  39. c83b29d Merge "Fixes for register promotion; enable fast path" into dalvik-dev by buzbee · 13 years ago
  40. 98e0e5e Merge "Fix various JNI compiler bugs/unimplementeds." into dalvik-dev by Ian Rogers · 13 years ago
  41. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  42. 0c7f26d Fixes for register promotion; enable fast path by buzbee · 13 years ago
  43. f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 13 years ago
  44. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  45. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  46. 13f5a58 Add missing file from last commit. by Elliott Hughes · 13 years ago
  47. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  48. 82f3e09 Minor test tweaks. by Ian Rogers · 13 years ago
  49. b9231c8 Test arg passing for arraycopy. by Ian Rogers · 13 years ago
  50. 7d2b141 Fix the upcall's off-by-1 bug. by Shih-wei Liao · 13 years ago
  51. 6a0f7f5 Fix bug in invoke-super slow path by buzbee · 13 years ago
  52. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  53. 7715c68 Fix the calling convention bug where we didn't account for Method*. by Shih-wei Liao · 13 years ago
  54. a8f3fe9 Merge "Work around two problems." into dalvik-dev by Elliott Hughes · 13 years ago
  55. a59d179 Work around two problems. by Elliott Hughes · 13 years ago
  56. aa762fe Merge "Fix bug in long arguments for JNI on x86" into dalvik-dev by Ian Rogers · 13 years ago
  57. 9b269d2 Fix bug in long arguments for JNI on x86 by Ian Rogers · 13 years ago
  58. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  59. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  60. 193a44d Make InitializeStaticStorageFromCode handle requests for uninitialized storage from <clinit> by Brian Carlstrom · 13 years ago
  61. 5500cb9 Merge "Fix ClassLinker::InitializeStaticStorageFromCode" into dalvik-dev by Brian Carlstrom · 13 years ago
  62. 848a4b3 Fix ClassLinker::InitializeStaticStorageFromCode by Brian Carlstrom · 13 years ago
  63. 7f40ffc Fix the LDT code to be -O2 safe and valgrind clean. by Elliott Hughes · 13 years ago
  64. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  65. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  66. e9ea8d1 Replaced Method::NumReferenceArgsBefore() with itr_refs already. by Shih-wei Liao · 13 years ago
  67. 558788e Testing the decoding of JObject. by Shih-wei Liao · 13 years ago
  68. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  69. 93620f6 Temporarily work around a problem with the LDT code. by Elliott Hughes · 13 years ago
  70. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  71. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  72. 0db460b Make our tests only 2x slower than they were this morning... by Elliott Hughes · 13 years ago
  73. 9b81cf3 Switch to -O2. -O0 benefits no-one. by Elliott Hughes · 13 years ago
  74. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  75. 4cdeec9 Merge "GetFieldID should throw NoSuchFieldFound rather than NoClassDefFound" into dalvik-dev by Ian Rogers · 13 years ago
  76. b17d08b GetFieldID should throw NoSuchFieldFound rather than NoClassDefFound by Ian Rogers · 13 years ago
  77. cd2764f Remove ARM suffix from JNI tests by Ian Rogers · 13 years ago
  78. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  79. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  80. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  81. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  82. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  83. 2f0ce9d Fix another jni_compiler bug. ">=" should be "<=". by Shih-wei Liao · 13 years ago
  84. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  85. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  86. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  87. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  88. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  89. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  90. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  91. 881dd56 Reduce test dependencies by Brian Carlstrom · 13 years ago
  92. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  93. a19f2a5 Merge "Add -Xcheck:jni." into dalvik-dev by Elliott Hughes · 13 years ago
  94. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  95. bbc73a5 Merge "Register temp handling fix" into dalvik-dev by buzbee · 13 years ago
  96. 2e748f3 Register temp handling fix by buzbee · 13 years ago
  97. 8287072 Demangle C++ names in backtraces. by Elliott Hughes · 13 years ago
  98. ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
  99. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  100. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago