1. b2494bd am 1b86d07d: Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  2. 1b86d07 Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  3. 30d3acf am 308ea6cd: Fix ARM\'s HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  4. 308ea6c Fix ARM's HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  5. 1ab9170 am 141d6227: More X86 fixes. by Ian Rogers · 13 years ago
  6. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  7. 84dda9e am f3388e6e: Merge "Do not rerun dex2oat just because dex2oat changed" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  8. f3388e6 Merge "Do not rerun dex2oat just because dex2oat changed" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  9. f72910a am a7302085: Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  10. a730208 Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  11. d0b3a30 Do not rerun dex2oat just because dex2oat changed by Brian Carlstrom · 13 years ago
  12. 3b79d81 am ea94421d: Fix the Mac build again. by Elliott Hughes · 13 years ago
  13. ea94421 Fix the Mac build again. by Elliott Hughes · 13 years ago
  14. f09dcd4 am 5478c2d9: Merge "Ensure we don\'t AddLocalReference a bogus value when returning to native code from an upcall that threw." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  15. c56d39d am 08b82a99: Don\'t explicitly request python2.4. by Elliott Hughes · 13 years ago
  16. 5478c2d Merge "Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  17. 08b82a9 Don't explicitly request python2.4. by Elliott Hughes · 13 years ago
  18. 9c750f9 Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw. by Elliott Hughes · 13 years ago
  19. e6d9870 am c8eeb9b2: Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  20. c8eeb9b Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  21. 3d7b156 am ad7ac502: Merge "test-art-host-oat targets should not rerun dex2oat" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  22. ad7ac50 Merge "test-art-host-oat targets should not rerun dex2oat" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  23. 14a8e73 test-art-host-oat targets should not rerun dex2oat by Brian Carlstrom · 13 years ago
  24. 8b2cf25 am 55bd45f4: More X86 fixes. by Ian Rogers · 13 years ago
  25. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  26. 460384f Use the operator<< generator more widely. by Elliott Hughes · 13 years ago
  27. 1684c06 am 5e284224: Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  28. 5e28422 Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  29. 3db100a am 20a7a072: Really fix the x86 assembler for Mac OS\' as(1). by Elliott Hughes · 13 years ago
  30. 20a7a07 Really fix the x86 assembler for Mac OS' as(1). by Elliott Hughes · 13 years ago
  31. 5eabc5a am ef67aec5: Fix the operator<< generation to work with "mmm" as well as "mm". by Elliott Hughes · 13 years ago
  32. ed47b41 am 899214c7: Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  33. ef67aec Fix the operator<< generation to work with "mmm" as well as "mm". by Elliott Hughes · 13 years ago
  34. 899214c Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  35. adc078a Fix Mac OS build breakage. by Elliott Hughes · 13 years ago
  36. c8d6661 am 9abca492: Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  37. 9abca49 Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  38. eff161d am 99d06761: Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  39. 99d0676 Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  40. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 13 years ago
  41. 6c3412a am 94347f2c: Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  42. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  43. 94347f2 Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  44. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 13 years ago
  45. 0e43c85 am 17477531: Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  46. 1747753 Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  47. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  48. f2baee2 am 540a5b76: Compiler_LLVM doesn\'t use reference map. by TDYa127 · 13 years ago
  49. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  50. 9896224 am 4165a83d: Implement StackOverflow check. by TDYa127 · 13 years ago
  51. 3c35cad am 20efe540: Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  52. 3c18ab1 am 64f884de: Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  53. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  54. 20efe54 Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  55. 64f884d Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  56. 6170319 am 4855cd51: Update run-test support for host by Brian Carlstrom · 13 years ago
  57. 4855cd5 Update run-test support for host by Brian Carlstrom · 13 years ago
  58. 5a844ca am 0879504b: Fix an obsolete comment. by Elliott Hughes · 13 years ago
  59. 36a8263 am 409d273a: Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  60. 0879504 Fix an obsolete comment. by Elliott Hughes · 13 years ago
  61. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  62. a59f38b am 6a144338: Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  63. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  64. 9885a82 am cb673886: Merge "Fix shutdown when the current thread has been manually detached." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  65. cb67388 Merge "Fix shutdown when the current thread has been manually detached." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  66. 17057b1 Fix shutdown when the current thread has been manually detached. by Elliott Hughes · 13 years ago
  67. 604104b am 9e0e54da: Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  68. 9e0e54d Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  69. 87846c1 am c5f40bf5: Merge "Change the Mac OS 10.5 workaround so it can\'t be overridden on the command-line." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  70. c5f40bf Merge "Change the Mac OS 10.5 workaround so it can't be overridden on the command-line." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  71. ed0976b am 7346245f: Merge "Fix the mutex diagnostics, and other targets of opportunity." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  72. 7346245 Merge "Fix the mutex diagnostics, and other targets of opportunity." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  73. b907a3f Change the Mac OS 10.5 workaround so it can't be overridden on the command-line. by Elliott Hughes · 13 years ago
  74. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  75. 3d34f92 am 3de5ba36: Implement RTTI related runtime support. by TDYa127 · 13 years ago
  76. 3de5ba3 Implement RTTI related runtime support. by TDYa127 · 13 years ago
  77. 7698f93 am f8641ce5: Fix the division overflow. by TDYa127 · 13 years ago
  78. f8641ce Fix the division overflow. by TDYa127 · 13 years ago
  79. de349af am 2d62a0e4: Merge "Restrict Mac OS 10.5 devices to 1 dex2oat thread." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  80. 2d62a0e Merge "Restrict Mac OS 10.5 devices to 1 dex2oat thread." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  81. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 13 years ago
  82. 14280aa am d23c5ad2: Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  83. d23c5ad Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  84. 9ac912f am 5539ad0f: Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago
  85. 5539ad0 Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago
  86. 4ba732c Revert "am c6c317e1: Experimental." by Shih-wei Liao · 13 years ago
  87. 897eded am 2d702177: Fix the find_catch_block bug in runtime_support_llvm. by TDYa127 · 13 years ago
  88. d0a31da am 3db5285b: Don\'t check gcmap while using LLVM compiler. by TDYa127 · 13 years ago
  89. 2d70217 Fix the find_catch_block bug in runtime_support_llvm. by TDYa127 · 13 years ago
  90. 3db5285 Don't check gcmap while using LLVM compiler. by TDYa127 · 13 years ago
  91. 4543a2b am 2d7d319e: Merge "LLVM doesn\'t use Frame." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  92. 22846aa am 700865cd: Merge "LLVMLongName should preserve the return type." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  93. 2d7d319 Merge "LLVM doesn't use Frame." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  94. 700865c Merge "LLVMLongName should preserve the return type." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  95. 54f8ddf am 87293d05: Tracking addition of BaseDexClassLoader.originalLibraryPath by Brian Carlstrom · 13 years ago
  96. 87293d0 Tracking addition of BaseDexClassLoader.originalLibraryPath by Brian Carlstrom · 13 years ago
  97. 011d173 am 33412de4: Add thread entry point offsets to oatdump by Brian Carlstrom · 13 years ago
  98. 33412de Add thread entry point offsets to oatdump by Brian Carlstrom · 13 years ago
  99. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 13 years ago
  100. f058c0f LLVMLongName should preserve the return type. by TDYa127 · 13 years ago