1. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  2. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  3. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  4. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 9 years ago
  5. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  6. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  7. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  8. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  9. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  10. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  11. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  12. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  13. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  14. 1fceb40 Remove some to-done TODOs. by Ian Rogers · 10 years ago
  15. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  16. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  17. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  18. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  19. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  20. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  21. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  22. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  23. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  24. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  25. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  26. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  27. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  28. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  29. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  30. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  31. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  32. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  33. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  34. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  35. d565caf Don't store this_object in SIRT for static invokes. by Mathieu Chartier · 11 years ago
  36. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  37. 37a9876 Add missing SIRT to FindMethodFromCode. by Mathieu Chartier · 11 years ago
  38. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  39. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  40. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  41. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  42. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  43. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  44. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  45. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  46. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  47. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  48. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  49. d4beb6b Inline field and method resolution. by Sebastien Hertz · 11 years ago
  50. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  51. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  52. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  53. 450dcb5 Improve float to integral conversion. by Ian Rogers · 11 years ago
  54. bd136a2 Get PORTABLE + SMALL on x86. by Dragos Sbirlea · 11 years ago
  55. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  56. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  57. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago[Renamed (97%) from runtime/runtime_support.h]
  58. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  59. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  60. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  61. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/runtime_support.h]
  62. 233ea8e No access check support. by Sebastien Hertz · 11 years ago
  63. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  64. fa46d3e Interpreter tweaks by Ian Rogers · 11 years ago
  65. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  66. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  67. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  68. 5fa60c3 Remove use of compiled proxy stub from portable. by Jeff Hao · 12 years ago
  69. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 12 years ago
  70. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  71. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  72. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  73. 262e251 Fixed slow path for invoke-direct with null this pointer. by jeffhao · 12 years ago
  74. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  75. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 12 years ago
  76. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  77. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  78. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  79. 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
  80. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  81. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 12 years ago
  82. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  83. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  84. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  85. 3d71d80 Fix JNI compiler for portable path. by TDYa127 · 12 years ago
  86. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  87. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  88. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  89. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago
  90. 5bb8601 Fix 044-proxy. Implement proxy for now, working on x86 and ARM. by TDYa127 · 13 years ago
  91. 9e5f5c1 Implement throw-verification-error opcode in LLVM-based compiler. by Logan Chien · 13 years ago
  92. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  93. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  94. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  95. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  96. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  97. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  98. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  99. 0ece7b9 Remove an unnecessary "art" prefix on functions in the art namespace. by Elliott Hughes · 13 years ago
  100. a433b2e Tidy MIPS floating point helpers. by Ian Rogers · 13 years ago