1. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 13 years ago
  2. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 13 years ago
  3. de479be Refactor runtime support builder. by TDYa127 · 13 years ago
  4. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 13 years ago
  5. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 13 years ago
  6. af8d15a Move the thread.cc Class*/Field*/Method* caching over to WellKnownClasses. by Elliott Hughes · 13 years ago
  7. 8029cbe Remove a workaround for a bionic bug we've fixed. by Elliott Hughes · 13 years ago
  8. 633703f Return if DumpKernelStack can't find the kernel stack file. by jeffhao · 13 years ago
  9. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  10. c073b07 Switch the handful of std::endl users over to the predominant "\n". by Elliott Hughes · 13 years ago
  11. 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 13 years ago
  12. faf4ba0 Only warn about limiting unlimited thread stacks when -verbose:threads is on. by Elliott Hughes · 13 years ago
  13. beb3240 Fix Mac build. by Elliott Hughes · 13 years ago
  14. e85d2e9 Include kernel stacks on non-ARM hardware. by Elliott Hughes · 13 years ago
  15. 8a31b50 Remove two unnecessary .c_str() calls. by Elliott Hughes · 13 years ago
  16. 98e2017 Remove the explicit dump of "THREAD ENTRY POINTS" from oatdump... by Elliott Hughes · 13 years ago
  17. 5b17d08 Include stack sizes and address ranges in the SIGQUIT output. by Elliott Hughes · 13 years ago
  18. e188419 Make Thread::InitStackHwm work on Mac OS. by Elliott Hughes · 13 years ago
  19. c8dc101 Use dex_pc instead of line_number. by TDYa127 · 13 years ago
  20. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  21. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  22. 4c5231d Work around a Mac OS libc bug. by Elliott Hughes · 13 years ago
  23. 36ecb78 Fix stack overflow handling. by Elliott Hughes · 13 years ago
  24. 2acf36d Don't rely on transitive #includes. by Elliott Hughes · 13 years ago
  25. d8af159 Use an alternate signal stack for the unexpected signals on the host. by Elliott Hughes · 13 years ago
  26. 99250ba Fix Mac build. by Elliott Hughes · 13 years ago
  27. 6e94f14 Fix LLVM runtime failures. by Shih-wei Liao · 13 years ago
  28. 3ea0f42 Make failures caused by unimplemented entry points much clearer. by Elliott Hughes · 13 years ago
  29. 6414a97 Add additional stack space to account for the dalvik native stack size by Brian Carlstrom · 13 years ago
  30. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago
  31. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 13 years ago
  32. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  33. 3d71d07 Improve ARM disassembler to cope with JNI stubs. by Elliott Hughes · 13 years ago
  34. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 13 years ago
  35. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  36. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  37. 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
  38. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 13 years ago
  39. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  40. 20efe54 Fix the GetCurrentMethod bug. by TDYa127 · 13 years ago
  41. 17057b1 Fix shutdown when the current thread has been manually detached. by Elliott Hughes · 13 years ago
  42. 3db5285 Don't check gcmap while using LLVM compiler. by TDYa127 · 13 years ago
  43. ee0d3fb LLVM doesn't use Frame. by TDYa127 · 13 years ago
  44. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  45. b5db3bb Include more detail in a few CHECKs. by Elliott Hughes · 13 years ago
  46. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  47. 534da07 Reinstate code accidentally removed while moving it from ThreadList to Thread. by Elliott Hughes · 13 years ago
  48. 22869a9 Warn if a thread attaches without a name and blow up if a thread detaches while running. by Elliott Hughes · 13 years ago
  49. ab7b9dc Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 13 years ago
  50. 02f01fe Fix exception_test for (USE_LLVM_COMPILER) build. by Shih-wei Liao · 13 years ago
  51. 9b2ba2e Implement LLVM version of stack walking. Fix Jni_Compiler tests. by TDYa127 · 13 years ago
  52. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  53. f7ad17e Split shadow stack from SIRT. by Logan Chien · 13 years ago
  54. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  55. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  56. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  57. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  58. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  59. e66ac79 Fix to use a new context when verifying the stack. by jeffhao · 13 years ago
  60. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 13 years ago
  61. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  62. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  63. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  64. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  65. f8bbb84 Add code size to oat files by Brian Carlstrom · 13 years ago
  66. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 13 years ago
  67. 0ece7b9 Remove an unnecessary "art" prefix on functions in the art namespace. by Elliott Hughes · 13 years ago
  68. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  69. a433b2e Tidy MIPS floating point helpers. by Ian Rogers · 13 years ago
  70. 9a8a888 Disable virtual call sharpening. by Ian Rogers · 13 years ago
  71. 11f9d21 Mips portable floating point support by Bill Buzbee · 13 years ago
  72. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  73. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  74. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  75. 8be2d40 Fix GetCurrentMethod to return the actual native PC. by Elliott Hughes · 13 years ago
  76. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 13 years ago
  77. 77f74c1 Fix exception regression. by Ian Rogers · 13 years ago
  78. 2673644 Fix SEGV when allocation does not fail in stack trace building by Brian Carlstrom · 13 years ago
  79. 283ed0d Fix SEGV when allocation fails in stack trace building by Ian Rogers · 13 years ago
  80. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  81. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  82. 44b412b Codegen support for debugger by buzbee · 13 years ago
  83. 06e3ad4 Turn on some basic tsan annotations. by Elliott Hughes · 13 years ago
  84. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  85. ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 13 years ago
  86. 5167c97 Improve debug-ability of native method registration by Ian Rogers · 13 years ago
  87. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  88. 02fbef0 Set detail message on exceptions for unstarted runtimes. by Ian Rogers · 13 years ago
  89. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 13 years ago
  90. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  91. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  92. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  93. 6cc332e Mac runtime fixes. by Elliott Hughes · 13 years ago
  94. 215f314 Even more Mac build fixes. by Elliott Hughes · 13 years ago
  95. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 14 years ago
  96. e7d856b Add GC map to oat file by Brian Carlstrom · 14 years ago
  97. 26c0a1a Fixed tracer to stub additional classes as they're loaded. by jeffhao · 14 years ago
  98. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 14 years ago
  99. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 14 years ago
  100. 6b0870d Fixes relating to 003-omnibus-opcodes by Ian Rogers · 14 years ago