1. 4bfab0a Remove obsolete members that unintentionally reappeared when rebasing. by Carl Shapiro · 14 years ago
  2. 744ad05 Remove stray trailing semicolons. by Carl Shapiro · 14 years ago
  3. f88c952 Minor clean-ups. by Carl Shapiro · 14 years ago
  4. a85f248 Merge "Add a dex structure definition to support exception handling." into dalvik-dev by Carl Shapiro · 14 years ago
  5. fd687c5 Create templates for primitive types. by Jesse Wilson · 14 years ago
  6. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 14 years ago
  7. 2eaa968 Add a dex structure definition to support exception handling. by Carl Shapiro · 14 years ago
  8. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 14 years ago
  9. 74eb46a Improved ClassLoader support by Brian Carlstrom · 14 years ago
  10. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 14 years ago
  11. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 14 years ago
  12. 8989d99 Get ClassLinker out of the business of allocating strings. by Jesse Wilson · 14 years ago
  13. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 14 years ago
  14. 905786d Merge "Use Java strings for Field's name." into dalvik-dev by Jesse Wilson · 14 years ago
  15. 02c55f9 Merge "Add stub implementations for the JNI native and invoke interfaces." into dalvik-dev by Carl Shapiro · 14 years ago
  16. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 14 years ago
  17. 1415074 Use Java strings for Field's name. by Jesse Wilson · 14 years ago
  18. 2310340 Merge "Add equals to C++ String" into dalvik-dev by Jesse Wilson · 14 years ago
  19. cbe9fc0 Add equals to C++ String by Jesse Wilson · 14 years ago
  20. 6f6beb4 Fix host build: Add -lpthread. by Shih-wei Liao · 14 years ago
  21. 779f8c7 Merge "More field order validation." into dalvik-dev by Jesse Wilson · 14 years ago
  22. 46cdd4b More field order validation. by Jesse Wilson · 14 years ago
  23. b88e944 Just visit classes_root, not its elements by Brian Carlstrom · 14 years ago
  24. 75cb3b4 Add ClassLinker::VisitRoots by Brian Carlstrom · 14 years ago
  25. ac5b9e2 Validate the C++ and managed fields are ordered consistently. by Jesse Wilson · 14 years ago
  26. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 14 years ago
  27. 76144e0 Merge "Flesh out AllocString" into dalvik-dev by Brian Carlstrom · 14 years ago
  28. 0b138b2 Flesh out AllocString by Brian Carlstrom · 14 years ago
  29. 4d55351 Merge "Address post review comments regarding ParseClassPath." into dalvik-dev by Carl Shapiro · 14 years ago
  30. d3c1575 Address post review comments regarding ParseClassPath. by Carl Shapiro · 14 years ago
  31. 07d579f Add NDEBUG build by Brian Carlstrom · 14 years ago
  32. 3b58545 Merge "Expanding ClassLinkerTest/LibCore to cover more Class details - Ensure SetReferenceOffsets is always called - Change Field to use StringPiece instead of const char* - Removed "shrunk vtable" logging noise - Fix small bug in Class::Status logging - Rename Field signature to descriptor for clarity - Add Class:IsSynthetic" into dalvik-dev by Brian Carlstrom · 14 years ago
  33. ae3ac01 Expanding ClassLinkerTest/LibCore to cover more Class details by Brian Carlstrom · 14 years ago
  34. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 14 years ago
  35. a40f9bc Add ObjectArray::CopyOf by Brian Carlstrom · 14 years ago
  36. 3aaddbb Merge "Clear out the Runtime singleton when destructing a Runtime instance." into dalvik-dev by Carl Shapiro · 14 years ago
  37. 4acf464 Clear out the Runtime singleton when destructing a Runtime instance. by Carl Shapiro · 14 years ago
  38. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 14 years ago
  39. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 14 years ago
  40. 2701203 Merge "Remove the ashmem dependency from the mspace utility code." into dalvik-dev by Carl Shapiro · 14 years ago
  41. f08973e Remove the ashmem dependency from the mspace utility code. by Carl Shapiro · 14 years ago
  42. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 14 years ago
  43. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 14 years ago
  44. 913af1b Heap allocate class supporting arrays for fields, methods, interfaces by Brian Carlstrom · 14 years ago
  45. fa0fead Merge "Add a collection implementation." into dalvik-dev by Carl Shapiro · 14 years ago
  46. b984ded Merge "Import cpplint.py and make target cpplint-art" into dalvik-dev by Brian Carlstrom · 14 years ago
  47. 58551df Add a collection implementation. by Carl Shapiro · 14 years ago
  48. 59848da Import cpplint.py and make target cpplint-art by Brian Carlstrom · 14 years ago
  49. f3eb61f Style cleanups for two recent changes by Brian Carlstrom · 14 years ago
  50. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 14 years ago
  51. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 14 years ago
  52. 6547ace Ignore the .arm hint in the top-level targets as well. by Carl Shapiro · 14 years ago
  53. 51472c5 Merge "Do not assume the .arm hint is part of the source file path." into dalvik-dev by Carl Shapiro · 14 years ago
  54. 8492996 Do not assume the .arm hint is part of the source file path. by Carl Shapiro · 14 years ago
  55. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  56. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 14 years ago
  57. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 14 years ago
  58. dbd0564 Merge "Give unique name to host build shared libraries #1" into dalvik-dev by Brian Carlstrom · 14 years ago
  59. 8e339ed Merge "Support for synchronized native methods." into dalvik-dev by Ian Rogers · 14 years ago
  60. df20fe0 Support for synchronized native methods. by Ian Rogers · 14 years ago
  61. 31bcc7e Give unique name to host build shared libraries #1 by Brian Carlstrom · 14 years ago
  62. 5cebb7c Merge "Add the down_cast template." into dalvik-dev by Carl Shapiro · 14 years ago
  63. 6d860c1 Add the down_cast template. by Carl Shapiro · 14 years ago
  64. 176f59c Fix build breakage. by Ian Rogers · 14 years ago
  65. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 14 years ago
  66. cdc8de4 Move base64 to test code by Brian Carlstrom · 14 years ago
  67. be97785 C++ and DCHECK tidying by Brian Carlstrom · 14 years ago
  68. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 14 years ago
  69. 6cc1845 Simplify ClassLinker::LoadClass by Brian Carlstrom · 14 years ago
  70. a080803 Setting klass_ fields of heap allocated objects by Brian Carlstrom · 14 years ago
  71. a7f4f48 Move allocation of fields and methods to heap by Brian Carlstrom · 14 years ago
  72. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 14 years ago
  73. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 14 years ago
  74. a5780da Fix class_linker_test. by Elliott Hughes · 14 years ago
  75. 3acbfa4 Merge "Flesh out the logging implementation." into dalvik-dev by Elliott Hughes · 14 years ago
  76. eb4f614 Flesh out the logging implementation. by Elliott Hughes · 14 years ago
  77. d0e7e77 Use a TLS value to retrieve the current thread. by Carl Shapiro · 14 years ago
  78. f10edca Eliminate some C-style casts. by Carl Shapiro · 14 years ago
  79. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 14 years ago
  80. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 14 years ago
  81. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 14 years ago
  82. 528153d Only tag tests for test builds, not eng builds by Brian Carlstrom · 14 years ago
  83. 0e6d197 Relocate all of the included Makefiles into the build subdirectory. by Carl Shapiro · 14 years ago
  84. 565f507 Initialize primitive type classes during linker initialization. by Carl Shapiro · 14 years ago
  85. 606258b Explicitly convert type to an int before writing to the log stream. by Carl Shapiro · 14 years ago
  86. 5fafe2b Add support for initializing static fields. by Carl Shapiro · 14 years ago
  87. 279613b Merge "Fix minor bugs which prevented methods from loading correctly." into dalvik-dev by Carl Shapiro · 14 years ago
  88. 167ec63 Fix minor bugs which prevented methods from loading correctly. by Carl Shapiro · 14 years ago
  89. e4c1ce4 Extend the instruction class with instruction attributes. by Carl Shapiro · 14 years ago
  90. 0e5d75d Add support for linking classes. by Carl Shapiro · 14 years ago
  91. d4e48fd Add the StringPiece class. by Carl Shapiro · 14 years ago
  92. a779d41 Remove -Wno-deprecated. by Carl Shapiro · 14 years ago
  93. 894d0fa Expose functionality needed for linking. by Carl Shapiro · 14 years ago
  94. ef442e6 Add a corresponding constant for DEX_NOINDEX. by Carl Shapiro · 14 years ago
  95. 2abd338 Merge "Minor clean-ups." into dalvik-dev by Carl Shapiro · 14 years ago
  96. d84f49c Limit the visibility of the instruction list. by Carl Shapiro · 14 years ago
  97. a506cb0 Minor clean-ups. by Carl Shapiro · 14 years ago
  98. 07bb173 Merge "Manage the underlying RawDexFile of a DexFile with a smart pointer." into dalvik-dev by Carl Shapiro · 14 years ago
  99. 290eca0 Merge changes I789a31a8,I05296bfb into dalvik-dev by Carl Shapiro · 14 years ago
  100. 64f1340 Collapse the synchronized and declared synchronized predicates into one. by Carl Shapiro · 14 years ago