1. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  2. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  3. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  4. 9bc8191 Flatten interface entries into the iftable. by Ian Rogers · 12 years ago
  5. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  6. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  7. 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
  8. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  9. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  10. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  11. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  12. d24e264 Fix recursive static field lookup. by Ian Rogers · 12 years ago
  13. 87293d0 Tracking addition of BaseDexClassLoader.originalLibraryPath by Brian Carlstrom · 12 years ago
  14. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  15. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  16. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  17. a15e67d Remove pad word from arrays by Ian Rogers · 12 years ago
  18. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  19. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  20. 16f9367 Remove dexCacheResolvedMethods, address Proxy issue by Ian Rogers · 12 years ago
  21. b5d6a49 Revert "Remove dexCacheResolvedMethods from Method/Constructor" by Ian Rogers · 12 years ago
  22. 42882d1 Remove dexCacheResolvedMethods from Method/Constructor by Ian Rogers · 12 years ago
  23. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 12 years ago
  24. 53a77a5 Remove Method's dex_cache_resolved_fields_ by Ian Rogers · 12 years ago
  25. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  26. d418eda Class clean-up and compute name during image writing. by Ian Rogers · 12 years ago
  27. f3778f6 Fix test 046. by Elliott Hughes · 12 years ago
  28. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  29. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  30. db7d5e9 Fix class_linker_test now FindClass uses const char*. by Elliott Hughes · 13 years ago
  31. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  32. c2b4447 Fix for test 044-proxy by Ian Rogers · 13 years ago
  33. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  34. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  35. c129a6b Make methods and fields accessible by default in art. by Jesse Wilson · 13 years ago
  36. 9b1a4f4 Refactor testing to use dex file find routines. by Ian Rogers · 13 years ago
  37. 6415503 Added caching of indexes for annotations. by jeffhao · 13 years ago
  38. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  39. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  40. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  41. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  42. b04f69f Fix for test 069. by Ian Rogers · 13 years ago
  43. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  44. 95caa79 Create proxy class, constructor, and methods. by Jesse Wilson · 13 years ago
  45. 1b5f497 Track new proxy cache field in ClassLoader. by Jesse Wilson · 13 years ago
  46. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  47. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 13 years ago
  48. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  49. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  50. fbfdce6 Teach ClassLinkerTest about Reference.referent by Brian Carlstrom · 13 years ago
  51. 20cde90 Add Class::IsFinalizable and Object::AddFinalizerReference. by Elliott Hughes · 13 years ago
  52. abcfde3 Fixed test for static final fields that don't use <clinit>. by jeffhao · 13 years ago
  53. 6bf1915 Revert "Reverts to track dalvik and libcore" by Jesse Wilson · 13 years ago
  54. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  55. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 13 years ago
  56. 53d6ff4 Reverts to track dalvik and libcore by Brian Carlstrom · 13 years ago
  57. 33203b5 Field reflection. by Elliott Hughes · 13 years ago
  58. c6766ed Tracking removal of Method.NO_ANNOTATIONS static field from libcore by Brian Carlstrom · 13 years ago
  59. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  60. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
  61. a5a97a2 Compile time class initialization for classes without <clinit> by Brian Carlstrom · 13 years ago
  62. e23d93c Added method fields for register map. Populated by verifier. by jeffhao · 13 years ago
  63. 8692721 Fix ClassLinker::LinkInterfaceMethods bug by Brian Carlstrom · 13 years ago
  64. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  65. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 13 years ago
  66. dbc0525 Make LinkFields ordering more stable for easier maintenance by Brian Carlstrom · 13 years ago
  67. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  68. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  69. 5dbddee Added tests for interfaces that extend other interfaces. by jeffhao · 13 years ago
  70. 193a44d Make InitializeStaticStorageFromCode handle requests for uninitialized storage from <clinit> by Brian Carlstrom · 13 years ago
  71. 848a4b3 Fix ClassLinker::InitializeStaticStorageFromCode by Brian Carlstrom · 13 years ago
  72. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  73. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  74. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  75. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  76. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  77. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  78. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  79. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  80. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
  81. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
  82. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
  83. 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 13 years ago
  84. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  85. d2fbb2b Give an example of walking TypeIds in a DexFile by Brian Carlstrom · 13 years ago
  86. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  87. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  88. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
  89. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  90. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 13 years ago
  91. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  92. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  93. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  94. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  95. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  96. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  97. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  98. 35baaab Combine InstanceField and StaticField and Field. by Jesse Wilson · 13 years ago
  99. 7833bd2 Store static field values in arrays. by Jesse Wilson · 13 years ago
  100. df4189c Follow up from Carl's comments on new primitive array types. by Jesse Wilson · 13 years ago