1. 1116f08 am e62934d8: Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  2. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  3. 8c01cb0 am b264f081: Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  4. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  5. 9da29ff am b77799df: Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  6. 610a65b am 14924fed: Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  7. 0bc45ea am 8532191c: Late method resolution. by TDYa127 · 13 years ago
  8. b77799d Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  9. 14924fe Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  10. 8532191 Late method resolution. by TDYa127 · 13 years ago
  11. 7b7e41a am b12c3017: Merge "Use ELF function index to distinguish generated functions." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  12. 5d6eade am 3f859a44: Merge "Add ELF loader to OatFile." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  13. 9e348a8 am c2ac1041: Merge "Add ELF index to OatMethodOffsets." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  14. b12c301 Merge "Use ELF function index to distinguish generated functions." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  15. 3f859a4 Merge "Add ELF loader to OatFile." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  16. c2ac104 Merge "Add ELF index to OatMethodOffsets." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  17. 7317341 am ce84c59c: Merge "Move ElfLoader from libart-compiler-llvm to libart." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  18. ce84c59 Merge "Move ElfLoader from libart-compiler-llvm to libart." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  19. f8b6e85 am 2fe0cbf2: Merge "Fix the behavior of java.lang.String.fastIndexOf when start > length()." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  20. 2fe0cbf Merge "Fix the behavior of java.lang.String.fastIndexOf when start > length()." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  21. 529bfef Fix the behavior of java.lang.String.fastIndexOf when start > length(). by Elliott Hughes · 13 years ago
  22. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  23. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  24. ccb7bf1 Add ELF index to OatMethodOffsets. by Logan Chien · 13 years ago
  25. 3fe0c60 Move ElfLoader from libart-compiler-llvm to libart. by Logan Chien · 13 years ago
  26. cf9f6f7 am 59a3bede: Merge "Run dex2oat for test-art-host-oat targets with core.art" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  27. 59a3bed Merge "Run dex2oat for test-art-host-oat targets with core.art" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  28. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 13 years ago
  29. b2494bd am 1b86d07d: Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  30. 1b86d07 Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  31. 30d3acf am 308ea6cd: Fix ARM\'s HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  32. 308ea6c Fix ARM's HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  33. 1ab9170 am 141d6227: More X86 fixes. by Ian Rogers · 13 years ago
  34. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  35. f72910a am a7302085: Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  36. a730208 Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  37. 3b79d81 am ea94421d: Fix the Mac build again. by Elliott Hughes · 13 years ago
  38. ea94421 Fix the Mac build again. by Elliott Hughes · 13 years ago
  39. 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
  40. 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
  41. e6d9870 am c8eeb9b2: Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  42. c8eeb9b Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  43. 8b2cf25 am 55bd45f4: More X86 fixes. by Ian Rogers · 13 years ago
  44. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  45. 460384f Use the operator<< generator more widely. by Elliott Hughes · 13 years ago
  46. 1684c06 am 5e284224: Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  47. 5e28422 Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  48. 3db100a am 20a7a072: Really fix the x86 assembler for Mac OS\' as(1). by Elliott Hughes · 13 years ago
  49. 20a7a07 Really fix the x86 assembler for Mac OS' as(1). by Elliott Hughes · 13 years ago
  50. ed47b41 am 899214c7: Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  51. 899214c Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  52. adc078a Fix Mac OS build breakage. by Elliott Hughes · 13 years ago
  53. c8d6661 am 9abca492: Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  54. 9abca49 Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  55. eff161d am 99d06761: Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  56. 99d0676 Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  57. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 13 years ago
  58. 6c3412a am 94347f2c: Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  59. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  60. 94347f2 Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  61. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 13 years ago
  62. 0e43c85 am 17477531: Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  63. 1747753 Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  64. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  65. f2baee2 am 540a5b76: Compiler_LLVM doesn\'t use reference map. by TDYa127 · 13 years ago
  66. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  67. 9896224 am 4165a83d: Implement StackOverflow check. by TDYa127 · 13 years ago
  68. 3c35cad am 20efe540: Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  69. 3c18ab1 am 64f884de: Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  70. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  71. 20efe54 Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  72. 64f884d Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  73. 5a844ca am 0879504b: Fix an obsolete comment. by Elliott Hughes · 13 years ago
  74. 36a8263 am 409d273a: Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  75. 0879504 Fix an obsolete comment. by Elliott Hughes · 13 years ago
  76. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  77. a59f38b am 6a144338: Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  78. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  79. 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
  80. cb67388 Merge "Fix shutdown when the current thread has been manually detached." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  81. 17057b1 Fix shutdown when the current thread has been manually detached. by Elliott Hughes · 13 years ago
  82. 604104b am 9e0e54da: Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  83. 9e0e54d Should not call PushNativeToManagedRecord. by Shih-wei Liao · 13 years ago
  84. 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
  85. 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
  86. ed0976b am 7346245f: Merge "Fix the mutex diagnostics, and other targets of opportunity." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  87. 7346245 Merge "Fix the mutex diagnostics, and other targets of opportunity." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  88. b907a3f Change the Mac OS 10.5 workaround so it can't be overridden on the command-line. by Elliott Hughes · 13 years ago
  89. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  90. 3d34f92 am 3de5ba36: Implement RTTI related runtime support. by TDYa127 · 13 years ago
  91. 3de5ba3 Implement RTTI related runtime support. by TDYa127 · 13 years ago
  92. 7698f93 am f8641ce5: Fix the division overflow. by TDYa127 · 13 years ago
  93. f8641ce Fix the division overflow. by TDYa127 · 13 years ago
  94. 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
  95. 2d62a0e Merge "Restrict Mac OS 10.5 devices to 1 dex2oat thread." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  96. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 13 years ago
  97. 14280aa am d23c5ad2: Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  98. d23c5ad Add compiler runtime function list for symbol lookup. by Logan Chien · 13 years ago
  99. 9ac912f am 5539ad0f: Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago
  100. 5539ad0 Fix SHL, SHR, USHR implementation bug. by Logan Chien · 13 years ago