1. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  2. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  3. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  4. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  5. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  6. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/image_writer.cc]
  7. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago[Renamed (99%) from src/image_writer.cc]
  8. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  9. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 12 years ago
  10. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 12 years ago
  11. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  12. 515661b am 4b7b9896: Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 12 years ago
  13. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 12 years ago
  14. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 12 years ago
  15. 637c65b Verifier improvements. by Ian Rogers · 12 years ago
  16. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  17. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  18. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  19. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  20. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  21. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  22. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  23. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  24. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  25. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  26. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  27. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  28. fe8723b Merge "Switch over to the google3 unix_file File*." into dalvik-dev by Elliott Hughes · 12 years ago
  29. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  30. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  31. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  32. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  33. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  34. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  35. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  36. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  37. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  38. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  39. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  40. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  41. 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
  42. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  43. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  44. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  45. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  46. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  47. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  48. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  49. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  50. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  51. 6cd40e5 Ensure that cached oat and image files are world readable like odex files by Brian Carlstrom · 13 years ago
  52. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  53. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  54. 0637e27 Enable kSupportBootImageFixup by Brian Carlstrom · 13 years ago
  55. f582258 oat file patching by Brian Carlstrom · 13 years ago
  56. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  57. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  58. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  59. fb6adba Sharpen virtual calls to final methods. by Ian Rogers · 13 years ago
  60. dcbe6de Remove over aggresive assert tripping up image_test by Brian Carlstrom · 13 years ago
  61. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  62. d1f1bf0 Eagerly resolve strings that are in the image into dex caches by Ian Rogers · 13 years ago
  63. 1351b67 In order object graph traversal for image writing by Ian Rogers · 13 years ago
  64. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  65. d857b63 Compute size of source_space after lazy field initialization. by Ian Rogers · 13 years ago
  66. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  67. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  68. d418eda Class clean-up and compute name during image writing. by Ian Rogers · 13 years ago
  69. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  70. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  71. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  72. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  73. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  74. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  75. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  76. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  77. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  78. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  79. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  80. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  81. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  82. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  83. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  84. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  85. 34f426c Make class roots an image root by Brian Carlstrom · 13 years ago
  86. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  87. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  88. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  89. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  90. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  91. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  92. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  93. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  94. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  95. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  96. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  97. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  98. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  99. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  100. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago