1. 3f63c8c am 3f9137d8: Fix NPE message in LLVM. by TDYa127 · 13 years ago
  2. 214d684 am 6ac6a365: Fix LLVM build on Linux. by Logan Chien · 13 years ago
  3. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  4. 6ac6a36 Fix LLVM build on Linux. by Logan Chien · 13 years ago
  5. e40d65b am 5b9b1bc1: Disassemble PC relative literals. by Ian Rogers · 13 years ago
  6. 5b9b1bc Disassemble PC relative literals. by Ian Rogers · 13 years ago
  7. 816c8ae am d3fb5693: Fix linux build. by Ian Rogers · 13 years ago
  8. d3fb569 Fix linux build. by Ian Rogers · 13 years ago
  9. d9bd246 am db7bdc10: Use correct oat method size for stats and disassembly. by Ian Rogers · 13 years ago
  10. db7bdc1 Use correct oat method size for stats and disassembly. by Ian Rogers · 13 years ago
  11. d18857f am 4cba3270: Merge "Add extra 32bit Thumb2 disassembly." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  12. 4cba327 Merge "Add extra 32bit Thumb2 disassembly." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  13. 89f644e am ebd64012: Merge "Disassemble x86 opcode 0xc7." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  14. ebd6401 Merge "Disassemble x86 opcode 0xc7." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  15. 66a3fca Add extra 32bit Thumb2 disassembly. by Ian Rogers · 13 years ago
  16. 59e54ea am 01f3c329: Merge "Check for null array assignments inline. Tidy asm macros." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  17. 01f3c32 Merge "Check for null array assignments inline. Tidy asm macros." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  18. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  19. 0589ca9 Disassemble x86 opcode 0xc7. by Elliott Hughes · 13 years ago
  20. 6ae0f83 am 28fa76d1: A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 13 years ago
  21. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 13 years ago
  22. 773cfc1 am 82914b61: Use PrintableString in oatdump. by Elliott Hughes · 13 years ago
  23. 82914b6 Use PrintableString in oatdump. by Elliott Hughes · 13 years ago
  24. dee4bdf am 34e06960: Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  25. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  26. 1116f08 am e62934d8: Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  27. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  28. 8c01cb0 am b264f081: Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  29. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  30. 9da29ff am b77799df: Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  31. 610a65b am 14924fed: Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  32. 0bc45ea am 8532191c: Late method resolution. by TDYa127 · 13 years ago
  33. b77799d Fix the fill-array-data bug in method compiler (LLVM). by TDYa127 · 13 years ago
  34. 14924fe Implement GetCodeSize for LLVM build. by Logan Chien · 13 years ago
  35. 8532191 Late method resolution. by TDYa127 · 13 years ago
  36. 7b7e41a am b12c3017: Merge "Use ELF function index to distinguish generated functions." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  37. 5d6eade am 3f859a44: Merge "Add ELF loader to OatFile." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  38. 9e348a8 am c2ac1041: Merge "Add ELF index to OatMethodOffsets." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  39. b12c301 Merge "Use ELF function index to distinguish generated functions." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  40. 3f859a4 Merge "Add ELF loader to OatFile." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  41. c2ac104 Merge "Add ELF index to OatMethodOffsets." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  42. 7317341 am ce84c59c: Merge "Move ElfLoader from libart-compiler-llvm to libart." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  43. ce84c59 Merge "Move ElfLoader from libart-compiler-llvm to libart." into ics-mr1-plus-art by Shih-wei Liao · 13 years ago
  44. 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
  45. 2fe0cbf Merge "Fix the behavior of java.lang.String.fastIndexOf when start > length()." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  46. 529bfef Fix the behavior of java.lang.String.fastIndexOf when start > length(). by Elliott Hughes · 13 years ago
  47. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  48. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  49. ccb7bf1 Add ELF index to OatMethodOffsets. by Logan Chien · 13 years ago
  50. 3fe0c60 Move ElfLoader from libart-compiler-llvm to libart. by Logan Chien · 13 years ago
  51. 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
  52. 59a3bed Merge "Run dex2oat for test-art-host-oat targets with core.art" into ics-mr1-plus-art by Brian Carlstrom · 13 years ago
  53. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 13 years ago
  54. b2494bd am 1b86d07d: Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  55. 1b86d07 Implement CheckPutArrayElement. by TDYa127 · 13 years ago
  56. 30d3acf am 308ea6cd: Fix ARM\'s HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  57. 308ea6c Fix ARM's HelloWorld. Add some compiler_runtime functions for LLVM/ARM. by Shih-wei Liao · 13 years ago
  58. 1ab9170 am 141d6227: More X86 fixes. by Ian Rogers · 13 years ago
  59. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  60. f72910a am a7302085: Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  61. a730208 Update oatdump for new entrypoint offset by Brian Carlstrom · 13 years ago
  62. 3b79d81 am ea94421d: Fix the Mac build again. by Elliott Hughes · 13 years ago
  63. ea94421 Fix the Mac build again. by Elliott Hughes · 13 years ago
  64. 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
  65. 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
  66. e6d9870 am c8eeb9b2: Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  67. c8eeb9b Merge "Use the operator<< generator more widely." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  68. 8b2cf25 am 55bd45f4: More X86 fixes. by Ian Rogers · 13 years ago
  69. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  70. 460384f Use the operator<< generator more widely. by Elliott Hughes · 13 years ago
  71. 1684c06 am 5e284224: Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  72. 5e28422 Fix more of the x86 assembler for the Mac. by Elliott Hughes · 13 years ago
  73. 3db100a am 20a7a072: Really fix the x86 assembler for Mac OS\' as(1). by Elliott Hughes · 13 years ago
  74. 20a7a07 Really fix the x86 assembler for Mac OS' as(1). by Elliott Hughes · 13 years ago
  75. ed47b41 am 899214c7: Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  76. 899214c Merge "Fix Mac OS build breakage." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  77. adc078a Fix Mac OS build breakage. by Elliott Hughes · 13 years ago
  78. c8d6661 am 9abca492: Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  79. 9abca49 Merge "Fix method tracing and allow alloc counting during tracing." into ics-mr1-plus-art by jeffhao · 13 years ago
  80. eff161d am 99d06761: Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  81. 99d0676 Merge "Fix x86 long math." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  82. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 13 years ago
  83. 6c3412a am 94347f2c: Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  84. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  85. 94347f2 Merge "Start automatically generating operator<<s for enums." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  86. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 13 years ago
  87. 0e43c85 am 17477531: Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  88. 1747753 Merge "Implement various missing parts of the X86 compiler" into ics-mr1-plus-art by Ian Rogers · 13 years ago
  89. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  90. f2baee2 am 540a5b76: Compiler_LLVM doesn\'t use reference map. by TDYa127 · 13 years ago
  91. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  92. 9896224 am 4165a83d: Implement StackOverflow check. by TDYa127 · 13 years ago
  93. 3c35cad am 20efe540: Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  94. 3c18ab1 am 64f884de: Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  95. 4165a83 Implement StackOverflow check. by TDYa127 · 13 years ago
  96. 20efe54 Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  97. 64f884d Fix compiler runtime function lookup bug. by Logan Chien · 13 years ago
  98. 5a844ca am 0879504b: Fix an obsolete comment. by Elliott Hughes · 13 years ago
  99. 36a8263 am 409d273a: Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  100. 0879504 Fix an obsolete comment. by Elliott Hughes · 13 years ago