1. 7db619b Enter interpreter stub. by Ian Rogers · 13 years ago
  2. af6e67a Further proxy refactorings. by Ian Rogers · 13 years ago
  3. f58dffd Proxy tidy up and extra asserts. by Ian Rogers · 13 years ago
  4. 7e4fcb8 Instrumentation support for x86. by jeffhao · 13 years ago
  5. 12051ea Added MIPS instrumentation support. by jeffhao · 13 years ago
  6. 162fd33 Add update_debugger_support for x86 and fix ModBasket. by jeffhao · 13 years ago
  7. 6641ea1 Fix stack walking when top frame has null method pointer. by jeffhao · 13 years ago
  8. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 14 years ago
  9. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  10. df53a65 Merge "Support for SetVReg and add SetGPR." into dalvik-dev by Ian Rogers · 14 years ago
  11. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 14 years ago
  12. 262e251 Fixed slow path for invoke-direct with null this pointer. by jeffhao · 14 years ago
  13. bc43860 Merge "Quick compiler: minor cleanup" into dalvik-dev by buzbee · 14 years ago
  14. df1ce91 Add alignment attribute to packed. by Ian Rogers · 14 years ago
  15. a3a82b2 Quick compiler: minor cleanup by buzbee · 14 years ago
  16. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 14 years ago
  17. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 14 years ago
  18. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 14 years ago
  19. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 14 years ago
  20. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 14 years ago
  21. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 14 years ago
  22. 2a85d8d Merge "A few more MIPS fixes. Emulator boots up with black screen." into dalvik-dev by jeffhao · 14 years ago
  23. 2fa6b2e Interpreter. by Ian Rogers · 14 years ago
  24. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 14 years ago
  25. 858f1c5 Check point root marking. by Mathieu Chartier · 14 years ago
  26. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 14 years ago
  27. 41ada62 Fixed MIPS jni dlsym lookup stub to use T9 to call native code. by jeffhao · 14 years ago
  28. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 14 years ago
  29. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 14 years ago
  30. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 14 years ago
  31. a638941 Fix regression in target run-test 069. . by Ian Rogers · 14 years ago
  32. 137e88f Fast path interface dispatch. by Ian Rogers · 14 years ago
  33. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 14 years ago
  34. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 14 years ago
  35. 870ea47 Merge "Fail threads attaching during runtime shutdown." into dalvik-dev by Ian Rogers · 14 years ago
  36. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 14 years ago
  37. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 14 years ago
  38. 81d425b Pass self to lock methods. by Ian Rogers · 14 years ago
  39. 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 14 years ago
  40. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 14 years ago
  41. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 14 years ago
  42. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 14 years ago
  43. 0183dd7 Sqrt intrinsic by Ian Rogers · 14 years ago
  44. 8320f38 Prune useless entries from dex to pc map by buzbee · 14 years ago
  45. 324e190 Switch from aeabi_lmul to custom assembly. by Ian Rogers · 14 years ago
  46. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 14 years ago
  47. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 14 years ago
  48. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 14 years ago
  49. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 14 years ago
  50. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 14 years ago
  51. 0ac41d5 Fix llvm build for mips. by jeffhao · 14 years ago
  52. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 14 years ago
  53. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 14 years ago
  54. 3d71d80 Fix JNI compiler for portable path. by TDYa127 · 14 years ago
  55. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 14 years ago
  56. bce872c Merge "Callee-save frame fix" into dalvik-dev by buzbee · 14 years ago
  57. 865e6e0 Callee-save frame fix by buzbee · 14 years ago
  58. 00f7d0e Global lock levels. by Ian Rogers · 14 years ago
  59. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 14 years ago
  60. a92f971 Additional log output for artInvokeCommon code == NULL. by Mathieu Chartier · 14 years ago
  61. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 14 years ago
  62. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 14 years ago
  63. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 14 years ago
  64. a21039c Fix a bunch more lint. by Elliott Hughes · 14 years ago
  65. 7484741 Fix a bunch of lint. by Elliott Hughes · 14 years ago
  66. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 14 years ago
  67. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 14 years ago
  68. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 14 years ago
  69. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 14 years ago
  70. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 14 years ago
  71. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 14 years ago
  72. 5d05c75 Fix x86 proxy's arg2 offset and handling of floating point returns. by jeffhao · 14 years ago
  73. d66a875 Fix x86 slowpath getters and implement proxy. by jeffhao · 14 years ago
  74. 20b5c6c x86 trampoline macro missing a stack pop for exception case. by jeffhao · 14 years ago
  75. 1ff4cd7 Fix LITERALs in x86 slow path field setters/getters for mac build. by jeffhao · 14 years ago
  76. 9dbb23e Implement slow paths for getting/setting instance/static fields. by jeffhao · 14 years ago
  77. 292188d More x86 fixes for floating point operations. by jeffhao · 14 years ago
  78. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 14 years ago
  79. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 14 years ago
  80. 7834cbd Consistently use __asm__ rather than asm. by Elliott Hughes · 14 years ago
  81. 5121e0b Fix x86 long right shifting and int-to-float/double. by jeffhao · 14 years ago
  82. 644d531 Fixes to x86 compilation. by jeffhao · 14 years ago
  83. 19c350a Move payload data structures to dex_instruction.h. by Logan Chien · 14 years ago
  84. af778e6 Add an explicit type for the dex "payload" data. by Elliott Hughes · 14 years ago
  85. 9b49689 Fix 032 test: For stub, align X86 stack to 16 bytes. by TDYa127 · 14 years ago
  86. e2f0911 Implement ARM trampoline for llvm compiler. by TDYa127 · 14 years ago
  87. 05fe3b6 Implement X86 trampoline for llvm compiler. by TDYa127 · 14 years ago
  88. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 14 years ago
  89. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 14 years ago
  90. 40b8857 Merge "Implement the x86 initialize-type...from-code entry points." into ics-mr1-plus-art by Elliott Hughes · 14 years ago
  91. c88b2e7 Merge "Wire up D2I and F2I for x86, and implement a trivial Lmul." into ics-mr1-plus-art by Elliott Hughes · 14 years ago
  92. 65c6cf3 Wire up D2I and F2I for x86, and implement a trivial Lmul. by Elliott Hughes · 14 years ago
  93. e87c7bc Implement the x86 initialize-type...from-code entry points. by Elliott Hughes · 14 years ago
  94. 8a1ea9f Fix a comment copy & paste typo. by Elliott Hughes · 14 years ago
  95. 3ea0f42 Make failures caused by unimplemented entry points much clearer. by Elliott Hughes · 14 years ago
  96. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 14 years ago
  97. 42d10e5 For float_to_int routines, fix int64_t. Also, Long -> Int. by Shih-wei Liao · 14 years ago
  98. a474687 Fix 041. Float to int. by TDYa127 · 14 years ago
  99. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 14 years ago
  100. e2645d3 Fix bug in protected field access. by Ian Rogers · 14 years ago