1. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  2. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  3. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  4. f66330a Fix icu4c include path pollution. by Elliott Hughes · 12 years ago
  5. fe8723b Merge "Switch over to the google3 unix_file File*." into dalvik-dev by Elliott Hughes · 12 years ago
  6. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  7. b7eb108 Merge "Some fixes for JDWP with the interpreter." into dalvik-dev by jeffhao · 12 years ago
  8. 09bfc6a Some fixes for JDWP with the interpreter. by jeffhao · 12 years ago
  9. 7331813 Remove now unused RelocateExecutable by Brian Carlstrom · 12 years ago
  10. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  11. 89c41e5 Merge "Support for --gdb for target run-test." into dalvik-dev by Ian Rogers · 12 years ago
  12. df53a65 Merge "Support for SetVReg and add SetGPR." into dalvik-dev by Ian Rogers · 12 years ago
  13. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 12 years ago
  14. 4c1bf1a Support for --gdb for target run-test. by Ian Rogers · 12 years ago
  15. a592a6d Merge "Fixed slow path for invoke-direct with null this pointer." into dalvik-dev by jeffhao · 12 years ago
  16. 3aadba0 Merge "Compiler: Take advantage of constant propagation" into dalvik-dev by buzbee · 12 years ago
  17. 262e251 Fixed slow path for invoke-direct with null this pointer. by jeffhao · 12 years ago
  18. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  19. 4f3d94b Port new 084 test to art. by Elliott Hughes · 12 years ago
  20. 42b4dc4 Interpreter fixes. by jeffhao · 12 years ago
  21. a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
  22. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  23. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  24. 823b8ac Merge "Remove some SOA from JNI internal." into dalvik-dev by Ian Rogers · 12 years ago
  25. 078fa45 Quick compiler: improve ClobberSReg comments by buzbee · 12 years ago
  26. 609ba32 Fix/add comments in x86 long codegen. by Ian Rogers · 12 years ago
  27. 07ec8e1 Intrinsic for java.lang.Thread.currentThread. by Ian Rogers · 12 years ago
  28. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 12 years ago
  29. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  30. 3676aeb Merge "Quick compiler: tighten null/0/0.0 workaround" into dalvik-dev by buzbee · 12 years ago
  31. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 12 years ago
  32. 760c943 After ART_USE_FUTEXES was enabled, we need some different gAborting protection by Brian Carlstrom · 12 years ago
  33. 0765396 Merge "Fix some JDWP bugs related to locking and getting statics." into dalvik-dev by jeffhao · 12 years ago
  34. 0dfbb7e Fix some JDWP bugs related to locking and getting statics. by jeffhao · 12 years ago
  35. 7b9ad92 Merge "Workaround for Issue 7250540" into dalvik-dev by buzbee · 12 years ago
  36. 5f61f67 Workaround for Issue 7250540 by buzbee · 12 years ago
  37. d45f201 Simplify ConditionVariable and avoid potential race. by Ian Rogers · 12 years ago
  38. bc43860 Merge "Quick compiler: minor cleanup" into dalvik-dev by buzbee · 12 years ago
  39. 2bfc673 Fix run-test to tell the truth. by Elliott Hughes · 12 years ago
  40. ddde37c Merge "Fix clear growth limit not working." into dalvik-dev by Ian Rogers · 12 years ago
  41. 80de7a6 Fix clear growth limit not working. by Mathieu Chartier · 12 years ago
  42. df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
  43. a3a82b2 Quick compiler: minor cleanup by buzbee · 12 years ago
  44. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  45. 9c85bc0 Merge "Avoid direct access to length_." into dalvik-dev by Ian Rogers · 12 years ago
  46. 6a07d3c Merge "Fix and enable ART futexes." into dalvik-dev by Ian Rogers · 12 years ago
  47. e256fe1 Avoid direct access to length_. by Ian Rogers · 12 years ago
  48. 725de29 Merge "Disable another CHECK when gAborting" into dalvik-dev by Ian Rogers · 12 years ago
  49. 9e419ca Disable another CHECK when gAborting by Brian Carlstrom · 12 years ago
  50. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 12 years ago
  51. ce945c4 Fix LLVM build. by jeffhao · 12 years ago
  52. a2424c2 Merge "Fixes to make all run-tests except 051-thread work." into dalvik-dev by Ian Rogers · 12 years ago
  53. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  54. 25c15ce Merge "Eliminate build of target-specific compiler .so" into dalvik-dev by buzbee · 12 years ago
  55. 8c4bbb5 Eliminate build of target-specific compiler .so by buzbee · 12 years ago
  56. 5bc2528 Merge "Fixed access checks on class resolution in interpreter." into dalvik-dev by Ian Rogers · 12 years ago
  57. 0a9bb73 Fixed access checks on class resolution in interpreter. by jeffhao · 12 years ago
  58. 372a910 Merge "Estimate allocation rate to predict when to request concurrent GC." into dalvik-dev by Ian Rogers · 12 years ago
  59. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  60. 449a49b Portable compiler: fix build by buzbee · 12 years ago
  61. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  62. 90ad963 Merge "Various fixes to the interpreter. First 23 run-test tests pass." into dalvik-dev by Ian Rogers · 12 years ago
  63. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 12 years ago
  64. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  65. dd20a8d Merge "Quick Compiler: Shoot the Camel" into dalvik-dev by buzbee · 12 years ago
  66. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  67. 278b0db Merge "Add test-art-host-interpreter-run-test build rule." into dalvik-dev by Jeff Hao · 12 years ago
  68. 27cedf8 Add test-art-host-interpreter-run-test build rule. by Ian Rogers · 12 years ago
  69. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  70. 0c1e45f Merge "Quick Compiler function renaming" into dalvik-dev by buzbee · 12 years ago
  71. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  72. a3b122e Merge "Fixes to interpreter, now passes 003-omnibus-opcodes." into dalvik-dev by Ian Rogers · 12 years ago
  73. 87a6edd Fixes to interpreter, now passes 003-omnibus-opcodes. by jeffhao · 12 years ago
  74. 024c463 Merge "Continuing Quick compiler refactoring" into dalvik-dev by buzbee · 12 years ago
  75. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  76. d91398c Fix interpreter int/long div/rem. by jeffhao · 12 years ago
  77. 689d9f0 Missing return for interpreter iput/get NPE. by Ian Rogers · 12 years ago
  78. 58bf0c6 Fix interpreter cmp[gl]-double. by Ian Rogers · 12 years ago
  79. c0a61fc Merge "Added CheckSuspend and UpdateDebugger to interpreter loop." into dalvik-dev by Ian Rogers · 12 years ago
  80. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 12 years ago
  81. f1d39fd Fix arg array builder from interpreter for wides. by Ian Rogers · 12 years ago
  82. 17ffcab Fix interpreter const-class. by Ian Rogers · 12 years ago
  83. 0dff3f4 Add -interpreter to run-test to test interpreter only mode. by jeffhao · 12 years ago
  84. 8e56c7e Fix incorrect lock for process references. by Mathieu Chartier · 12 years ago
  85. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  86. 556d637 Implement interpreter packed-switch. by Ian Rogers · 12 years ago
  87. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  88. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  89. b212a99 Merge "Make stack visitor location for bad roots more verbose." into dalvik-dev by Ian Rogers · 12 years ago
  90. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  91. 78f1dc7 Merge "C++'ification of Quick compiler's casts" into dalvik-dev by buzbee · 12 years ago
  92. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  93. 11d4ab2 Merge "Fixed bug in checking wide constants causing cts failures." into dalvik-dev by jeffhao · 12 years ago
  94. b5bd814 Fixed bug in checking wide constants causing cts failures. by jeffhao · 12 years ago
  95. 2eb8403 Fix 080-oom-throw println failing. by Mathieu Chartier · 12 years ago
  96. 6aa852b Merge "Quick compiler: more refactoring" into dalvik-dev by buzbee · 12 years ago
  97. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  98. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  99. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago
  100. a3c6849 Merge "Fix missing card mark verification." into dalvik-dev by Ian Rogers · 12 years ago