1. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  2. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 12 years ago
  3. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 12 years ago
  4. 3d71d07 Improve ARM disassembler to cope with JNI stubs. by Elliott Hughes · 12 years ago
  5. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 12 years ago
  6. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  7. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  8. 9c750f9 Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw. by Elliott Hughes · 12 years ago
  9. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 12 years ago
  10. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 12 years ago
  11. 20efe54 Fix the GetCurrentMethod bug. by TDYa127 · 12 years ago
  12. 17057b1 Fix shutdown when the current thread has been manually detached. by Elliott Hughes · 12 years ago
  13. 3db5285 Don't check gcmap while using LLVM compiler. by TDYa127 · 12 years ago
  14. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 12 years ago
  15. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  16. b5db3bb Include more detail in a few CHECKs. by Elliott Hughes · 12 years ago
  17. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  18. 534da07 Reinstate code accidentally removed while moving it from ThreadList to Thread. by Elliott Hughes · 12 years ago
  19. 22869a9 Warn if a thread attaches without a name and blow up if a thread detaches while running. by Elliott Hughes · 12 years ago
  20. ab7b9dc Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 12 years ago
  21. 02f01fe Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 12 years ago
  22. 9b2ba2e Implement LLVM version of stack walking. Fix Jni_Compiler tests. by TDYa127 · 12 years ago
  23. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 12 years ago
  24. f7ad17e Split shadow stack from SIRT. by Logan Chien · 12 years ago
  25. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  26. fc9e6fa Compiler intrinsics by buzbee · 12 years ago
  27. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 12 years ago
  28. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 12 years ago
  29. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  30. e66ac79 Fix to use a new context when verifying the stack. by jeffhao · 12 years ago
  31. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 12 years ago
  32. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 12 years ago
  33. b3ab25b Enable compiler_test on host. by Ian Rogers · 12 years ago
  34. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  35. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  36. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  37. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 12 years ago
  38. 0ece7b9 Remove an unnecessary "art" prefix on functions in the art namespace. by Elliott Hughes · 12 years ago
  39. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  40. a433b2e Tidy MIPS floating point helpers. by Ian Rogers · 12 years ago
  41. 9a8a888 Disable virtual call sharpening. by Ian Rogers · 12 years ago
  42. 11f9d21 Mips portable floating point support by Bill Buzbee · 12 years ago
  43. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 12 years ago
  44. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  45. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  46. 8be2d40 Fix GetCurrentMethod to return the actual native PC. by Elliott Hughes · 12 years ago
  47. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 12 years ago
  48. 77f74c1 Fix exception regression. by Ian Rogers · 12 years ago
  49. 2673644 Fix SEGV when allocation does not fail in stack trace building by Brian Carlstrom · 12 years ago
  50. 283ed0d Fix SEGV when allocation fails in stack trace building by Ian Rogers · 12 years ago
  51. f3773f0 Move finalizer registration into managed code by Ian Rogers · 12 years ago
  52. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 12 years ago
  53. 44b412b Codegen support for debugger by buzbee · 12 years ago
  54. 06e3ad4 Turn on some basic tsan annotations. by Elliott Hughes · 12 years ago
  55. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 12 years ago
  56. ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 12 years ago
  57. 5167c97 Improve debug-ability of native method registration by Ian Rogers · 12 years ago
  58. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 12 years ago
  59. 02fbef0 Set detail message on exceptions for unstarted runtimes. by Ian Rogers · 12 years ago
  60. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 12 years ago
  61. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 12 years ago
  62. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 12 years ago
  63. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 12 years ago
  64. 6cc332e Mac runtime fixes. by Elliott Hughes · 12 years ago
  65. 215f314 Even more Mac build fixes. by Elliott Hughes · 12 years ago
  66. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 12 years ago
  67. e7d856b Add GC map to oat file by Brian Carlstrom · 12 years ago
  68. 26c0a1a Fixed tracer to stub additional classes as they're loaded. by jeffhao · 12 years ago
  69. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 12 years ago
  70. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  71. 6b0870d Fixes relating to 003-omnibus-opcodes by Ian Rogers · 13 years ago
  72. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  73. dbf05b7 Adding newly required headers by Brian Carlstrom · 13 years ago
  74. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  75. ebd1fd2 Avoid compile time warnings by having ThreadNewException use AllocObject by Brian Carlstrom · 13 years ago
  76. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  77. 4860131 Be robust in stack trace if source file name is missing from dex file. by Ian Rogers · 13 years ago
  78. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  79. c88968a Tolerate NULL method in Thread::GetCurrentMethod by Brian Carlstrom · 13 years ago
  80. 21a5bf2 Detect over-long thread suspends and time out fatally. by Elliott Hughes · 13 years ago
  81. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  82. 3891c77 Proxy methods don't have reference maps. by Ian Rogers · 13 years ago
  83. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  84. 68fdbd0 Return values for locals, so "locals" can show them. by Elliott Hughes · 13 years ago
  85. 1b2b2f2 Don't set the context class loader until it has been created. by Jesse Wilson · 13 years ago
  86. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  87. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 13 years ago
  88. b861dc0 Extra debug info, make dump stack slightly more tolerant of bad input. by Ian Rogers · 13 years ago
  89. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  90. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
  91. a757fac Fix for GetCurrentLocation when stack is empty. by jeffhao · 13 years ago
  92. cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
  93. 36e0a95 Don't attach attached threads. by Ian Rogers · 13 years ago
  94. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  95. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  96. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  97. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  98. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
  99. 00fae58 Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoad by Brian Carlstrom · 13 years ago
  100. 47179f7 Better -verbose:thread logging, and revert a CHECK. by Elliott Hughes · 13 years ago