1. 8cdec52 am 68aefb06: Merge "Fix dex2oat on the Mac." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  2. 448e93c Fix dex2oat on the Mac. by Elliott Hughes · 13 years ago
  3. 7b533f4 am f1498437: Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 13 years ago
  4. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 13 years ago
  5. deaac40 Fix the C++ compilation part of the Mac build. by Elliott Hughes · 13 years ago
  6. 7a967b3 Warn if oat file does end with expected extension by Brian Carlstrom · 13 years ago
  7. d7aa3f9 Merge "Warn if oat file does end with expected extension" into dalvik-dev by Brian Carlstrom · 13 years ago
  8. 272df23 Warn if oat file does end with expected extension by Brian Carlstrom · 13 years ago
  9. 4920e3a am 0ce13158: Fix GetUtfLength to add offset to char array data. by jeffhao · 13 years ago
  10. 0ce1315 Fix GetUtfLength to add offset to char array data. by jeffhao · 13 years ago
  11. d412ee9 am a43e0937: Disarm an assertion that exception_test violates. by Elliott Hughes · 13 years ago
  12. a43e093 Disarm an assertion that exception_test violates. by Elliott Hughes · 13 years ago
  13. bc0a557 am 6ff0536b: Merge "Take responsibility for translating thread states for managed code." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  14. 6ff0536 Merge "Take responsibility for translating thread states for managed code." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  15. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 13 years ago
  16. 895b2e0 am 97df07f9: Fix getter/setter special case codegen by buzbee · 13 years ago
  17. 97df07f Fix getter/setter special case codegen by buzbee · 13 years ago
  18. f63627c am 04a2967e: Make sure we\'re in runnable in Class.getDeclaredFields, where we may allocate. by Elliott Hughes · 13 years ago
  19. f07168f am fc1d9f58: Improve a couple of comments. by Elliott Hughes · 13 years ago
  20. 04a2967 Make sure we're in runnable in Class.getDeclaredFields, where we may allocate. by Elliott Hughes · 13 years ago
  21. fc1d9f5 Improve a couple of comments. by Elliott Hughes · 13 years ago
  22. 7a6141e am 534da072: Reinstate code accidentally removed while moving it from ThreadList to Thread. by Elliott Hughes · 13 years ago
  23. 534da07 Reinstate code accidentally removed while moving it from ThreadList to Thread. by Elliott Hughes · 13 years ago
  24. 44e5796 am 22869a90: Warn if a thread attaches without a name and blow up if a thread detaches while running. by Elliott Hughes · 13 years ago
  25. 22869a9 Warn if a thread attaches without a name and blow up if a thread detaches while running. by Elliott Hughes · 13 years ago
  26. 89eab9d Merge "Fix the C++ compilation part of the Mac build." into dalvik-dev by Elliott Hughes · 13 years ago
  27. b755f82 Fix the C++ compilation part of the Mac build. by Elliott Hughes · 13 years ago
  28. 085f7b3 am ab7b9dcb: Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 13 years ago
  29. ab7b9dc Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 13 years ago
  30. 21a122f am 64277f38: Additional check to catch BooksTablet monkey issue by Brian Carlstrom · 13 years ago
  31. 64277f3 Additional check to catch BooksTablet monkey issue by Brian Carlstrom · 13 years ago
  32. 02f01fe Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 13 years ago
  33. 8e5e978 Fix dalvik-dev build. Handle the case of no input dex. by Shih-wei Liao · 13 years ago
  34. 42d4d73 Fix oat_test for the LLVM route. by TDYa127 · 13 years ago
  35. 9000a84 Acquire lock for synchronized methods. by TDYa127 · 13 years ago
  36. de08e84 Remove ELF filename argument. by Logan Chien · 13 years ago
  37. 0cc6ab6 Add ELF extractor to oatdump. by Logan Chien · 13 years ago
  38. 25ae640 Write ELF image to Oat file. by Logan Chien · 13 years ago
  39. df57614 Add GetElfImages() method to CompilerLLVM. by Logan Chien · 13 years ago
  40. 0f0899a Add ElfImage to hold ELF image address and size. by Logan Chien · 13 years ago
  41. 3d6bfca7 Fix compiler_test for the LLVM route. by TDYa127 · 13 years ago
  42. 5b21308 Implement for AME for the LLVM version. Fix the compiler_test. by Shih-wei Liao · 13 years ago
  43. 9b2ba2e Implement LLVM version of stack walking. Fix Jni_Compiler tests. by TDYa127 · 13 years ago
  44. 31a9933 Fix GEP & refactor compiler_llvm::JniCompiler. by TDYa127 · 13 years ago
  45. f7015fd Add ELF loader to load the executables. by Logan Chien · 13 years ago
  46. 106b2a0 Create an instance of CompilerLLVM in the constructor of Compiler. by Logan Chien · 13 years ago
  47. aeb5303 Add GetCompilationUnit() to CompilerLLVM. by Logan Chien · 13 years ago
  48. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 13 years ago
  49. 6546ec5 Add ELF index to art::compiler_llvm::CompilationUnit. by Logan Chien · 13 years ago
  50. b9eaeea Emit the ELF image into the memory buffer. by Logan Chien · 13 years ago
  51. 92ad16d Fix LLVM build: Add 2 more arguments to ComputeInvokeInfo. by Logan Chien · 13 years ago
  52. 0c215db Code cleanup: Remove LLVM initialization dead code. by Logan Chien · 13 years ago
  53. f130655 Workaround on SEGV of LLVM backend. by Logan Chien · 13 years ago
  54. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  55. 1cb0ae7 Fix the LLVM build. by Shih-wei Liao · 13 years ago
  56. 536047d Use JValue* instead of byte* on the LLVM side too. by Shih-wei Liao · 13 years ago
  57. a708322 Fix the test-art-target. by Shih-wei Liao · 13 years ago
  58. 1b0a1b7 Remove the hard coded "constants" related to shadow frame. by Logan Chien · 13 years ago
  59. f7ad17e Split shadow stack from SIRT. by Logan Chien · 13 years ago
  60. eeb7edf Extract common code in Oat test. by Logan Chien · 13 years ago
  61. bcf7b5f Fix build. by Elliott Hughes · 13 years ago
  62. e3bed9a am 9bba2b60: Put back some C-style casts for now. by Elliott Hughes · 13 years ago
  63. 9bba2b6 Put back some C-style casts for now. by Elliott Hughes · 13 years ago
  64. e516523 am 3294429c: Initialize the JNI indirect reference table to make Valgrind happy. by Elliott Hughes · 13 years ago
  65. 3294429 Initialize the JNI indirect reference table to make Valgrind happy. by Elliott Hughes · 13 years ago
  66. 01bc24c am 398f64b5: Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  67. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  68. 8a8ab29 am ee0fa76b: Don\'t use variable-length arrays. by Elliott Hughes · 13 years ago
  69. 5f4331a resolved conflicts for merge of b25c3f6a to dalvik-dev by Elliott Hughes · 13 years ago
  70. ee0fa76 Don't use variable-length arrays. by Elliott Hughes · 13 years ago
  71. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  72. 4a95d8f am fc9e6fab: Compiler intrinsics by buzbee · 13 years ago
  73. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  74. b0f4fcd am 67d92007: Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 13 years ago
  75. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 13 years ago
  76. c2dfbb0 am 16da17c8: Merge "Add the missing link between compiled code and the debugger." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  77. 16da17c Merge "Add the missing link between compiled code and the debugger." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  78. 3252d02 am ba0668ec: Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 13 years ago
  79. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  80. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 13 years ago
  81. daadfea Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 13 years ago
  82. a6a987b am 1ac29447: Verifier sets class to error on hard error, resolved on soft. by jeffhao · 13 years ago
  83. 1ac2944 Verifier sets class to error on hard error, resolved on soft. by jeffhao · 13 years ago
  84. d5347e0 Split VERIFY_ERROR_GENERIC into VERIFY_ERROR_BAD_CLASS_HARD/SOFT. by jeffhao · 13 years ago
  85. da4dc73 Split VERIFY_ERROR_GENERIC into VERIFY_ERROR_BAD_CLASS_HARD/SOFT. by jeffhao · 13 years ago
  86. d028632 am 942df41c: Clarify a few comments. by Elliott Hughes · 13 years ago
  87. 942df41 Clarify a few comments. by Elliott Hughes · 13 years ago
  88. 6a41ec8 am 462c9444: Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  89. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  90. e296a7b am 81ff3184: Nomenclature improvements. by Elliott Hughes · 13 years ago
  91. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  92. 5147733 Fix sdk_x86 build by Brian Carlstrom · 13 years ago
  93. 26b8c9d Fix sdk_x86 build by Brian Carlstrom · 13 years ago
  94. a5dd6be Fix dalvik-dev build. Handle the case of no input dex. by Shih-wei Liao · 13 years ago
  95. edec372 Fix oat_test for the LLVM route. by TDYa127 · 13 years ago
  96. f0adce1 Acquire lock for synchronized methods. by TDYa127 · 13 years ago
  97. 5556345 am 9d164329: Merge "X86 disassembler." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  98. 9d16432 Merge "X86 disassembler." into ics-mr1-plus-art by Ian Rogers · 13 years ago
  99. 706a10e X86 disassembler. by Ian Rogers · 13 years ago
  100. 311d480 am 18c4535a: Merge "Fix crashes when a resolution method is passed to PrettyMethod." into ics-mr1-plus-art by Brian Carlstrom · 13 years ago