1. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 13 years ago
  2. 6547ace Ignore the .arm hint in the top-level targets as well. by Carl Shapiro · 13 years ago
  3. 51472c5 Merge "Do not assume the .arm hint is part of the source file path." into dalvik-dev by Carl Shapiro · 13 years ago
  4. 8492996 Do not assume the .arm hint is part of the source file path. by Carl Shapiro · 13 years ago
  5. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  6. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  7. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  8. dbd0564 Merge "Give unique name to host build shared libraries #1" into dalvik-dev by Brian Carlstrom · 13 years ago
  9. 8e339ed Merge "Support for synchronized native methods." into dalvik-dev by Ian Rogers · 13 years ago
  10. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  11. 31bcc7e Give unique name to host build shared libraries #1 by Brian Carlstrom · 13 years ago
  12. 5cebb7c Merge "Add the down_cast template." into dalvik-dev by Carl Shapiro · 13 years ago
  13. 6d860c1 Add the down_cast template. by Carl Shapiro · 13 years ago
  14. 176f59c Fix build breakage. by Ian Rogers · 13 years ago
  15. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  16. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  17. be97785 C++ and DCHECK tidying by Brian Carlstrom · 13 years ago
  18. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  19. 6cc1845 Simplify ClassLinker::LoadClass by Brian Carlstrom · 13 years ago
  20. a080803 Setting klass_ fields of heap allocated objects by Brian Carlstrom · 13 years ago
  21. a7f4f48 Move allocation of fields and methods to heap by Brian Carlstrom · 13 years ago
  22. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  23. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  24. a5780da Fix class_linker_test. by Elliott Hughes · 13 years ago
  25. 3acbfa4 Merge "Flesh out the logging implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  26. eb4f614 Flesh out the logging implementation. by Elliott Hughes · 13 years ago
  27. d0e7e77 Use a TLS value to retrieve the current thread. by Carl Shapiro · 13 years ago
  28. f10edca Eliminate some C-style casts. by Carl Shapiro · 13 years ago
  29. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  30. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  31. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 13 years ago
  32. 528153d Only tag tests for test builds, not eng builds by Brian Carlstrom · 13 years ago
  33. 0e6d197 Relocate all of the included Makefiles into the build subdirectory. by Carl Shapiro · 13 years ago
  34. 565f507 Initialize primitive type classes during linker initialization. by Carl Shapiro · 13 years ago
  35. 606258b Explicitly convert type to an int before writing to the log stream. by Carl Shapiro · 13 years ago
  36. 5fafe2b Add support for initializing static fields. by Carl Shapiro · 13 years ago
  37. 279613b Merge "Fix minor bugs which prevented methods from loading correctly." into dalvik-dev by Carl Shapiro · 13 years ago
  38. 167ec63 Fix minor bugs which prevented methods from loading correctly. by Carl Shapiro · 13 years ago
  39. e4c1ce4 Extend the instruction class with instruction attributes. by Carl Shapiro · 13 years ago
  40. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago
  41. d4e48fd Add the StringPiece class. by Carl Shapiro · 13 years ago
  42. a779d41 Remove -Wno-deprecated. by Carl Shapiro · 13 years ago
  43. 894d0fa Expose functionality needed for linking. by Carl Shapiro · 13 years ago
  44. ef442e6 Add a corresponding constant for DEX_NOINDEX. by Carl Shapiro · 13 years ago
  45. 2abd338 Merge "Minor clean-ups." into dalvik-dev by Carl Shapiro · 13 years ago
  46. d84f49c Limit the visibility of the instruction list. by Carl Shapiro · 13 years ago
  47. a506cb0 Minor clean-ups. by Carl Shapiro · 13 years ago
  48. 07bb173 Merge "Manage the underlying RawDexFile of a DexFile with a smart pointer." into dalvik-dev by Carl Shapiro · 13 years ago
  49. 290eca0 Merge changes I789a31a8,I05296bfb into dalvik-dev by Carl Shapiro · 13 years ago
  50. 64f1340 Collapse the synchronized and declared synchronized predicates into one. by Carl Shapiro · 13 years ago
  51. 7e78248 Manage the underlying RawDexFile of a DexFile with a smart pointer. by Carl Shapiro · 13 years ago
  52. 80d4dde Allow raw dex files to be read from arrays of base64 encoded bytes. by Carl Shapiro · 13 years ago
  53. a7ab79d Add check to inst visitor by buzbee · 13 years ago
  54. 3ee755d Complete support for loading classes from a DEX file. by Carl Shapiro · 13 years ago
  55. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago
  56. 12eb78e Add an instruction abstraction and visitor. by Carl Shapiro · 13 years ago
  57. 008e412 Add and enable a Makefile for building tests on the device. by Carl Shapiro · 13 years ago
  58. 7e8e938 Merge "Add a gtest build target for the host." into dalvik-dev by Jesse Wilson · 13 years ago
  59. c981ace Add a gtest build target for the host. by Jesse Wilson · 13 years ago
  60. d2bdb57 Add a macro for sizing anonymous or locally defined arrays. by Carl Shapiro · 13 years ago
  61. a2e18e1 Add the implementation for the ARM assembler. by Carl Shapiro · 13 years ago
  62. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 13 years ago
  63. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 13 years ago
  64. 59e85cd Add implementations of sizeof and offsetof for class types. by Carl Shapiro · 13 years ago
  65. 806defa Fix the include guard style. by Carl Shapiro · 13 years ago
  66. 6c21dc1 Add a minimal logging interface and implementation. by Carl Shapiro · 13 years ago
  67. 9bf84fd Fix several minor errors in the build configuration. by Carl Shapiro · 13 years ago
  68. 7b21670 Initial build configuration for the new Android runtime. by Carl Shapiro · 13 years ago
  69. 80ad5ff Initial empty repository by Anatol Pomazau · 13 years ago