1. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  2. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  3. ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
  4. 4c70d77 Fix error in PrettyType. by Mathieu Chartier · 12 years ago
  5. 18c24b6 Add new_array type info to dex dump output. by Mathieu Chartier · 12 years ago
  6. 0325e62 Cumulative timing logger by Mathieu Chartier · 12 years ago
  7. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  8. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  10. 289be85 Include the crashing thread's name in crash dumps. by Elliott Hughes · 12 years ago
  11. 46e251b Switch to libcorkscrew for native stack traces. by Elliott Hughes · 12 years ago
  12. 6f29d0e Skip compilation of dead code from duplicate methods by Brian Carlstrom · 12 years ago
  13. e188419 Make Thread::InitStackHwm work on Mac OS. by Elliott Hughes · 12 years ago
  14. 795e330 Set materialized file names correctly. by Shih-wei Liao · 12 years ago
  15. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  16. 105afd2 Fancy disassembly of Thumb2 IT blocks. by Elliott Hughes · 12 years ago
  17. 82914b6 Use PrintableString in oatdump. by Elliott Hughes · 12 years ago
  18. 7a967b3 Warn if oat file does end with expected extension by Brian Carlstrom · 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. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  21. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  22. 91bf6cd More debugger support. by Elliott Hughes · 12 years ago
  23. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 12 years ago
  24. 48436bb Split should have a matching Join, if only for convenient debugging output. by Elliott Hughes · 12 years ago
  25. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 12 years ago
  26. 601a123 If dex2oat takes >1s, show a breakdown of where the time went. by Elliott Hughes · 12 years ago
  27. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  28. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 12 years ago
  29. bb551fa Collect and output a few dex2oat statistics. by Elliott Hughes · 13 years ago
  30. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  31. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  32. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  33. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  34. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  35. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  36. 906e685 Fix the unintelligible IsValidClassName API by breaking it into three. by Elliott Hughes · 13 years ago
  37. 7162ad9 Implement DDMS heap info ("HPIF") chunks. by Elliott Hughes · 13 years ago
  38. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  39. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  40. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  41. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 13 years ago
  42. 06b37d9 Always log the value when an alignment check fails. by Elliott Hughes · 13 years ago
  43. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  44. a9f1978 Add support for oat files in /data/art-cache by Brian Carlstrom · 13 years ago
  45. 83df2ac Basic GC logging (and class initialization timing). by Elliott Hughes · 13 years ago
  46. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  47. 6c8867d Implement artThrowVerificationErrorFromCode. by Elliott Hughes · 13 years ago
  48. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  49. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago
  50. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  51. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  52. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  53. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  54. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  55. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  56. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  57. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  58. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  59. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  60. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  61. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  62. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  63. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  64. a0b8feb Turn off the 'public' check for main, and improve diagnostics. by Elliott Hughes · 13 years ago
  65. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago
  66. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  67. 46b92ba Factor out NeedsEscaping from the Printable* functions. by Elliott Hughes · 13 years ago
  68. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  69. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  70. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  71. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  72. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago
  73. a2e18e1 Add the implementation for the ARM assembler. by Carl Shapiro · 13 years ago
  74. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 13 years ago
  75. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 13 years ago